Skip to content

Commit

Permalink
feat(deps): bump rspack to 0.5.7 (#1795)
Browse files Browse the repository at this point in the history
  • Loading branch information
LingyuCoder authored Mar 12, 2024
1 parent a490a09 commit c280511
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 54 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"dependencies": {
"@rsbuild/shared": "workspace:*",
"@rspack/core": "0.5.6",
"@rspack/core": "0.5.7",
"@swc/helpers": "0.5.3",
"core-js": "~3.32.2",
"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.5.5",
"@rspack/plugin-react-refresh": "0.5.7",
"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.5.6",
"@rspack/core": "0.5.7",
"caniuse-lite": "^1.0.30001583",
"postcss": "^8.4.33"
},
Expand Down
100 changes: 50 additions & 50 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion scripts/test-helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"@rsbuild/core": "workspace:*",
"@rsbuild/shared": "workspace:*",
"@rspack/core": "0.5.6",
"@rspack/core": "0.5.7",
"@types/lodash": "^4.14.200",
"@types/node": "16.x",
"lodash": "^4.17.21",
Expand Down

0 comments on commit c280511

Please sign in to comment.