Skip to content

Commit

Permalink
chore(deps): update dependency @rspack/plugin-react-refresh to v0.7.4 (
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptedAlchemy committed Jun 20, 2024
1 parent 93e8d45 commit 6382bbc
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 65 deletions.
2 changes: 1 addition & 1 deletion comprehensive-demo-react18/app-01/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@module-federation/runtime": "0.1.20",
"@module-federation/sdk": "0.1.19",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
"@rspack/plugin-react-refresh": "0.7.3",
"@rspack/plugin-react-refresh": "0.7.4",
"raw-loader": "4.0.2",
"react-refresh": "0.14.0"
}
Expand Down
2 changes: 1 addition & 1 deletion comprehensive-demo-react18/app-02/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"webpack-cli": "^5.1.4"
},
"devDependencies": {
"@rspack/plugin-react-refresh": "0.7.3",
"@rspack/plugin-react-refresh": "0.7.4",
"react-refresh": "0.14.0"
},
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@babel/preset-react": "7.24.7",
"@rspack/cli": "0.7.4",
"@rspack/core": "0.7.3",
"@rspack/plugin-react-refresh": "0.7.3",
"@rspack/plugin-react-refresh": "0.7.4",
"babel-loader": "9.1.3",
"css-loader": "6.11.0",
"style-loader": "3.3.4"
Expand Down
77 changes: 18 additions & 59 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 rspack_hmr/app2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@rspack/cli": "0.7.4",
"@rspack/core": "0.7.3",
"@rspack/plugin-react-refresh": "0.7.3",
"@rspack/plugin-react-refresh": "0.7.4",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"prettier": "3.2.5",
Expand Down
2 changes: 1 addition & 1 deletion rspack_hmr/host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@rspack/cli": "0.7.4",
"@rspack/core": "0.7.3",
"@rspack/plugin-react-refresh": "0.7.3",
"@rspack/plugin-react-refresh": "0.7.4",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"prettier": "3.2.5",
Expand Down
2 changes: 1 addition & 1 deletion rspack_hmr/runhost/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@rspack/cli": "0.7.4",
"@rspack/core": "0.7.3",
"@rspack/plugin-react-refresh": "0.7.3",
"@rspack/plugin-react-refresh": "0.7.4",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"prettier": "3.2.5",
Expand Down

0 comments on commit 6382bbc

Please sign in to comment.