Skip to content

Commit a013930

Browse files
alan-agius4vikerman
authored andcommitted
fix(@angular-devkit/build-angular): remove deprecated istanbul from dependencies (#13567)
It also seems this package was unused Fix #13562
1 parent 36bb435 commit a013930

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/angular_devkit/build_angular/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"copy-webpack-plugin": "4.6.0",
1919
"file-loader": "3.0.1",
2020
"glob": "7.1.3",
21-
"istanbul": "0.4.5",
2221
"istanbul-instrumenter-loader": "3.0.1",
2322
"karma-source-map-support": "1.3.0",
2423
"less": "3.9.0",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5334,7 +5334,7 @@ istanbul-reports@^2.0.1:
53345334
dependencies:
53355335
handlebars "^4.0.11"
53365336

5337-
istanbul@0.4.5, istanbul@^0.4.5:
5337+
istanbul@^0.4.5:
53385338
version "0.4.5"
53395339
resolved "https://registry.yarnpkg.com/istanbul/-/istanbul-0.4.5.tgz#65c7d73d4c4da84d4f3ac310b918fb0b8033733b"
53405340
integrity sha1-ZcfXPUxNqE1POsMQuRj7C4Azczs=

0 commit comments

Comments
 (0)