Skip to content

Commit

Permalink
chore(deps): bump plugin-react-refresh and lite-tapable to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Aug 14, 2024
1 parent 25732d9 commit f781e6d
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion packages/create-rspack/template-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@rspack/cli": "workspace:*",
"@rspack/core": "workspace:*",
"@rspack/plugin-react-refresh": "1.0.0-beta.5",
"@rspack/plugin-react-refresh": "^1.0.0",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"cross-env": "^7.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rspack/template-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@rspack/plugin-react-refresh": "1.0.0-beta.5",
"@rspack/plugin-react-refresh": "^1.0.0",
"@rspack/cli": "workspace:*",
"@rspack/core": "workspace:*",
"@types/react": "^18.2.48",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"core-js": "3.36.1",
"@rspack/core": "workspace:*",
"@rspack/dev-server": "workspace:*",
"@rspack/plugin-react-refresh": "1.0.0-beta.5",
"@rspack/plugin-react-refresh": "^1.0.0",
"@swc/helpers": "0.5.8",
"@types/fs-extra": "11.0.4",
"babel-loader": "^9.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/rspack-dev-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"typescript": "5.0.2",
"@rspack/core": "workspace:*",
"@rspack/dev-server": "workspace:*",
"@rspack/plugin-react-refresh": "1.0.0-beta.5",
"@rspack/plugin-react-refresh": "^1.0.0",
"@types/connect-history-api-fallback": "1.5.4",
"@types/express": "4.17.21",
"@types/mime-types": "2.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/rspack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"dependencies": {
"@module-federation/runtime-tools": "0.2.3",
"@rspack/binding": "workspace:*",
"@rspack/lite-tapable": "1.0.0-beta.5",
"@rspack/lite-tapable": "^1.0.0",
"caniuse-lite": "^1.0.30001616"
},
"peerDependencies": {
Expand Down
36 changes: 18 additions & 18 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 tests/diff-test/arco-pro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@rspack/core": "workspace:*",
"@rspack/plugin-react-refresh": "1.0.0-beta.5",
"@rspack/plugin-react-refresh": "^1.0.0",
"@svgr/webpack": "^8.0.0",
"@swc/core": "1.4.0",
"@swc/helpers": "0.5.8",
Expand Down

0 comments on commit f781e6d

Please sign in to comment.