Pick up TS 5.5 stable release (#216827)

This commit is contained in:
Matt Bierner 2024-06-21 09:49:32 -07:00 committed by GitHub
parent f44e0dad3b
commit 5256e0a9bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@
"license": "MIT", "license": "MIT",
"description": "Dependencies shared by all extensions", "description": "Dependencies shared by all extensions",
"dependencies": { "dependencies": {
"typescript": "^5.5.0-dev.20240603" "typescript": "^5.5.2"
}, },
"scripts": { "scripts": {
"postinstall": "node ./postinstall.mjs" "postinstall": "node ./postinstall.mjs"

View File

@ -234,10 +234,10 @@ to-regex-range@^5.0.1:
dependencies: dependencies:
is-number "^7.0.0" is-number "^7.0.0"
typescript@^5.5.0-dev.20240603: typescript@^5.5.2:
version "5.5.0-dev.20240603" version "5.5.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.0-dev.20240603.tgz#a1b7311df5039a8abbaaa2213c21cac6ec547490" resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.2.tgz#c26f023cb0054e657ce04f72583ea2d85f8d0507"
integrity sha512-gdm3Sh1A+Pjj9ZlfBEJY3o2rs3tvpcSbu3vYqcCijMe09BePQBtZlsuShuPn+zCnP+qBLxdKjFiw5v1tkna3tA== integrity sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==
vscode-grammar-updater@^1.1.0: vscode-grammar-updater@^1.1.0:
version "1.1.0" version "1.1.0"