Skip to content

Commit aef2913

Browse files
committed
Fix a problem where builds were failing due to an API break in @types/webpack
1 parent dd560ab commit aef2913

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

core-build/gulp-core-build-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@types/orchestrator": "0.0.30",
2828
"@types/source-map": "0.5.0",
2929
"@types/uglify-js": "2.6.29",
30-
"@types/webpack": "^4.0.0",
30+
"@types/webpack": "4.39.8",
3131
"@types/webpack-dev-server": "3.1.7"
3232
}
3333
}

webpack/loader-load-themed-styles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/loader-utils": "1.1.3",
2424
"@types/mocha": "5.2.5",
2525
"@types/node": "8.10.54",
26-
"@types/webpack": "^4.0.0",
26+
"@types/webpack": "4.39.8",
2727
"chai": "~3.5.0",
2828
"gulp": "~4.0.2"
2929
}

webpack/resolve-chunk-plugin/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,13 @@
1212
"scripts": {
1313
"build": "gulp test --clean"
1414
},
15-
"dependencies": {
16-
"@types/webpack": "^4.0.0"
17-
},
1815
"devDependencies": {
1916
"@microsoft/node-library-build": "6.3.7",
2017
"@microsoft/rush-stack-compiler-3.4": "0.3.7",
2118
"@rushstack/eslint-config": "0.4.2",
2219
"@types/mocha": "5.2.5",
2320
"@types/node": "8.10.54",
21+
"@types/webpack": "4.39.8",
2422
"chai": "~3.5.0",
2523
"gulp": "~4.0.2",
2624
"mocha": "^5.2.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"build": "gulp test --clean"
1414
},
1515
"dependencies": {
16-
"@types/webpack": "^4.0.0",
1716
"lodash": "~4.17.15",
1817
"uglify-js": "~3.0.28"
1918
},
@@ -26,6 +25,7 @@
2625
"@types/node": "8.10.54",
2726
"@types/tapable": "1.0.4",
2827
"@types/uglify-js": "2.6.29",
28+
"@types/webpack": "4.39.8",
2929
"chai": "~3.5.0",
3030
"gulp": "~4.0.2",
3131
"mocha": "^5.2.0"

0 commit comments

Comments
 (0)