Skip to content

Commit

Permalink
chore(deps-dev): bump react-refresh from 0.14.0 to 0.14.2
Browse files Browse the repository at this point in the history
Bumps [react-refresh](https://github.com/facebook/react/tree/HEAD/packages/react) from 0.14.0 to 0.14.2.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v0.14.2/packages/react)

---
updated-dependencies:
- dependency-name: react-refresh
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 27, 2024
1 parent 42f8f80 commit dd49af2
Show file tree
Hide file tree
Showing 12 changed files with 47 additions and 89 deletions.
2 changes: 1 addition & 1 deletion apps/manifest-demo/3009-webpack-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@module-federation/enhanced": "workspace:*",
"@module-federation/typescript": "workspace:*",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
"react-refresh": "0.14.0"
"react-refresh": "0.14.2"
},
"dependencies": {
"antd": "4.24.14"
Expand Down
2 changes: 1 addition & 1 deletion apps/manifest-demo/3010-rspack-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"devDependencies": {
"@module-federation/enhanced": "workspace:*",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
"react-refresh": "0.14.0",
"react-refresh": "0.14.2",
"@rspack/plugin-react-refresh": "^0.7.5",
"@rspack/core": "^1.0.2"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"devDependencies": {
"@module-federation/enhanced": "workspace:*",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
"react-refresh": "0.14.0",
"react-refresh": "0.14.2",
"@rspack/plugin-react-refresh": "^0.7.5"
},
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"devDependencies": {
"@module-federation/enhanced": "workspace:*",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
"react-refresh": "0.14.0",
"react-refresh": "0.14.2",
"@rspack/plugin-react-refresh": "^0.7.5"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion apps/manifest-demo/webpack-host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@module-federation/typescript": "workspace:*",
"@module-federation/enhanced": "workspace:*",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
"react-refresh": "0.14.0"
"react-refresh": "0.14.2"
},
"dependencies": {
"antd": "4.24.15"
Expand Down
2 changes: 1 addition & 1 deletion apps/react-ts-host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"@module-federation/core": "workspace:*",
"@module-federation/runtime": "workspace:*",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
"react-refresh": "0.14.0"
"react-refresh": "0.14.2"
}
}
2 changes: 1 addition & 1 deletion apps/react-ts-nested-remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "1.0.0",
"devDependencies": {
"@module-federation/enhanced": "workspace:*",
"react-refresh": "0.14.0",
"react-refresh": "0.14.2",
"file-loader": "6.2.0"
}
}
2 changes: 1 addition & 1 deletion apps/react-ts-remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "1.0.0",
"devDependencies": {
"@module-federation/enhanced": "workspace:*",
"react-refresh": "0.14.0",
"react-refresh": "0.14.2",
"file-loader": "6.2.0"
}
}
2 changes: 1 addition & 1 deletion apps/runtime-demo/3005-runtime-host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@module-federation/enhanced": "workspace:*",
"@module-federation/dts-plugin": "workspace:*",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
"react-refresh": "0.14.0"
"react-refresh": "0.14.2"
},
"dependencies": {
"antd": "4.24.15"
Expand Down
2 changes: 1 addition & 1 deletion apps/runtime-demo/3006-runtime-remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@module-federation/enhanced": "workspace:*",
"@module-federation/typescript": "workspace:*",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
"react-refresh": "0.14.0"
"react-refresh": "0.14.2"
},
"dependencies": {
"antd": "4.24.15"
Expand Down
2 changes: 1 addition & 1 deletion apps/runtime-demo/3007-runtime-remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@module-federation/enhanced": "workspace:*",
"@module-federation/typescript": "workspace:*",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
"react-refresh": "0.14.0"
"react-refresh": "0.14.2"
},
"dependencies": {
"antd": "4.24.15"
Expand Down
114 changes: 36 additions & 78 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 dd49af2

Please sign in to comment.