Skip to content

Commit 92ad8a4

Browse files
chore(deps): update dependency @rsbuild/plugin-babel to v2 (#488)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 709c59e commit 92ad8a4

7 files changed

Lines changed: 68 additions & 18 deletions

File tree

pnpm-lock.yaml

Lines changed: 62 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rsbuild/react-compiler-babel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"devDependencies": {
1616
"@rsbuild/core": "2.1.6",
17-
"@rsbuild/plugin-babel": "^1.2.1",
17+
"@rsbuild/plugin-babel": "^2.0.1",
1818
"@rsbuild/plugin-react": "^2.1.0",
1919
"@types/node": "^24.12.4",
2020
"@types/react": "^19.2.15",

rsbuild/solid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@rsbuild/core": "2.1.6",
16-
"@rsbuild/plugin-babel": "^1.2.1",
16+
"@rsbuild/plugin-babel": "^2.0.1",
1717
"@rsbuild/plugin-solid": "^1.2.1",
1818
"@types/node": "^24.12.4",
1919
"typescript": "^5.9.3"

rsbuild/tanstack-start-solid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"devDependencies": {
2020
"@rsbuild/core": "^2.1.6",
21-
"@rsbuild/plugin-babel": "^1.2.1",
21+
"@rsbuild/plugin-babel": "^2.0.1",
2222
"@rsbuild/plugin-solid": "^1.2.1",
2323
"@rsbuild/plugin-tailwindcss": "^2.0.1",
2424
"@types/node": "^24.12.4",

rslib/solid-basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dev": "rslib -w"
1919
},
2020
"devDependencies": {
21-
"@rsbuild/plugin-babel": "^1.2.1",
21+
"@rsbuild/plugin-babel": "^2.0.1",
2222
"@rsbuild/plugin-solid": "^1.2.1",
2323
"@rslib/core": "^0.22.0",
2424
"solid-js": "^1.9.13",

rslib/solid-rstest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"test": "rstest"
2020
},
2121
"devDependencies": {
22-
"@rsbuild/plugin-babel": "^1.2.1",
22+
"@rsbuild/plugin-babel": "^2.0.1",
2323
"@rsbuild/plugin-solid": "^1.2.1",
2424
"@rslib/core": "^0.22.0",
2525
"@rstest/adapter-rslib": "^0.10.3",

rstest/rsbuild-solid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"devDependencies": {
1313
"@rsbuild/core": "2.1.6",
14-
"@rsbuild/plugin-babel": "^1.2.1",
14+
"@rsbuild/plugin-babel": "^2.0.1",
1515
"@rsbuild/plugin-solid": "^1.2.1",
1616
"@rstest/adapter-rsbuild": "^0.10.3",
1717
"@rstest/core": "^0.10.3",

0 commit comments

Comments
 (0)