Skip to content

Commit 7874d47

Browse files
authored
Pick up TS 5.0.4 (microsoft#179617)
Fixes microsoft#179616
1 parent e344f1f commit 7874d47

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.0.2"
7+
"typescript": "5.0.4"
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.0.2"
233-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
234-
integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==
231+
232+
version "5.0.4"
233+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.4.tgz#b217fd20119bd61a94d4011274e0ab369058da3b"
234+
integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==
235235

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

0 commit comments

Comments
 (0)