Pick up latest TS for bundled TS and building VS Code (#181438)

This commit is contained in:
Matt Bierner 2023-05-03 13:13:14 -07:00 committed by GitHub
parent 6efb31c7a9
commit 0447670033
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 10 deletions

View file

@ -4,7 +4,7 @@
"license": "MIT",
"description": "Dependencies shared by all extensions",
"dependencies": {
"typescript": "5.0.4"
"typescript": "^5.1.0-dev.20230502"
},
"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.4:
version "5.0.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.4.tgz#b217fd20119bd61a94d4011274e0ab369058da3b"
integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==
typescript@^5.1.0-dev.20230502:
version "5.1.0-dev.20230502"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.0-dev.20230502.tgz#1fc61c3fe2c3fc496ea8289f542a02d3db1d65f9"
integrity sha512-xhGigho37UgtjMkTWMKDtIBV6ElFjcMFdzwTPQ0knTCSJ8tq0ENGsQPeTe0E7Db7mgZYWULEZnzs8KZ8IlHHLQ==
vscode-grammar-updater@^1.1.0:
version "1.1.0"

View file

@ -203,7 +203,7 @@
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"tsec": "0.1.4",
"typescript": "^5.1.0-dev.20230501",
"typescript": "^5.1.0-dev.20230502",
"typescript-formatter": "7.1.0",
"underscore": "^1.12.1",
"util": "^0.12.4",

View file

@ -9837,10 +9837,10 @@ typescript@^4.7.4:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6"
integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==
typescript@^5.1.0-dev.20230501:
version "5.1.0-dev.20230501"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.0-dev.20230501.tgz#1264e46ef78be3ba3a703b9c41dc512d44e1fbcc"
integrity sha512-do/P7zywbVm6xrjV7Sa7jqgqBfME/FhvtECzxfLpAxyqYY5SFPPWb5NTposRUVKw/0hLOxAoCbvYzNHa22VOMg==
typescript@^5.1.0-dev.20230502:
version "5.1.0-dev.20230502"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.0-dev.20230502.tgz#1fc61c3fe2c3fc496ea8289f542a02d3db1d65f9"
integrity sha512-xhGigho37UgtjMkTWMKDtIBV6ElFjcMFdzwTPQ0knTCSJ8tq0ENGsQPeTe0E7Db7mgZYWULEZnzs8KZ8IlHHLQ==
typical@^4.0.0:
version "4.0.0"