Skip to content

Commit

Permalink
fix(deps): re-add webpack-cli add non-optional peerDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Kocal committed Aug 29, 2022
1 parent 575f5e1 commit d9566dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@
"vue-loader": "^17.0.0",
"vue-template-compiler": "^2.5",
"webpack": "^5.72",
"webpack-cli": "^4.9.1",
"webpack-notifier": "^1.15.0"
},
"peerDependenciesMeta": {
Expand Down Expand Up @@ -218,6 +219,9 @@
"webpack": {
"optional": false
},
"webpack-cli": {
"optional": false
},
"webpack-notifier": {
"optional": true
}
Expand Down

0 comments on commit d9566dc

Please sign in to comment.