Skip to content

Commit 43a4810

Browse files
committed
Pick up TS 5.4.3
Minor update with a few fixes
1 parent 2da301b commit 43a4810

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

extensions/package.json

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

extensions/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -234,10 +234,10 @@ to-regex-range@^5.0.1:
234234
dependencies:
235235
is-number "^7.0.0"
236236

237-
typescript@5.4:
238-
version "5.4.2"
239-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.2.tgz#0ae9cebcfae970718474fe0da2c090cad6577372"
240-
integrity sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==
237+
typescript@5.4.3:
238+
version "5.4.3"
239+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.3.tgz#5c6fedd4c87bee01cd7a528a30145521f8e0feff"
240+
integrity sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==
241241

242242
vscode-grammar-updater@^1.1.0:
243243
version "1.1.0"

0 commit comments

Comments
 (0)