mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-15 18:13:38 +08:00
build: update typescript to version 4.1.3
This commit is contained in:
parent
1cd8aa61f4
commit
0f06d11fb6
@ -228,7 +228,7 @@
|
||||
"tslint": "^6.1.3",
|
||||
"tslint-no-circular-imports": "^0.7.0",
|
||||
"tslint-sonarts": "1.9.0",
|
||||
"typescript": "4.1.2",
|
||||
"typescript": "4.1.3",
|
||||
"verdaccio": "4.10.0",
|
||||
"verdaccio-auth-memory": "^9.7.2",
|
||||
"webpack": "4.44.2",
|
||||
|
@ -12,7 +12,7 @@
|
||||
"loader-utils": "2.0.0",
|
||||
"source-map": "0.7.3",
|
||||
"tslib": "2.0.3",
|
||||
"typescript": "4.1.2",
|
||||
"typescript": "4.1.3",
|
||||
"webpack-sources": "2.2.0"
|
||||
}
|
||||
}
|
||||
|
@ -33,7 +33,7 @@
|
||||
"devDependencies": {
|
||||
"@angular/compiler": "11.1.0-next.2",
|
||||
"@angular/compiler-cli": "11.1.0-next.2",
|
||||
"typescript": "4.1.2",
|
||||
"typescript": "4.1.3",
|
||||
"webpack": "4.44.2"
|
||||
}
|
||||
}
|
||||
|
@ -12220,7 +12220,12 @@ typedarray@^0.0.6:
|
||||
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
|
||||
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
|
||||
|
||||
typescript@4.1.2, typescript@~4.1.2:
|
||||
typescript@4.1.3:
|
||||
version "4.1.3"
|
||||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.3.tgz#519d582bd94cba0cf8934c7d8e8467e473f53bb7"
|
||||
integrity sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==
|
||||
|
||||
typescript@~4.1.2:
|
||||
version "4.1.2"
|
||||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.2.tgz#6369ef22516fe5e10304aae5a5c4862db55380e9"
|
||||
integrity sha512-thGloWsGH3SOxv1SoY7QojKi0tc+8FnOmiarEGMbd/lar7QOEd3hvlx3Fp5y6FlDUGl9L+pd4n2e+oToGMmhRQ==
|
||||
|
Loading…
x
Reference in New Issue
Block a user