Skip to content

Commit

Permalink
feat(deps): bump Rspack v0.7.2 (#2569)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Jun 11, 2024
1 parent 92e9252 commit 7121a21
Show file tree
Hide file tree
Showing 5 changed files with 85 additions and 85 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"dependencies": {
"@rsbuild/shared": "workspace:*",
"@rspack/core": "0.7.1",
"@rspack/core": "0.7.2",
"@swc/helpers": "0.5.3",
"core-js": "~3.36.0",
"html-webpack-plugin": "npm:[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"dependencies": {
"@rsbuild/shared": "workspace:*",
"@rspack/plugin-react-refresh": "0.7.1",
"@rspack/plugin-react-refresh": "0.7.2",
"react-refresh": "^0.14.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"test:watch": "vitest dev --no-coverage"
},
"dependencies": {
"@rspack/core": "0.7.1",
"@rspack/core": "0.7.2",
"caniuse-lite": "^1.0.30001625",
"html-webpack-plugin": "npm:[email protected]",
"postcss": "^8.4.38"
Expand Down
Loading

0 comments on commit 7121a21

Please sign in to comment.