Skip to content

Commit

Permalink
chore: fix peerDependencies (#1909)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi committed Oct 10, 2020
1 parent 59f6303 commit 805d585
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/generate-loader/package.json
Expand Up @@ -22,7 +22,7 @@
"yeoman-environment": "^2.10.3"
},
"peerDependencies": {
"webpack-cli": "3.x.x || 4.x.x"
"webpack-cli": "4.x.x"
},
"gitHead": "fb50f766851f500ca12867a2aa9de81fa6e368f9"
}
2 changes: 1 addition & 1 deletion packages/generate-plugin/package.json
Expand Up @@ -22,7 +22,7 @@
"yeoman-environment": "^2.10.3"
},
"peerDependencies": {
"webpack-cli": "3.x.x || 4.x.x"
"webpack-cli": "4.x.x"
},
"gitHead": "fb50f766851f500ca12867a2aa9de81fa6e368f9"
}
2 changes: 1 addition & 1 deletion packages/generators/package.json
Expand Up @@ -23,7 +23,7 @@
},
"peerDependencies": {
"webpack": "4.x.x || 5.x.x",
"webpack-cli": "3.x.x || 4.x.x"
"webpack-cli": "4.x.x"
},
"devDependencies": {
"@types/mkdirp": "^1.0.0",
Expand Down

0 comments on commit 805d585

Please sign in to comment.