Skip to content

Commit

Permalink
Pick up TS 5.2 RC
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbvz committed Aug 21, 2023
1 parent 4e59c47 commit d475554
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.2.0-dev.20230807"
"typescript": "^5.2.1-rc"
},
"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 @@ -228,10 +228,10 @@ to-regex-range@^5.0.1:
dependencies:
is-number "^7.0.0"

typescript@^5.2.0-dev.20230807:
version "5.2.0-dev.20230807"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.0-dev.20230807.tgz#652fa8a3fcc46958035d9b911c815299deb9f58e"
integrity sha512-sF8sZl3r/mpAdKAxASaWaoU+mNPF3g8OrZ601HraU2l4WEwAf6nO7sq0Bzl+Y3FV7sWjy+gb6kdM1CtLjVne/g==
typescript@^5.2.1-rc:
version "5.2.1-rc"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.1-rc.tgz#9cf33ff6bc39ba9e1fa59761124f596ecf5e0c07"
integrity sha512-gsOdmedQZEWLrYhNqHuzPmcV+4wX7UujzYqszDC5mVMjcN6Nm7lN2eAtndmjWl24aGdAwJqL2ooywkxpaTx8QQ==

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

0 comments on commit d475554

Please sign in to comment.