Skip to content

Commit

Permalink
fix(@ngtools/webpack): pin enhanced-resolve
Browse files Browse the repository at this point in the history
See #7113 and webpack/enhanced-resolve#98 for context.

This should be unpinned when a real fix is found.
  • Loading branch information
filipesilva committed Jul 24, 2017
1 parent 3da774e commit 97c7cfb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -52,7 +52,7 @@
"diff": "^3.1.0",
"ember-cli-normalize-entity-name": "^1.0.0",
"ember-cli-string-utils": "^1.0.0",
"enhanced-resolve": "^3.1.0",
"enhanced-resolve": "3.3.0",
"exports-loader": "^0.6.3",
"extract-text-webpack-plugin": "3.0.0",
"file-loader": "^0.10.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@ngtools/webpack/package.json
Expand Up @@ -25,7 +25,7 @@
"npm": ">= 3.0.0"
},
"dependencies": {
"enhanced-resolve": "^3.1.0",
"enhanced-resolve": "3.3.0",
"loader-utils": "^1.0.2",
"magic-string": "^0.22.3",
"source-map": "^0.5.6"
Expand Down
11 changes: 1 addition & 10 deletions yarn.lock
Expand Up @@ -1571,16 +1571,7 @@ encodeurl@~1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.1.tgz#79e3d58655346909fe6f0f45a5de68103b294d20"

enhanced-resolve@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-3.1.0.tgz#9f4b626f577245edcf4b2ad83d86e17f4f421dec"
dependencies:
graceful-fs "^4.1.2"
memory-fs "^0.4.0"
object-assign "^4.0.1"
tapable "^0.2.5"

enhanced-resolve@^3.3.0:
enhanced-resolve@3.3.0, enhanced-resolve@^3.3.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-3.3.0.tgz#950964ecc7f0332a42321b673b38dc8ff15535b3"
dependencies:
Expand Down

0 comments on commit 97c7cfb

Please sign in to comment.