Skip to content

Commit c1be6a0

Browse files
authored
Pick up TS 4.6.2 (microsoft#144132)
Fixes microsoft#142460
1 parent 5db76fd commit c1be6a0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

extensions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"description": "Dependencies shared by all extensions",
66
"dependencies": {
7-
"typescript": "^4.6.1-rc"
7+
"typescript": "4.6.2"
88
},
99
"scripts": {
1010
"postinstall": "node ./postinstall"

extensions/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ [email protected]:
2424
resolved "https://registry.yarnpkg.com/fast-plist/-/fast-plist-0.1.2.tgz#a45aff345196006d406ca6cdcd05f69051ef35b8"
2525
integrity sha1-pFr/NFGWAG1AbKbNzQX2kFHvNbg=
2626

27-
typescript@^4.6.1-rc:
28-
version "4.6.1-rc"
29-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.1-rc.tgz#75baa823a6fca592f358b486acc2039f103ca2af"
30-
integrity sha512-tLPT3GelVfTN9wXPOuPKfY83PkMvgdF3V3gHK/ElNrpQPdLKQ/HMU5cS6+7epYSIF2gne190jzydAW0FLLwU7A==
27+
28+
version "4.6.2"
29+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.2.tgz#fe12d2727b708f4eef40f51598b3398baa9611d4"
30+
integrity sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==
3131

3232
vscode-grammar-updater@^1.0.3:
3333
version "1.0.3"

0 commit comments

Comments
 (0)