Pick up latest TS (#191262)

This commit is contained in:
Matt Bierner 2023-08-24 15:38:47 -07:00 committed by GitHub
parent c10bade207
commit 99be1c1421
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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.2.1-rc" "typescript": "^5.2.2"
}, },
"scripts": { "scripts": {
"postinstall": "node ./postinstall.mjs" "postinstall": "node ./postinstall.mjs"

View file

@ -228,10 +228,10 @@ to-regex-range@^5.0.1:
dependencies: dependencies:
is-number "^7.0.0" is-number "^7.0.0"
typescript@^5.2.1-rc: typescript@^5.2.2:
version "5.2.1-rc" version "5.2.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.1-rc.tgz#9cf33ff6bc39ba9e1fa59761124f596ecf5e0c07" resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
integrity sha512-gsOdmedQZEWLrYhNqHuzPmcV+4wX7UujzYqszDC5mVMjcN6Nm7lN2eAtndmjWl24aGdAwJqL2ooywkxpaTx8QQ== integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==
vscode-grammar-updater@^1.1.0: vscode-grammar-updater@^1.1.0:
version "1.1.0" version "1.1.0"