Skip to content

Commit

Permalink
fix(deps): bump rspack to 0.6.1 (#2065)
Browse files Browse the repository at this point in the history
  • Loading branch information
9aoy authored Apr 11, 2024
1 parent 623a571 commit 39f94e6
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 51 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"dependencies": {
"@rsbuild/shared": "workspace:*",
"@rspack/core": "0.6.0",
"@rspack/core": "0.6.1",
"@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.6.0",
"@rspack/plugin-react-refresh": "0.6.1",
"react-refresh": "^0.14.0"
},
"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 @@ -126,7 +126,7 @@
"test:watch": "vitest dev --no-coverage"
},
"dependencies": {
"@rspack/core": "0.6.0",
"@rspack/core": "0.6.1",
"caniuse-lite": "^1.0.30001607",
"postcss": "^8.4.38"
},
Expand Down
96 changes: 48 additions & 48 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 39f94e6

Please sign in to comment.