Skip to content

Commit b1ddbdc

Browse files
fix(deps): update dependency @rsbuild/core to v1.5.10 (main) (#7669)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: caohuilin <[email protected]>
1 parent e86ab38 commit b1ddbdc

File tree

8 files changed

+73
-73
lines changed

8 files changed

+73
-73
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.5.9",
33+
"@rsbuild/core": "1.5.10",
3434
"@rsbuild/plugin-assets-retry": "1.4.3",
3535
"@rsbuild/plugin-babel": "1.0.6",
3636
"@rsbuild/plugin-check-syntax": "1.4.0",

packages/cli/plugin-bff/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"@modern-js/runtime": "workspace:*",
9898
"@modern-js/types": "workspace:*",
9999
"@scripts/build": "workspace:*",
100-
"@rsbuild/core": "1.5.9",
100+
"@rsbuild/core": "1.5.10",
101101
"@scripts/jest-config": "workspace:*",
102102
"@types/babel__core": "^7.20.5",
103103
"@types/jest": "^29.5.14",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"supertest": "^6.3.4",
7777
"ts-jest": "^29.4.4",
7878
"typescript": "^5",
79-
"@rsbuild/core": "1.5.9"
79+
"@rsbuild/core": "1.5.10"
8080
},
8181
"peerDependencies": {
8282
"react": ">=17.0.0"

packages/runtime/plugin-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
"devDependencies": {
246246
"@modern-js/app-tools": "workspace:*",
247247
"@remix-run/web-fetch": "^4.1.3",
248-
"@rsbuild/core": "1.5.9",
248+
"@rsbuild/core": "1.5.10",
249249
"@scripts/build": "workspace:*",
250250
"@scripts/jest-config": "workspace:*",
251251
"@testing-library/react": "^13.4.0",

packages/solutions/app-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"@modern-js/types": "workspace:*",
104104
"@modern-js/builder": "workspace:*",
105105
"@modern-js/utils": "workspace:*",
106-
"@rsbuild/core": "1.5.9",
106+
"@rsbuild/core": "1.5.10",
107107
"@swc/helpers": "^0.5.17",
108108
"es-module-lexer": "^1.7.0",
109109
"esbuild": "0.25.5",

packages/toolkit/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"@modern-js/types": "workspace:*",
9292
"@swc/helpers": "^0.5.17",
9393
"jiti": "1.21.7",
94-
"@rsbuild/core": "1.5.9"
94+
"@rsbuild/core": "1.5.10"
9595
},
9696
"devDependencies": {
9797
"@modern-js/builder": "workspace:*",

0 commit comments

Comments
 (0)