Pick up TS 4.4 rc

This commit is contained in:
Matt Bierner 2021-08-12 15:35:07 -07:00
parent 5fe071c2e7
commit bbe80088ee
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.4.1-insiders.20210811"
"typescript": "^4.4.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.4.1-insiders.20210811:
version "4.4.1-insiders.20210811"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.1-insiders.20210811.tgz#8ec3f87262901965def829d64e47c223ac45d03b"
integrity sha512-bAGT40BAu2fZziaOfvPUJFL4Efxczr+AX8fnp3XQFJI2NDeiAD0ZM3OKwNVVTRSzPntNUHjVpBRULxNZ8YHpUQ==
typescript@^4.4.1-rc:
version "4.4.1-rc"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.1-rc.tgz#f75f17985a2329a94fd911b3ef2e619c33636fa0"
integrity sha512-SYdeKrJiOajqNTI+sweR70JET43Z567HFNo7DvvBof8J5/bt2cywy7VoWXqZyrsHEmQ9foraLtLr30mcfpfz9w==
vscode-grammar-updater@^1.0.3:
version "1.0.3"