Skip to content

Commit

Permalink
fix(@angular/cli): pin webpack to 3.3.0
Browse files Browse the repository at this point in the history
Webpack is updating to `[email protected]` (webpack/webpack@16bf0b6) but the CLI cannot do so yet (see #7123).

This PR pins `[email protected]` until we are able to update to `enhanced-resolve@^3.4.0`.
  • Loading branch information
filipesilva committed Jul 26, 2017
1 parent 38f2135 commit a674b0c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"typescript": "~2.4.2",
"url-loader": "^0.5.7",
"walk-sync": "^0.3.1",
"webpack": "~3.3.0",
"webpack": "3.3.0",
"webpack-dev-middleware": "^1.11.0",
"webpack-dev-server": "~2.5.1",
"webpack-merge": "^4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@angular/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"typescript": ">=2.0.0 <2.5.0",
"url-loader": "^0.5.7",
"walk-sync": "^0.3.1",
"webpack": "~3.3.0",
"webpack": "3.3.0",
"webpack-dev-middleware": "^1.11.0",
"webpack-dev-server": "~2.5.1",
"webpack-merge": "^4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5526,7 +5526,7 @@ webpack-sources@^1.0.1:
source-list-map "^2.0.0"
source-map "~0.5.3"

webpack@~3.3.0:
[email protected]:
version "3.3.0"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-3.3.0.tgz#ce2f9e076566aba91f74887133a883fd7da187bc"
dependencies:
Expand Down

0 comments on commit a674b0c

Please sign in to comment.