mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 11:03:53 +08:00
fix(@angular-devkit/build-angular): remove deprecated istanbul
from dependencies (#13567)
It also seems this package was unused Fix #13562
This commit is contained in:
parent
bf566c7101
commit
b27fabe786
@ -18,7 +18,6 @@
|
|||||||
"copy-webpack-plugin": "4.6.0",
|
"copy-webpack-plugin": "4.6.0",
|
||||||
"file-loader": "3.0.1",
|
"file-loader": "3.0.1",
|
||||||
"glob": "7.1.3",
|
"glob": "7.1.3",
|
||||||
"istanbul": "0.4.5",
|
|
||||||
"istanbul-instrumenter-loader": "3.0.1",
|
"istanbul-instrumenter-loader": "3.0.1",
|
||||||
"karma-source-map-support": "1.3.0",
|
"karma-source-map-support": "1.3.0",
|
||||||
"less": "3.9.0",
|
"less": "3.9.0",
|
||||||
|
@ -5344,7 +5344,7 @@ istanbul-reports@^2.0.1:
|
|||||||
dependencies:
|
dependencies:
|
||||||
handlebars "^4.0.11"
|
handlebars "^4.0.11"
|
||||||
|
|
||||||
istanbul@0.4.5, istanbul@^0.4.5:
|
istanbul@^0.4.5:
|
||||||
version "0.4.5"
|
version "0.4.5"
|
||||||
resolved "https://registry.yarnpkg.com/istanbul/-/istanbul-0.4.5.tgz#65c7d73d4c4da84d4f3ac310b918fb0b8033733b"
|
resolved "https://registry.yarnpkg.com/istanbul/-/istanbul-0.4.5.tgz#65c7d73d4c4da84d4f3ac310b918fb0b8033733b"
|
||||||
integrity sha1-ZcfXPUxNqE1POsMQuRj7C4Azczs=
|
integrity sha1-ZcfXPUxNqE1POsMQuRj7C4Azczs=
|
||||||
|
Loading…
x
Reference in New Issue
Block a user