Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Bierner <matb@microsoft.com>2022-05-24 23:19:04 +0300
committerGitHub <noreply@github.com>2022-05-24 23:19:04 +0300
commitbf7ec548f58cae6421d62206137763fa1a2452b4 (patch)
treefce8f219ecb4ec2e3b96599e50235c8c28cf4fdd /extensions
parentbac03e54cb568044486f26efe91178f2e82545df (diff)
Adopt TS 4.7 final (#150313)
Picks up the offical TS 4.7 release
Diffstat (limited to 'extensions')
-rw-r--r--extensions/package.json2
-rw-r--r--extensions/yarn.lock8
2 files changed, 5 insertions, 5 deletions
diff --git a/extensions/package.json b/extensions/package.json
index b6d00d2faaf..3d89442d04f 100644
--- a/extensions/package.json
+++ b/extensions/package.json
@@ -4,7 +4,7 @@
"license": "MIT",
"description": "Dependencies shared by all extensions",
"dependencies": {
- "typescript": "4.7.1-rc"
+ "typescript": "4.7"
},
"scripts": {
"postinstall": "node ./postinstall.mjs"
diff --git a/extensions/yarn.lock b/extensions/yarn.lock
index 1c746b8d2d0..4ab30e237c6 100644
--- a/extensions/yarn.lock
+++ b/extensions/yarn.lock
@@ -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.7.1-rc:
- version "4.7.1-rc"
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.1-rc.tgz#23a0517d36c56de887b4457f29e2d265647bbd7c"
- integrity sha512-EQd2NVelDe6ZVc2sO1CSpuSs+RHzY8c2n/kTNQAHw4um/eAXY+ZY4IKoUpNK0wO6C5hN+XcUXR7yqT8VbwwNIQ==
+typescript@4.7:
+ version "4.7.2"
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.2.tgz#1f9aa2ceb9af87cca227813b4310fff0b51593c4"
+ integrity sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==
vscode-grammar-updater@^1.1.0:
version "1.1.0"