Skip to content

Commit

Permalink
chore: update rspack (#2738)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptedAlchemy authored Jul 8, 2024
1 parent 2e6777f commit b945d21
Show file tree
Hide file tree
Showing 7 changed files with 1,508 additions and 486 deletions.
4 changes: 2 additions & 2 deletions apps/router-demo/router-host-2000/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"react-error-boundary": "^4.0.13"
},
"devDependencies": {
"@rsbuild/core": "^0.6.3",
"@rsbuild/plugin-react": "^0.6.3",
"@rsbuild/core": "^0.6.15",
"@rsbuild/plugin-react": "^0.6.15",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"tailwindcss": "^3.4.3",
Expand Down
8 changes: 4 additions & 4 deletions apps/router-demo/router-host-v5-2200/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"antd": "^5.16.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.3.4",
"react-error-boundary": "^4.0.13"
"react-error-boundary": "^4.0.13",
"react-router-dom": "^5.3.4"
},
"devDependencies": {
"@rsbuild/core": "^0.6.3",
"@rsbuild/plugin-react": "^0.6.3",
"@rsbuild/core": "^0.6.15",
"@rsbuild/plugin-react": "^0.6.15",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"tailwindcss": "^3.4.3",
Expand Down
6 changes: 3 additions & 3 deletions apps/router-demo/router-remote1-2001/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
},
"devDependencies": {
"@ant-design/cssinjs": "^1.20.0",
"@rsbuild/core": "^0.6.3",
"@rsbuild/plugin-react": "^0.6.3",
"@rsbuild/shared": "^0.7.3",
"@rsbuild/core": "^0.6.15",
"@rsbuild/plugin-react": "^0.6.15",
"@rsbuild/shared": "^0.7.10",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"typescript": "^5.4.5"
Expand Down
10 changes: 5 additions & 5 deletions apps/router-demo/router-remote2-2002/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"preview": "rsbuild preview"
},
"dependencies": {
"@module-federation/enhanced": "workspace:*",
"@module-federation/bridge-react": "workspace:*",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5"
"@emotion/styled": "^11.11.5",
"@module-federation/bridge-react": "workspace:*",
"@module-federation/enhanced": "workspace:*"
},
"devDependencies": {
"@rsbuild/core": "^0.6.3",
"@rsbuild/plugin-react": "^0.6.3",
"@rsbuild/core": "^0.6.15",
"@rsbuild/plugin-react": "^0.6.15",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"typescript": "^5.4.5"
Expand Down
8 changes: 4 additions & 4 deletions apps/runtime-demo/3008-runtime-remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"preview": "rsbuild preview"
},
"dependencies": {
"@module-federation/enhanced": "workspace:*",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"@module-federation/enhanced": "workspace:*"
"react-dom": "^18.3.0"
},
"devDependencies": {
"@rsbuild/core": "^0.6.7",
"@rsbuild/plugin-react": "^0.6.7"
"@rsbuild/core": "^0.6.15",
"@rsbuild/plugin-react": "^0.6.15"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@
"@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
"@rollup/plugin-alias": "5.1.0",
"@rollup/plugin-replace": "5.0.7",
"@rspack/core": "^0.5.4",
"@rspack/dev-server": "^0.5.4",
"@rspack/core": "^0.5.9",
"@rspack/dev-server": "^0.5.9",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
Expand Down
Loading

0 comments on commit b945d21

Please sign in to comment.