Skip to content

Commit 4a7c013

Browse files
authored
Pick up TS 5.1.6 for recovery (microsoft#187497)
Fixes microsoft#187493
1 parent 0dc3cae commit 4a7c013

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": "5.1.3"
7+
"typescript": "5.1.6"
88
},
99
"scripts": {
1010
"postinstall": "node ./postinstall.mjs"

extensions/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -228,10 +228,10 @@ to-regex-range@^5.0.1:
228228
dependencies:
229229
is-number "^7.0.0"
230230

231-
232-
version "5.1.3"
233-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.3.tgz#8d84219244a6b40b6fb2b33cc1c062f715b9e826"
234-
integrity sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==
231+
232+
version "5.1.6"
233+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274"
234+
integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==
235235

236236
vscode-grammar-updater@^1.1.0:
237237
version "1.1.0"

0 commit comments

Comments
 (0)