mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 11:03:53 +08:00
build: update typescript to version 4.2.4
This commit is contained in:
parent
b7c77f6a86
commit
a3ab2de647
@ -223,7 +223,7 @@
|
||||
"tslint": "^6.1.3",
|
||||
"tslint-no-circular-imports": "^0.7.0",
|
||||
"tslint-sonarts": "1.9.0",
|
||||
"typescript": "4.2.3",
|
||||
"typescript": "4.2.4",
|
||||
"verdaccio": "4.12.0",
|
||||
"verdaccio-auth-memory": "^10.0.0",
|
||||
"webpack": "4.44.2",
|
||||
|
@ -12,7 +12,7 @@
|
||||
"loader-utils": "2.0.0",
|
||||
"source-map": "0.7.3",
|
||||
"tslib": "2.2.0",
|
||||
"typescript": "4.2.3",
|
||||
"typescript": "4.2.4",
|
||||
"webpack-sources": "2.2.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
@ -33,7 +33,7 @@
|
||||
"@angular-devkit/core": "0.0.0",
|
||||
"@angular/compiler": "12.0.0-next.7",
|
||||
"@angular/compiler-cli": "12.0.0-next.7",
|
||||
"typescript": "4.2.3",
|
||||
"typescript": "4.2.4",
|
||||
"webpack": "5.21.2"
|
||||
}
|
||||
}
|
||||
|
@ -12795,7 +12795,12 @@ typedarray@^0.0.6:
|
||||
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
|
||||
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
|
||||
|
||||
typescript@4.2.3, typescript@~4.2.3:
|
||||
typescript@4.2.4:
|
||||
version "4.2.4"
|
||||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961"
|
||||
integrity sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==
|
||||
|
||||
typescript@~4.2.3:
|
||||
version "4.2.3"
|
||||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.3.tgz#39062d8019912d43726298f09493d598048c1ce3"
|
||||
integrity sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==
|
||||
|
Loading…
x
Reference in New Issue
Block a user