Skip to content

Commit 25782dd

Browse files
Shlomi Assaf (shlassaf)PatrickJS
authored andcommitted
fix: update to ngc-wrapped@1.0.2 to handle node 5 error
1 parent 063c64e commit 25782dd

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"karma-remap-coverage": "^0.1.1",
121121
"karma-sourcemap-loader": "^0.3.7",
122122
"karma-webpack": "1.8.0",
123-
"ngc-webpack": "^1.0.1",
123+
"ngc-webpack": "^1.0.2",
124124
"npm-run-all": "^3.1.2",
125125
"parse5": "^2.2.2",
126126
"protractor": "^4.0.10",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3063,9 +3063,13 @@ negotiator@0.6.1:
30633063
version "0.6.1"
30643064
resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.1.tgz#2b327184e8992101177b28563fb5e7102acd0ca9"
30653065

3066-
ngc-webpack@^1.0.1:
3067-
version "1.0.1"
3068-
resolved "https://registry.yarnpkg.com/ngc-webpack/-/ngc-webpack-1.0.1.tgz#ddf70fee899e5e62204756e434281ca5c32d6a4c"
3066+
ngc-webpack@^1.0.2:
3067+
version "1.0.2"
3068+
resolved "https://registry.yarnpkg.com/ngc-webpack/-/ngc-webpack-1.0.2.tgz#4b129a5859387fd2a78b6c7f17332eb13deb1476"
3069+
dependencies:
3070+
"@angular/tsc-wrapped" "0.5.0"
3071+
minimist "^1.2.0"
3072+
reflect-metadata "^0.1.2"
30693073

30703074
no-case@^2.2.0:
30713075
version "2.3.0"
@@ -4531,11 +4535,7 @@ symbol-observable@^1.0.1:
45314535
version "1.0.4"
45324536
resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.0.4.tgz#29bf615d4aa7121bdd898b22d4b3f9bc4e2aa03d"
45334537

4534-
tapable@^0.2.3:
4535-
version "0.2.4"
4536-
resolved "https://registry.yarnpkg.com/tapable/-/tapable-0.2.4.tgz#a7814605089d4ba896c33c7e3566e13dcd194aa5"
4537-
4538-
tapable@^0.2.5, tapable@~0.2.5:
4538+
tapable@^0.2.3, tapable@^0.2.5, tapable@~0.2.5:
45394539
version "0.2.5"
45404540
resolved "https://registry.yarnpkg.com/tapable/-/tapable-0.2.5.tgz#1ff6ce7ade58e734ca9bfe36ba342304b377a4d0"
45414541

0 commit comments

Comments
 (0)