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 webpack-manifest-plugin to v5 #4693

Merged
merged 1 commit into from
Mar 10, 2022
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/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"webpack-bundle-analyzer": "4.5.0",
"webpack-cli": "4.9.2",
"webpack-dev-server": "4.7.4",
"webpack-manifest-plugin": "4.1.1",
"webpack-manifest-plugin": "5.0.0",
"webpack-merge": "5.8.0",
"webpack-retry-chunk-load-plugin": "3.0.0"
},
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5921,7 +5921,7 @@ __metadata:
webpack-bundle-analyzer: 4.5.0
webpack-cli: 4.9.2
webpack-dev-server: 4.7.4
webpack-manifest-plugin: 4.1.1
webpack-manifest-plugin: 5.0.0
webpack-merge: 5.8.0
webpack-retry-chunk-load-plugin: 3.0.0
bin:
Expand Down Expand Up @@ -30302,15 +30302,15 @@ __metadata:
languageName: node
linkType: hard

"webpack-manifest-plugin@npm:4.1.1":
version: 4.1.1
resolution: "webpack-manifest-plugin@npm:4.1.1"
"webpack-manifest-plugin@npm:5.0.0":
version: 5.0.0
resolution: "webpack-manifest-plugin@npm:5.0.0"
dependencies:
tapable: ^2.0.0
webpack-sources: ^2.2.0
peerDependencies:
webpack: ^4.44.2 || ^5.47.0
checksum: 9486f399c86358e5811f314c71ba0ef2915c2db885ae01fd14002f2fb3d791bc9cf7b0fbe92e9f012c85c06f2efd94ecfc50f85d3fbce6359757f327039a7839
webpack: ^5.47.0
checksum: c6baed67855c48363a7bd677bc05ac532e2d817370894ec5a785524c1df08859330198eda419efb17d0e4233dc74d194f423a4ac5d34ab5521ba2617d14ea572
languageName: node
linkType: hard

Expand Down