Skip to content

Commit 737ba48

Browse files
filipesilvaalexeagle
authored andcommitted
fix(@angular-devkit/build-angular): allow only patch version of webpack (#12870)
Fix #12866
1 parent ec59a13 commit 737ba48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"tree-kill": "^1.2.0",
4949
"uglifyjs-webpack-plugin": "^1.2.5",
5050
"url-loader": "^1.0.1",
51-
"webpack": "^4.15.1",
51+
"webpack": "4.16.4",
5252
"webpack-dev-middleware": "^3.1.3",
5353
"webpack-dev-server": "^3.1.4",
5454
"webpack-merge": "^4.1.2",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8683,7 +8683,7 @@ webpack-subresource-integrity@^1.1.0-rc.4:
86838683
dependencies:
86848684
webpack-core "^0.6.8"
86858685

8686-
webpack@^4.0.0, webpack@^4.15.1, webpack@^4.6.0:
8686+
webpack@4.16.4, webpack@^4.0.0, webpack@^4.6.0:
86878687
version "4.16.4"
86888688
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.16.4.tgz#6b020f76483bc66339164c296d89978aa100d37a"
86898689
integrity sha512-RqUfwp4qMqv3oFwBQQOoK69C2tdu2FHJEqPABPqgjGDvOIOLqkTOhmmdJjpiRabzNAAH1ahmkA3z4xowlHN+VA==

0 commit comments

Comments
 (0)