Skip to content

Commit

Permalink
chore: update rsbuild (#3142)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptedAlchemy authored Oct 30, 2024
1 parent ffb39ce commit 0931fc5
Show file tree
Hide file tree
Showing 12 changed files with 502 additions and 289 deletions.
8 changes: 4 additions & 4 deletions apps/router-demo/router-host-2000/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"@ant-design/icons": "^5.3.6",
"@module-federation/bridge-react": "workspace:*",
"@module-federation/enhanced": "workspace:*",
"react-router-dom": "^6.24.1",
"@module-federation/retry-plugin": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react-dom": "^18.3.1",
"react-router-dom": "^6.24.1"
},
"devDependencies": {
"@module-federation/rsbuild-plugin": "workspace:*",
"@rsbuild/core": "^1.0.16",
"@rsbuild/plugin-react": "^1.0.5",
"@rsbuild/core": "^1.0.19",
"@rsbuild/plugin-react": "^1.0.6",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.3.0",
"tailwindcss": "^3.4.3",
Expand Down
4 changes: 2 additions & 2 deletions apps/router-demo/router-host-v5-2200/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
},
"devDependencies": {
"@module-federation/rsbuild-plugin": "workspace:*",
"@rsbuild/core": "^1.0.16",
"@rsbuild/plugin-react": "^1.0.5",
"@rsbuild/core": "^1.0.19",
"@rsbuild/plugin-react": "^1.0.6",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.3.0",
"tailwindcss": "^3.4.3",
Expand Down
4 changes: 2 additions & 2 deletions apps/router-demo/router-host-vue3-2100/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
},
"devDependencies": {
"@module-federation/rsbuild-plugin": "workspace:*",
"@rsbuild/core": "^1.0.16",
"@rsbuild/plugin-vue": "^1.0.1",
"@rsbuild/core": "^1.0.19",
"@rsbuild/plugin-vue": "^1.0.3",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.2"
}
Expand Down
4 changes: 2 additions & 2 deletions apps/router-demo/router-remote1-2001/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
},
"devDependencies": {
"@ant-design/cssinjs": "^1.20.0",
"@rsbuild/core": "^1.0.16",
"@rsbuild/plugin-react": "^1.0.5",
"@rsbuild/core": "^1.0.19",
"@rsbuild/plugin-react": "^1.0.6",
"@rsbuild/shared": "^0.7.10",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.3.0",
Expand Down
4 changes: 2 additions & 2 deletions apps/router-demo/router-remote2-2002/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"react-router-dom": "6.24.1"
},
"devDependencies": {
"@rsbuild/core": "^1.0.16",
"@rsbuild/plugin-react": "^1.0.5",
"@rsbuild/core": "^1.0.19",
"@rsbuild/plugin-react": "^1.0.6",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.3.0",
"typescript": "^5.4.5"
Expand Down
6 changes: 3 additions & 3 deletions apps/router-demo/router-remote3-2003/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"preview": "rsbuild preview"
},
"dependencies": {
"@module-federation/rsbuild-plugin": "workspace:*",
"@module-federation/bridge-vue3": "workspace:*",
"@module-federation/rsbuild-plugin": "workspace:*",
"vue": "^3.4.19",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@rsbuild/core": "^1.0.16",
"@rsbuild/plugin-vue": "^1.0.1",
"@rsbuild/core": "^1.0.19",
"@rsbuild/plugin-vue": "^1.0.3",
"@vue/tsconfig": "^0.5.1",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.2",
Expand Down
4 changes: 2 additions & 2 deletions apps/router-demo/router-remote4-2004/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"react-router-dom": "6.24.1"
},
"devDependencies": {
"@rsbuild/core": "^1.0.16",
"@rsbuild/plugin-react": "^1.0.5",
"@rsbuild/core": "^1.0.19",
"@rsbuild/plugin-react": "^1.0.6",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.3.0",
"typescript": "^5.4.5"
Expand Down
8 changes: 4 additions & 4 deletions apps/rslib-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
"storybook": "storybook dev -p 6006"
},
"devDependencies": {
"storybook": "^8.3.6",
"storybook-react-rsbuild": "^0.1.1",
"@module-federation/enhanced": "workspace:*",
"@module-federation/rsbuild-plugin": "workspace:*",
"@module-federation/storybook-addon": "workspace:*",
"@rsbuild/plugin-react": "^1.0.5",
"@rsbuild/plugin-react": "^1.0.6",
"@rslib/core": "^0.0.14",
"@types/react": "^18.3.11",
"http-server": "^14.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react-dom": "^18.3.1",
"storybook": "^8.3.6",
"storybook-react-rsbuild": "^0.1.1"
},
"peerDependencies": {
"react": "*"
Expand Down
4 changes: 2 additions & 2 deletions apps/runtime-demo/3008-runtime-remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@rsbuild/core": "^0.6.15",
"@rsbuild/plugin-react": "^1.0.5"
"@rsbuild/core": "^1.0.19",
"@rsbuild/plugin-react": "^1.0.6"
}
}
6 changes: 3 additions & 3 deletions packages/rsbuild-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"@module-federation/sdk": "workspace:*"
},
"devDependencies": {
"@rsbuild/core": "^1.0.16"
"@rsbuild/core": "^1.0.19"
},
"peerDependencies": {
"@rsbuild/core": "1.x",
"@module-federation/enhanced": "workspace:*"
"@module-federation/enhanced": "workspace:*",
"@rsbuild/core": "1.x"
},
"engines": {
"node": ">=16.0.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/storybook-addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
}
},
"devDependencies": {
"@module-federation/enhanced": "workspace:*",
"@module-federation/sdk": "workspace:*",
"@module-federation/utilities": "workspace:*",
"@rsbuild/core": "^1.0.19",
"@storybook/core-common": "7.6.20",
"@storybook/node-logger": "7.6.20",
"webpack": "5.93.0",
"webpack-virtual-modules": "0.6.2",
"@module-federation/enhanced": "workspace:*",
"@module-federation/sdk": "workspace:*",
"@rsbuild/core": "^1.0.18"
"webpack-virtual-modules": "0.6.2"
},
"peerDependencies": {
"@module-federation/utilities": "^3.1.20",
Expand Down
Loading

0 comments on commit 0931fc5

Please sign in to comment.