Pick up latest TS for building VS Code and for builtin JS/TS (#181968)

This commit is contained in:
Matt Bierner 2023-05-09 17:39:59 -07:00 committed by GitHub
parent 8867d20020
commit 62bf9e45b6
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.1.0-dev.20230502"
"typescript": "^5.1.0-dev.20230509"
},
"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.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==
typescript@^5.1.0-dev.20230509:
version "5.1.0-dev.20230509"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.0-dev.20230509.tgz#20024bfeb6d0c7bfa4026d614d35fea53a40de94"
integrity sha512-ZOIqXGpzmqUPr0Mgi5dP1NMTH6AcbKqojL7ChJk1AyE3I0zfce04xH5vpjtNOl4UcGWyZoz1xI7HOvmJhy/yng==
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.20230502",
"typescript": "^5.1.0-dev.20230509",
"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.20230502:
version "5.1.0-dev.20230502"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.0-dev.20230502.tgz#1fc61c3fe2c3fc496ea8289f542a02d3db1d65f9"
integrity sha512-xhGigho37UgtjMkTWMKDtIBV6ElFjcMFdzwTPQ0knTCSJ8tq0ENGsQPeTe0E7Db7mgZYWULEZnzs8KZ8IlHHLQ==
typescript@^5.1.0-dev.20230509:
version "5.1.0-dev.20230509"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.0-dev.20230509.tgz#20024bfeb6d0c7bfa4026d614d35fea53a40de94"
integrity sha512-ZOIqXGpzmqUPr0Mgi5dP1NMTH6AcbKqojL7ChJk1AyE3I0zfce04xH5vpjtNOl4UcGWyZoz1xI7HOvmJhy/yng==
typical@^4.0.0:
version "4.0.0"