Pick up latest TS for VS Code (#165075)

This commit is contained in:
Matt Bierner 2022-10-31 11:42:11 -07:00 committed by GitHub
parent 30383d68ad
commit ef5671a46f
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": "4.8.4"
"typescript": "^4.9.0-dev.20221031"
},
"scripts": {
"postinstall": "node ./postinstall.mjs"

View file

@ -42,10 +42,10 @@ node-gyp-build@^4.3.0:
resolved "https://registry.yarnpkg.com/node-gyp-build/-/node-gyp-build-4.3.0.tgz#9f256b03e5826150be39c764bf51e993946d71a3"
integrity sha512-iWjXZvmboq0ja1pUGULQBexmxq8CV4xBhX7VDOTbL7ZR4FOowwY/VOtRxBN/yKxmdGoIp4j5ysNT4u3S2pDQ3Q==
typescript@4.8.4:
version "4.8.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6"
integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==
typescript@^4.9.0-dev.20221031:
version "4.9.0-dev.20221031"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.0-dev.20221031.tgz#bf032089b6337a96a9de6de4fcce074a305ee14d"
integrity sha512-jCNHTa9twe5d/5Pfob2BhOLwHS6kxMcGyc3fIWDGGkEdkyYYbiXD2czz1U6jVOB+9QaVxVNUQuDfN42H5DGZZg==
vscode-grammar-updater@^1.1.0:
version "1.1.0"