Skip to content

Commit 691bf10

Browse files
fix(deps): update rsbuild monorepo
1 parent 1bee261 commit 691bf10

File tree

12 files changed

+433
-342
lines changed

12 files changed

+433
-342
lines changed

packages/cli/plugin-swc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"dependencies": {
4141
"@modern-js/utils": "workspace:*",
42-
"@rsbuild/core": "1.1.13",
42+
"@rsbuild/core": "1.2.5",
4343
"@rsbuild/plugin-webpack-swc": "1.0.9",
4444
"@swc/helpers": "0.5.13"
4545
},

packages/cli/rsbuild-plugin-esbuild/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"webpack": "^5.97.1"
3232
},
3333
"devDependencies": {
34-
"@rsbuild/core": "1.1.13",
35-
"@rsbuild/webpack": "1.1.6",
34+
"@rsbuild/core": "1.2.5",
35+
"@rsbuild/webpack": "1.2.2",
3636
"@scripts/build": "workspace:*",
3737
"typescript": "^5.4.2"
3838
},

packages/cli/uni-builder/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,24 +38,24 @@
3838
"@modern-js/babel-preset": "workspace:*",
3939
"@modern-js/utils": "workspace:*",
4040
"@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
41-
"@rsbuild/core": "1.1.13",
42-
"@rsbuild/plugin-assets-retry": "1.0.7",
41+
"@rsbuild/core": "1.2.5",
42+
"@rsbuild/plugin-assets-retry": "1.1.0",
4343
"@rsbuild/plugin-babel": "1.0.3",
44-
"@rsbuild/plugin-check-syntax": "1.2.0",
44+
"@rsbuild/plugin-check-syntax": "1.2.2",
4545
"@rsbuild/plugin-css-minimizer": "1.0.2",
4646
"@rsbuild/plugin-less": "1.1.0",
4747
"@rsbuild/plugin-pug": "1.0.2",
4848
"@rsbuild/plugin-react": "1.1.0",
4949
"@rsbuild/plugin-rem": "1.0.2",
50-
"@rsbuild/plugin-sass": "1.1.2",
50+
"@rsbuild/plugin-sass": "1.2.1",
5151
"@rsbuild/plugin-source-build": "1.0.2",
52-
"@rsbuild/plugin-styled-components": "1.1.0",
52+
"@rsbuild/plugin-styled-components": "1.2.0",
5353
"@rsbuild/plugin-svgr": "1.0.6",
5454
"@rsbuild/plugin-toml": "1.0.1",
55-
"@rsbuild/plugin-type-check": "1.2.0",
55+
"@rsbuild/plugin-type-check": "1.2.1",
5656
"@rsbuild/plugin-typed-css-modules": "1.0.2",
5757
"@rsbuild/plugin-yaml": "1.0.2",
58-
"@rsbuild/webpack": "1.1.6",
58+
"@rsbuild/webpack": "1.2.2",
5959
"@swc/helpers": "0.5.13",
6060
"autoprefixer": "10.4.20",
6161
"babel-loader": "9.2.1",

packages/devtools/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@radix-ui/react-tabs": "^1.0.4",
4040
"@radix-ui/react-toast": "^1.1.5",
4141
"@radix-ui/themes": "^3.0.5",
42-
"@rsbuild/core": "1.1.13",
42+
"@rsbuild/core": "1.2.5",
4343
"@scripts/jest-config": "workspace:*",
4444
"@types/jest": "^29",
4545
"@types/lodash": "^4.14.202",

packages/devtools/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"@modern-js/server-core": "workspace:*",
7676
"@modern-js/types": "workspace:*",
7777
"@modern-js/uni-builder": "workspace:*",
78-
"@rsbuild/core": "1.1.13",
78+
"@rsbuild/core": "1.2.5",
7979
"@scripts/build": "workspace:*",
8080
"@swc/helpers": "0.5.13",
8181
"@types/node": "^14",

packages/runtime/plugin-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
"devDependencies": {
240240
"@modern-js/app-tools": "workspace:*",
241241
"@remix-run/web-fetch": "^4.1.3",
242-
"@rsbuild/core": "1.1.13",
242+
"@rsbuild/core": "1.2.5",
243243
"@scripts/build": "workspace:*",
244244
"@scripts/jest-config": "workspace:*",
245245
"@testing-library/react": "^13.4.0",

packages/solutions/app-tools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@
101101
"@modern-js/types": "workspace:*",
102102
"@modern-js/uni-builder": "workspace:*",
103103
"@modern-js/utils": "workspace:*",
104-
"@rsbuild/core": "1.1.13",
105-
"@rsbuild/plugin-node-polyfill": "1.2.0",
104+
"@rsbuild/core": "1.2.5",
105+
"@rsbuild/plugin-node-polyfill": "1.3.0",
106106
"@swc/helpers": "0.5.13",
107107
"es-module-lexer": "^1.1.0",
108108
"esbuild": "0.17.19",

packages/solutions/module-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
},
9292
"devDependencies": {
9393
"@modern-js/self": "workspace:@modern-js/module-tools@*",
94-
"@rsbuild/core": "1.1.13",
94+
"@rsbuild/core": "1.2.5",
9595
"@scripts/build": "workspace:*",
9696
"@scripts/vitest-config": "workspace:*",
9797
"@types/convert-source-map": "1.5.2",

packages/storybook/builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@modern-js/runtime": "workspace:*",
6161
"@modern-js/uni-builder": "workspace:*",
6262
"@modern-js/utils": "workspace:*",
63-
"@rsbuild/core": "1.1.13",
63+
"@rsbuild/core": "1.2.5",
6464
"@storybook/components": "~7.6.12",
6565
"@storybook/core-common": "~7.6.12",
6666
"@storybook/csf-plugin": "~7.6.12",

packages/toolkit/plugin-v2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"devDependencies": {
7979
"@modern-js/types": "workspace:*",
8080
"@modern-js/uni-builder": "workspace:*",
81-
"@rsbuild/core": "1.1.13",
81+
"@rsbuild/core": "1.2.5",
8282
"@scripts/build": "workspace:*",
8383
"@scripts/jest-config": "workspace:*",
8484
"@types/react": "^18.3.11",

0 commit comments

Comments
 (0)