Pick up TS 4.6rc

This commit is contained in:
Matt Bierner 2022-02-11 13:37:37 -08:00
parent 679fc19368
commit 5d19f2909f
No known key found for this signature in database
GPG key ID: 099C331567E11888
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.6.0-dev.20220208"
"typescript": "^4.6.1-rc"
},
"scripts": {
"postinstall": "node ./postinstall"

View file

@ -24,10 +24,10 @@ fast-plist@0.1.2:
resolved "https://registry.yarnpkg.com/fast-plist/-/fast-plist-0.1.2.tgz#a45aff345196006d406ca6cdcd05f69051ef35b8"
integrity sha1-pFr/NFGWAG1AbKbNzQX2kFHvNbg=
typescript@^4.6.0-dev.20220208:
version "4.6.0-dev.20220208"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.0-dev.20220208.tgz#24a0371626f614f7805fb326bc6a4229eb81e630"
integrity sha512-2yfS4UYfkLnpVkjs2IEl7T++ojqdPiV5S/akYv1trTf50TZHmGnyhF5Umo2iLWZEuSDmBCe2K52x5qzBXDi+mQ==
typescript@^4.6.1-rc:
version "4.6.1-rc"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.1-rc.tgz#75baa823a6fca592f358b486acc2039f103ca2af"
integrity sha512-tLPT3GelVfTN9wXPOuPKfY83PkMvgdF3V3gHK/ElNrpQPdLKQ/HMU5cS6+7epYSIF2gne190jzydAW0FLLwU7A==
vscode-grammar-updater@^1.0.3:
version "1.0.3"