Pick up TS 5.0rc (#176334)

https://github.com/microsoft/vscode/issues/176332
This commit is contained in:
Matt Bierner 2023-03-06 21:42:49 -08:00 committed by GitHub
parent bbc87d8ec2
commit 23600ac11e
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",
"description": "Dependencies shared by all extensions",
"dependencies": {
"typescript": "^5.0.0-dev.20230224"
"typescript": "^5.0.1-rc"
},
"scripts": {
"postinstall": "node ./postinstall.mjs"

View file

@ -228,10 +228,10 @@ to-regex-range@^5.0.1:
dependencies:
is-number "^7.0.0"
typescript@^5.0.0-dev.20230224:
version "5.0.0-dev.20230224"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.0-dev.20230224.tgz#801908424fafe3f5728320348ad0dc966960fd69"
integrity sha512-ntlbPkFF0PM1+lmvLenUGwo+3EJPq5QAvAsw+6HA6KTOHpF3IcmYE57rcgpL54NLXhqz84RNTtcmb4dttBuBsA==
typescript@^5.0.1-rc:
version "5.0.1-rc"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.1-rc.tgz#f2ccabbdb9646b43b5e006dc6f7b0eaf9a222c8b"
integrity sha512-zh75jY8gPo/y7fpmlTVN2bb2MigoLx4hGk+Cla9pY6lgSTvzJrmQQrRt5S80VTsEt6biWPZJgLK2nm6f0Ya+mA==
vscode-grammar-updater@^1.1.0:
version "1.1.0"