Skip to content

Commit

Permalink
chore(deps): bump Rspack 0.7.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed May 21, 2024
1 parent e4377d2 commit 27e3c30
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 83 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.0-beta.0",
"@rspack/core": "0.7.0-beta.1",
"@swc/helpers": "0.5.3",
"core-js": "~3.36.0",
"html-webpack-plugin": "npm:html-rspack-plugin@5.7.2",
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.0-beta.0",
"@rspack/plugin-react-refresh": "0.7.0-beta.1",
"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 @@ -97,7 +97,7 @@
"test:watch": "vitest dev --no-coverage"
},
"dependencies": {
"@rspack/core": "0.7.0-beta.0",
"@rspack/core": "0.7.0-beta.1",
"caniuse-lite": "^1.0.30001617",
"html-webpack-plugin": "npm:html-rspack-plugin@5.7.2",
"postcss": "^8.4.38"
Expand Down
Loading

0 comments on commit 27e3c30

Please sign in to comment.