Skip to content

Commit

Permalink
Pick up TS 5.5 stable release (#216827)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbvz committed Jun 21, 2024
1 parent f44e0da commit 5256e0a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"description": "Dependencies shared by all extensions",
"dependencies": {
"typescript": "^5.5.0-dev.20240603"
"typescript": "^5.5.2"
},
"scripts": {
"postinstall": "node ./postinstall.mjs"
Expand Down
8 changes: 4 additions & 4 deletions extensions/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -234,10 +234,10 @@ to-regex-range@^5.0.1:
dependencies:
is-number "^7.0.0"

typescript@^5.5.0-dev.20240603:
version "5.5.0-dev.20240603"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.0-dev.20240603.tgz#a1b7311df5039a8abbaaa2213c21cac6ec547490"
integrity sha512-gdm3Sh1A+Pjj9ZlfBEJY3o2rs3tvpcSbu3vYqcCijMe09BePQBtZlsuShuPn+zCnP+qBLxdKjFiw5v1tkna3tA==
typescript@^5.5.2:
version "5.5.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.2.tgz#c26f023cb0054e657ce04f72583ea2d85f8d0507"
integrity sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==

vscode-grammar-updater@^1.1.0:
version "1.1.0"
Expand Down

0 comments on commit 5256e0a

Please sign in to comment.