Skip to content

Commit

Permalink
fix: add necessary peerDependencies (#1825)
Browse files Browse the repository at this point in the history
* fix(generators): add webpack to peerDependencies

* fix(init): add webpack and cli to peerDependencies

* fix(utils): remove non-existent version dependency

Co-authored-by: Alexander Krasnoyarov <evilebottnawi@users.noreply.github.com>
  • Loading branch information
ylemkimon and evilebottnawi committed Sep 29, 2020
1 parent bfb9d24 commit 0f13ab5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/generators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"yeoman-generator": "4.7.2"
},
"peerDependencies": {
"webpack": "4.x.x || 5.x.x",
"webpack-cli": "3.x.x || 4.x.x"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,9 @@
"jscodeshift": "0.7.0",
"p-each-series": "2.1.0"
},
"peerDependencies": {
"webpack": "4.x.x || 5.x.x",
"webpack-cli": "4.x.x"
},
"gitHead": "fb50f766851f500ca12867a2aa9de81fa6e368f9"
}
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"peerDependencies": {
"webpack": "4.x.x || 5.x.x",
"webpack-cli": "4.x.x || 5.x.x"
"webpack-cli": "4.x.x"
},
"devDependencies": {
"@types/got": "9.6.9",
Expand Down

0 comments on commit 0f13ab5

Please sign in to comment.