Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .changeset/eighty-crews-learn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@modern-js/app-tools': patch
---

feat: update rsbuild version

feat: 更新 rsbuild 版本
2 changes: 1 addition & 1 deletion packages/cli/plugin-bff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"type-is": "^1.6.18"
},
"devDependencies": {
"@rsbuild/core": "1.7.1",
"@rsbuild/core": "1.7.2",
"@modern-js/app-tools": "workspace:*",
"@modern-js/bff-runtime": "workspace:*",
"@modern-js/core": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/plugin-swc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@modern-js/utils": "workspace:*",
"@rsbuild/core": "1.7.1",
"@rsbuild/core": "1.7.2",
"@rsbuild/plugin-webpack-swc": "1.1.2",
"@swc/helpers": "^0.5.17"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/rsbuild-plugin-esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"webpack": "^5.103.0"
},
"devDependencies": {
"@rsbuild/core": "1.7.1",
"@rsbuild/core": "1.7.2",
"@rsbuild/webpack": "1.6.1",
"@scripts/build": "workspace:*",
"typescript": "^5.4.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/uni-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@modern-js/flight-server-transform-plugin": "workspace:*",
"@modern-js/utils": "workspace:*",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.16",
"@rsbuild/core": "1.7.1",
"@rsbuild/core": "1.7.2",
"@rsbuild/plugin-assets-retry": "1.5.0",
"@rsbuild/plugin-babel": "1.0.6",
"@rsbuild/plugin-check-syntax": "1.6.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4030,7 +4030,6 @@ exports[`uni-builder rspack > should generator rspack config correctly when serv
"typeExports": true,
},
"env": {
"mode": undefined,
"targets": [
"node >= 14",
],
Expand Down Expand Up @@ -4115,7 +4114,6 @@ exports[`uni-builder rspack > should generator rspack config correctly when serv
"typeExports": true,
},
"env": {
"mode": undefined,
"targets": [
"node >= 14",
],
Expand Down Expand Up @@ -4518,7 +4516,6 @@ exports[`uni-builder rspack > should generator rspack config correctly when serv
"typeExports": true,
},
"env": {
"mode": undefined,
"targets": [
"node >= 14",
],
Expand Down Expand Up @@ -4614,7 +4611,6 @@ exports[`uni-builder rspack > should generator rspack config correctly when serv
"typeExports": true,
},
"env": {
"mode": undefined,
"targets": [
"node >= 14",
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2503,7 +2503,6 @@ exports[`uni-builder environment compat > should generator environment config co
"typeExports": true,
},
"env": {
"mode": undefined,
"targets": [
"node >= 14",
],
Expand Down Expand Up @@ -2588,7 +2587,6 @@ exports[`uni-builder environment compat > should generator environment config co
"typeExports": true,
},
"env": {
"mode": undefined,
"targets": [
"node >= 14",
],
Expand Down Expand Up @@ -2991,7 +2989,6 @@ exports[`uni-builder environment compat > should generator environment config co
"typeExports": true,
},
"env": {
"mode": undefined,
"targets": [
"node >= 14",
],
Expand Down Expand Up @@ -3087,7 +3084,6 @@ exports[`uni-builder environment compat > should generator environment config co
"typeExports": true,
},
"env": {
"mode": undefined,
"targets": [
"node >= 14",
],
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toast": "^1.2.15",
"@radix-ui/themes": "^3.2.1",
"@rsbuild/core": "1.7.1",
"@rsbuild/core": "1.7.2",
"@scripts/jest-config": "workspace:*",
"@types/jest": "^29",
"@types/lodash": "^4.14.202",
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@modern-js/server-core": "workspace:*",
"@modern-js/types": "workspace:*",
"@modern-js/uni-builder": "workspace:*",
"@rsbuild/core": "1.7.1",
"@rsbuild/core": "1.7.2",
"@scripts/build": "workspace:*",
"@swc/helpers": "^0.5.17",
"@types/node": "^18",
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/plugin-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
"devDependencies": {
"@modern-js/app-tools": "workspace:*",
"@remix-run/web-fetch": "^4.1.3",
"@rsbuild/core": "1.7.1",
"@rsbuild/core": "1.7.2",
"@scripts/build": "workspace:*",
"@scripts/jest-config": "workspace:*",
"@testing-library/react": "^13.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/solutions/app-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"@modern-js/types": "workspace:*",
"@modern-js/uni-builder": "workspace:*",
"@modern-js/utils": "workspace:*",
"@rsbuild/core": "1.7.1",
"@rsbuild/core": "1.7.2",
"@rsbuild/plugin-node-polyfill": "1.4.2",
"@swc/helpers": "^0.5.17",
"es-module-lexer": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/solutions/module-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
},
"devDependencies": {
"@modern-js/self": "workspace:@modern-js/module-tools@*",
"@rsbuild/core": "1.7.1",
"@rsbuild/core": "1.7.2",
"@scripts/build": "workspace:*",
"@scripts/vitest-config": "workspace:*",
"@types/convert-source-map": "1.5.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@modern-js/runtime": "workspace:*",
"@modern-js/uni-builder": "workspace:*",
"@modern-js/utils": "workspace:*",
"@rsbuild/core": "1.7.1",
"@rsbuild/core": "1.7.2",
"@storybook/components": "~7.6.12",
"@storybook/core-common": "~7.6.12",
"@storybook/csf-plugin": "~7.6.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/toolkit/plugin-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"@modern-js/types": "workspace:*",
"@swc/helpers": "^0.5.17",
"jiti": "1.21.7",
"@rsbuild/core": "1.7.1"
"@rsbuild/core": "1.7.2"
},
"devDependencies": {
"@modern-js/uni-builder": "workspace:*",
Expand Down
Loading
Loading