Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency @pmmmwh/react-refresh-webpack-plugin to v0.5.13 #2347

Merged
merged 1 commit into from
Apr 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/crafty-preset-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"lint": "node ../crafty-preset-eslint/src/commands/jsLint.js --preset recommended --preset node '*.js'"
},
"dependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "0.5.11",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.13",
"react-hot-loader": "4.13.1",
"react-refresh": "0.14.0"
},
Expand Down
14 changes: 6 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2030,15 +2030,13 @@ __metadata:
languageName: node
linkType: hard

"@pmmmwh/react-refresh-webpack-plugin@npm:0.5.11":
version: 0.5.11
resolution: "@pmmmwh/react-refresh-webpack-plugin@npm:0.5.11"
"@pmmmwh/react-refresh-webpack-plugin@npm:0.5.13":
version: 0.5.13
resolution: "@pmmmwh/react-refresh-webpack-plugin@npm:0.5.13"
dependencies:
ansi-html-community: "npm:^0.0.8"
common-path-prefix: "npm:^3.0.0"
core-js-pure: "npm:^3.23.3"
error-stack-parser: "npm:^2.0.6"
find-up: "npm:^5.0.0"
html-entities: "npm:^2.1.0"
loader-utils: "npm:^2.0.4"
schema-utils: "npm:^3.0.0"
Expand All @@ -2049,7 +2047,7 @@ __metadata:
sockjs-client: ^1.4.0
type-fest: ">=0.17.0 <5.0.0"
webpack: ">=4.43.0 <6.0.0"
webpack-dev-server: 3.x || 4.x
webpack-dev-server: 3.x || 4.x || 5.x
webpack-hot-middleware: 2.x
webpack-plugin-serve: 0.x || 1.x
peerDependenciesMeta:
Expand All @@ -2065,7 +2063,7 @@ __metadata:
optional: true
webpack-plugin-serve:
optional: true
checksum: 10c0/a9c8468417a14a23339e313cff6ddb8029e0637748973070e61d83a2534620b3492b9a42ecf9eb9d63cb709f53c17fe814bc7dd68d64c300db338e9fd7287bc4
checksum: 10c0/2aa713ce0979bfe508fc8a4605eaf39be2ee8f3d8e53d0dd7af1eab1249c7782e95aa644938210c86a654570ea355659a228c150b3fde51f2831211be8e4a0cc
languageName: node
linkType: hard

Expand Down Expand Up @@ -2743,7 +2741,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@swissquote/crafty-preset-react@workspace:packages/crafty-preset-react"
dependencies:
"@pmmmwh/react-refresh-webpack-plugin": "npm:0.5.11"
"@pmmmwh/react-refresh-webpack-plugin": "npm:0.5.13"
react-hot-loader: "npm:4.13.1"
react-refresh: "npm:0.14.0"
languageName: unknown
Expand Down
Loading