Skip to content

Commit a2751eb

Browse files
fix(deps): update rolldown-related dependencies
1 parent 3f29edc commit a2751eb

8 files changed

Lines changed: 225 additions & 47 deletions

File tree

internal-packages/swc-output-gen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@swc/core": "^1.15.18",
1313
"@swc/plugin-emotion": "^14.7.0",
1414
"@swc/plugin-react-remove-properties": "^12.7.0",
15-
"rolldown": "^1.0.0-rc.9",
15+
"rolldown": "^1.0.0-rc.10",
1616
"tinyglobby": "^0.2.15"
1717
}
1818
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"oxfmt": "^0.40.0",
2020
"oxlint": "^1.55.0",
2121
"oxlint-tsgolint": "^0.17.0",
22-
"tsdown": "^0.21.3",
22+
"tsdown": "^0.21.4",
2323
"vitest": "^4.1.0"
2424
},
2525
"packageManager": "pnpm@10.32.1"

packages/babel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@babel/runtime": "^8.0.0-rc.2",
4040
"@types/node": "^22.19.15",
4141
"@types/picomatch": "^4.0.2",
42-
"rolldown": "1.0.0-rc.9",
42+
"rolldown": "1.0.0-rc.10",
4343
"vite": "^8.0.0"
4444
},
4545
"peerDependencies": {

packages/emotion/benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
"@types/node": "^24.12.0",
3030
"@types/react": "^19.2.14",
3131
"@types/react-dom": "^19.2.3",
32-
"rolldown": "^1.0.0-rc.9"
32+
"rolldown": "^1.0.0-rc.10"
3333
}
3434
}

packages/emotion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"devDependencies": {
3939
"@rolldown/oxc-unshadowed-visitor": "workspace:*",
40-
"rolldown": "^1.0.0-rc.9",
40+
"rolldown": "^1.0.0-rc.10",
4141
"tinyglobby": "^0.2.15",
4242
"vite": "^8.0.0"
4343
},

packages/jsx-remove-attributes/benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
"@types/react": "^19.2.14",
2828
"@types/react-dom": "^19.2.3",
2929
"babel-plugin-react-remove-properties": "^0.3.1",
30-
"rolldown": "^1.0.0-rc.9"
30+
"rolldown": "^1.0.0-rc.10"
3131
}
3232
}

packages/jsx-remove-attributes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"rolldown-string": "^0.3.0"
3535
},
3636
"devDependencies": {
37-
"rolldown": "^1.0.0-rc.9",
37+
"rolldown": "^1.0.0-rc.10",
3838
"tinyglobby": "^0.2.15",
3939
"vite": "^8.0.0"
4040
},

0 commit comments

Comments
 (0)