mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-23 23:59:27 +08:00
build: update dependency typescript to v4.6.3
This commit is contained in:
parent
797c652eb5
commit
f222f3868c
@ -210,7 +210,7 @@
|
||||
"tree-kill": "1.2.2",
|
||||
"ts-node": "^10.0.0",
|
||||
"tslib": "2.3.1",
|
||||
"typescript": "4.6.2",
|
||||
"typescript": "4.6.3",
|
||||
"verdaccio": "5.8.0",
|
||||
"verdaccio-auth-memory": "^10.0.0",
|
||||
"webpack": "5.70.0",
|
||||
|
@ -30,7 +30,7 @@
|
||||
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
|
||||
"@angular/compiler": "14.0.0-next.7",
|
||||
"@angular/compiler-cli": "14.0.0-next.7",
|
||||
"typescript": "4.6.2",
|
||||
"typescript": "4.6.3",
|
||||
"webpack": "5.70.0"
|
||||
}
|
||||
}
|
||||
|
13
yarn.lock
13
yarn.lock
@ -10274,16 +10274,21 @@ typedarray@^0.0.6:
|
||||
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
|
||||
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
|
||||
|
||||
typescript@4.6.2, typescript@~4.6.2:
|
||||
version "4.6.2"
|
||||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.2.tgz#fe12d2727b708f4eef40f51598b3398baa9611d4"
|
||||
integrity sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==
|
||||
typescript@4.6.3:
|
||||
version "4.6.3"
|
||||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.3.tgz#eefeafa6afdd31d725584c67a0eaba80f6fc6c6c"
|
||||
integrity sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==
|
||||
|
||||
typescript@~4.5.2:
|
||||
version "4.5.5"
|
||||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.5.tgz#d8c953832d28924a9e3d37c73d729c846c5896f3"
|
||||
integrity sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==
|
||||
|
||||
typescript@~4.6.2:
|
||||
version "4.6.2"
|
||||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.2.tgz#fe12d2727b708f4eef40f51598b3398baa9611d4"
|
||||
integrity sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==
|
||||
|
||||
ua-parser-js@1.0.2:
|
||||
version "1.0.2"
|
||||
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-1.0.2.tgz#e2976c34dbfb30b15d2c300b2a53eac87c57a775"
|
||||
|
Loading…
x
Reference in New Issue
Block a user