Skip to content

Commit

Permalink
Add missing optional peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichon-msft committed Jun 16, 2022
1 parent 57ddc6b commit 9267170
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions heft-plugins/heft-webpack4-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,15 @@
"peerDependenciesMeta": {
"@types/webpack": {
"optional": true
},
"@types/webpack-dev-server": {
"optional": true
}
},
"peerDependencies": {
"@rushstack/heft": "^0.45.6",
"@types/webpack": "^4",
"@types/webpack-dev-server": "^3",
"webpack": "~4.44.2"
},
"dependencies": {
Expand Down
4 changes: 4 additions & 0 deletions webpack/module-minifier-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,16 @@
},
"peerDependencies": {
"@types/webpack": "*",
"@types/webpack-sources": "*",
"webpack": "^4.31.0",
"webpack-sources": "~1.4.3"
},
"peerDependenciesMeta": {
"@types/webpack": {
"optional": true
},
"@types/webpack-sources": {
"optional": true
}
},
"dependencies": {
Expand Down

0 comments on commit 9267170

Please sign in to comment.