Skip to content

Commit

Permalink
chore(deps): bump Rsbuild 1.0.1-beta.3 (#5962)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Jul 17, 2024
1 parent ced7039 commit 471af98
Show file tree
Hide file tree
Showing 14 changed files with 369 additions and 366 deletions.
2 changes: 1 addition & 1 deletion packages/cli/babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@babel/preset-typescript": "^7.24.7",
"@babel/runtime": "^7.24.7",
"@babel/types": "^7.24.7",
"@rsbuild/plugin-babel": "1.0.1-beta.2",
"@rsbuild/plugin-babel": "1.0.1-beta.3",
"@swc/helpers": "0.5.3",
"@types/babel__core": "^7.20.5",
"babel-plugin-dynamic-import-node": "2.3.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/plugin-swc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"test": "jest"
},
"dependencies": {
"@rsbuild/core": "1.0.1-beta.2",
"@rsbuild/plugin-swc": "1.0.1-beta.2",
"@rsbuild/core": "1.0.1-beta.3",
"@rsbuild/plugin-swc": "1.0.1-beta.3",
"@modern-js/utils": "workspace:*",
"@swc/helpers": "0.5.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/rsbuild-plugin-esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
},
"devDependencies": {
"@scripts/build": "workspace:*",
"@rsbuild/core": "1.0.1-beta.2",
"@rsbuild/webpack": "1.0.1-beta.2",
"@rsbuild/core": "1.0.1-beta.3",
"@rsbuild/webpack": "1.0.1-beta.3",
"typescript": "^5.4.2"
},
"publishConfig": {
Expand Down
28 changes: 14 additions & 14 deletions packages/cli/uni-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,24 +36,24 @@
"@modern-js/prod-server": "workspace:*",
"@modern-js/babel-preset": "workspace:*",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.10",
"@rsbuild/core": "1.0.1-beta.2",
"@rsbuild/plugin-sass": "1.0.1-beta.2",
"@rsbuild/plugin-less": "1.0.1-beta.2",
"@rsbuild/plugin-assets-retry": "1.0.1-beta.2",
"@rsbuild/plugin-babel": "1.0.1-beta.2",
"@rsbuild/plugin-check-syntax": "1.0.1-beta.2",
"@rsbuild/core": "1.0.1-beta.3",
"@rsbuild/plugin-sass": "1.0.1-beta.3",
"@rsbuild/plugin-less": "1.0.1-beta.3",
"@rsbuild/plugin-assets-retry": "1.0.1-beta.3",
"@rsbuild/plugin-babel": "1.0.1-beta.3",
"@rsbuild/plugin-check-syntax": "1.0.1-beta.3",
"@rsbuild/plugin-css-minimizer": "1.0.1",
"@rsbuild/plugin-pug": "1.0.1",
"@rsbuild/plugin-react": "1.0.1-beta.2",
"@rsbuild/plugin-rem": "1.0.1-beta.2",
"@rsbuild/plugin-source-build": "1.0.1-beta.2",
"@rsbuild/plugin-styled-components": "1.0.1-beta.2",
"@rsbuild/plugin-svgr": "1.0.1-beta.2",
"@rsbuild/plugin-type-check": "1.0.1-beta.2",
"@rsbuild/plugin-react": "1.0.1-beta.3",
"@rsbuild/plugin-rem": "1.0.1-beta.3",
"@rsbuild/plugin-source-build": "1.0.1-beta.3",
"@rsbuild/plugin-styled-components": "1.0.1-beta.3",
"@rsbuild/plugin-svgr": "1.0.1-beta.3",
"@rsbuild/plugin-type-check": "1.0.1-beta.3",
"@rsbuild/plugin-typed-css-modules": "1.0.1",
"@rsbuild/plugin-toml": "1.0.0",
"@rsbuild/plugin-yaml": "1.0.1",
"@rsbuild/webpack": "1.0.1-beta.2",
"@rsbuild/webpack": "1.0.1-beta.3",
"@swc/helpers": "0.5.3",
"babel-loader": "9.1.3",
"babel-plugin-import": "1.13.5",
Expand Down Expand Up @@ -83,7 +83,7 @@
"webpack-subresource-integrity": "5.1.0"
},
"devDependencies": {
"@rsbuild/plugin-swc": "1.0.1-beta.2",
"@rsbuild/plugin-swc": "1.0.1-beta.3",
"@scripts/build": "workspace:*",
"@scripts/vitest-config": "workspace:*",
"@types/html-minifier-terser": "^7.0.2",
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 @@ -43,7 +43,7 @@
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/themes": "^3.0.5",
"@scripts/jest-config": "workspace:*",
"@rsbuild/core": "1.0.1-beta.2",
"@rsbuild/core": "1.0.1-beta.3",
"@types/jest": "^29",
"@types/lodash": "^4.14.202",
"@types/node": "~16.11.7",
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 @@ -82,7 +82,7 @@
"@types/react-devtools-inline": "^4.24.8",
"type-fest": "^4.1.0",
"typescript": "^5",
"@rsbuild/core": "1.0.1-beta.2"
"@rsbuild/core": "1.0.1-beta.3"
},
"peerDependencies": {
"@modern-js/runtime": "workspace:^2.55.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/review/eslint-config-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@babel/core": "^7.24.7",
"@babel/eslint-parser": "^7.22.15",
"@babel/eslint-plugin": "^7.22.10",
"@rsbuild/core": "1.0.1-beta.2",
"@rsbuild/core": "1.0.1-beta.3",
"@modern-js/babel-preset": "workspace:*",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
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 @@ -218,7 +218,7 @@
"react-dom": ">=17"
},
"devDependencies": {
"@rsbuild/core": "1.0.1-beta.2",
"@rsbuild/core": "1.0.1-beta.3",
"@types/cookie": "0.5.1",
"@modern-js/app-tools": "workspace:*",
"@modern-js/core": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"ws": "^8.13.0"
},
"devDependencies": {
"@rsbuild/core": "1.0.1-beta.2",
"@rsbuild/core": "1.0.1-beta.3",
"@scripts/build": "workspace:*",
"@scripts/jest-config": "workspace:*",
"@types/connect-history-api-fallback": "^1.3.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/solutions/app-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"@modern-js/uni-builder": "workspace:*",
"@modern-js/utils": "workspace:*",
"@rsbuild/plugin-node-polyfill": "1.0.3",
"@rsbuild/core": "1.0.1-beta.2",
"@rsbuild/core": "1.0.1-beta.3",
"@swc/helpers": "0.5.3",
"@vercel/nft": "^0.26.4",
"es-module-lexer": "^1.1.0",
Expand All @@ -110,7 +110,7 @@
"std-env": "^3.7.0"
},
"devDependencies": {
"@rsbuild/plugin-swc": "1.0.1-beta.2",
"@rsbuild/plugin-swc": "1.0.1-beta.3",
"@scripts/build": "workspace:*",
"@scripts/jest-config": "workspace:*",
"@types/babel__traverse": "7.18.5",
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 @@
"tsconfig-paths-webpack-plugin": "4.1.0"
},
"devDependencies": {
"@rsbuild/core": "1.0.1-beta.2",
"@rsbuild/core": "1.0.1-beta.3",
"@modern-js/self": "workspace:@modern-js/module-tools@*",
"@scripts/build": "workspace:*",
"@scripts/vitest-config": "workspace:*",
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 @@ -56,7 +56,7 @@
},
"license": "MIT",
"dependencies": {
"@rsbuild/core": "1.0.1-beta.2",
"@rsbuild/core": "1.0.1-beta.3",
"@modern-js/uni-builder": "workspace:*",
"@modern-js/core": "workspace:*",
"@modern-js/runtime": "workspace:*",
Expand Down
Loading

0 comments on commit 471af98

Please sign in to comment.