Skip to content

Commit 07f2baf

Browse files
committed
Based on conversation with iclanton, re-add dependencies as peer dependencies
1 parent 1554bb1 commit 07f2baf

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

webpack/resolve-chunk-plugin/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
"scripts": {
1313
"build": "gulp test --clean"
1414
},
15+
"peerDependencies": {
16+
"@types/webpack": "*"
17+
},
1518
"devDependencies": {
1619
"@microsoft/node-library-build": "6.3.7",
1720
"@microsoft/rush-stack-compiler-3.4": "0.3.7",

webpack/set-webpack-public-path-plugin/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
"lodash": "~4.17.15",
1717
"uglify-js": "~3.0.28"
1818
},
19+
"peerDependencies": {
20+
"@types/webpack": "*"
21+
},
1922
"devDependencies": {
2023
"@microsoft/node-library-build": "6.3.7",
2124
"@microsoft/rush-stack-compiler-3.4": "0.3.7",

0 commit comments

Comments
 (0)