Skip to content

Commit e4e46c9

Browse files
filipesilvaclydin
authored andcommitted
fix(@angular/cli): update to istanbul-instrumenter-loader 3.0.0
Fix #9002
1 parent c7735ab commit e4e46c9

File tree

3 files changed

+15
-28
lines changed

3 files changed

+15
-28
lines changed

package-lock.json

Lines changed: 13 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"fs-extra": "^4.0.0",
6262
"glob": "^7.0.3",
6363
"html-webpack-plugin": "^2.29.0",
64-
"istanbul-instrumenter-loader": "^2.0.0",
64+
"istanbul-instrumenter-loader": "^3.0.0",
6565
"karma-source-map-support": "^1.2.0",
6666
"less": "^2.7.2",
6767
"less-loader": "^4.0.5",

packages/@angular/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"silent-error": "^1.0.0",
7272
"source-map-loader": "^0.2.0",
7373
"source-map-support": "^0.4.1",
74-
"istanbul-instrumenter-loader": "^2.0.0",
74+
"istanbul-instrumenter-loader": "^3.0.0",
7575
"style-loader": "^0.13.1",
7676
"stylus": "^0.54.5",
7777
"stylus-loader": "^3.0.1",

0 commit comments

Comments
 (0)