Skip to content

Commit 19caeea

Browse files
fix(deps): update dependency @rsbuild/core to v1.6.11
1 parent 56063cd commit 19caeea

File tree

8 files changed

+93
-95
lines changed

8 files changed

+93
-95
lines changed

packages/cli/builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"dependencies": {
3131
"@modern-js/flight-server-transform-plugin": "workspace:*",
3232
"@modern-js/utils": "workspace:*",
33-
"@rsbuild/core": "1.6.9",
33+
"@rsbuild/core": "1.6.11",
3434
"@rsbuild/plugin-assets-retry": "1.5.0",
3535
"@rsbuild/plugin-babel": "1.0.6",
3636
"@rsbuild/plugin-check-syntax": "1.6.0",

packages/cli/plugin-bff/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"@modern-js/plugin": "workspace:*",
121121
"@modern-js/runtime": "workspace:*",
122122
"@modern-js/types": "workspace:*",
123-
"@rsbuild/core": "1.6.9",
123+
"@rsbuild/core": "1.6.11",
124124
"@scripts/jest-config": "workspace:*",
125125
"@rslib/core": "0.18.2",
126126
"@modern-js/rslib": "workspace:*",

packages/cli/plugin-data-loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"react-dom": "^19.2.0",
7575
"supertest": "^6.3.4",
7676
"typescript": "^5",
77-
"@rsbuild/core": "1.6.9"
77+
"@rsbuild/core": "1.6.11"
7878
},
7979
"peerDependencies": {
8080
"react": ">=17.0.0"

packages/runtime/plugin-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264
"@modern-js/rslib": "workspace:*",
265265
"@modern-js/app-tools": "workspace:*",
266266
"@remix-run/web-fetch": "^4.1.3",
267-
"@rsbuild/core": "1.6.9",
267+
"@rsbuild/core": "1.6.11",
268268
"@scripts/jest-config": "workspace:*",
269269
"@testing-library/react": "^13.4.0",
270270
"@types/cookie": "0.6.0",

packages/solutions/app-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"@modern-js/types": "workspace:*",
124124
"@modern-js/builder": "workspace:*",
125125
"@modern-js/utils": "workspace:*",
126-
"@rsbuild/core": "1.6.9",
126+
"@rsbuild/core": "1.6.11",
127127
"@swc/helpers": "^0.5.17",
128128
"es-module-lexer": "^1.7.0",
129129
"esbuild": "0.25.5",

packages/toolkit/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"@modern-js/types": "workspace:*",
9494
"@swc/helpers": "^0.5.17",
9595
"jiti": "1.21.7",
96-
"@rsbuild/core": "1.6.9"
96+
"@rsbuild/core": "1.6.11"
9797
},
9898
"devDependencies": {
9999
"@modern-js/builder": "workspace:*",

pnpm-lock.yaml

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

tests/e2e/builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@modern-js/builder": "workspace:*",
1717
"@modern-js/utils": "workspace:*",
1818
"@playwright/test": "1.57.0",
19-
"@rsbuild/core": "1.6.9",
19+
"@rsbuild/core": "1.6.11",
2020
"@types/connect": "^3.4.38",
2121
"@types/lodash": "^4.17.21",
2222
"@types/node": "^20",

0 commit comments

Comments
 (0)