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-11-02 02:39:15 +0300
committerGitHub <noreply@github.com>2022-11-02 02:39:15 +0300
commitc6559ccf214af75f582412782710c785847a7e3a (patch)
tree3e5ae5412377158a01a6fc7f88c3aed03404d4e8 /extensions
parent8ad43669a9dcc9b4ddf7087becf3ea7da327b34f (diff)
Pick up TS 4.9 rc for bundled VS Code version (#165205)
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 4c6be844716..ab0a515dacf 100644
--- a/extensions/package.json
+++ b/extensions/package.json
@@ -4,7 +4,7 @@
"license": "MIT",
"description": "Dependencies shared by all extensions",
"dependencies": {
- "typescript": "^4.9.0-dev.20221031"
+ "typescript": "^4.9.2-rc"
},
"scripts": {
"postinstall": "node ./postinstall.mjs"
diff --git a/extensions/yarn.lock b/extensions/yarn.lock
index 795a18ddac5..9d6fa08317e 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.9.0-dev.20221031:
- version "4.9.0-dev.20221031"
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.0-dev.20221031.tgz#bf032089b6337a96a9de6de4fcce074a305ee14d"
- integrity sha512-jCNHTa9twe5d/5Pfob2BhOLwHS6kxMcGyc3fIWDGGkEdkyYYbiXD2czz1U6jVOB+9QaVxVNUQuDfN42H5DGZZg==
+typescript@^4.9.2-rc:
+ version "4.9.2-rc"
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.2-rc.tgz#3525dbeb8458a8c98ce7d60724e4a9380d7b46e7"
+ integrity sha512-Ly9UUxJBfiiFjfegI1gsW9FI8Xhw1cuwRMBJ4wdYg+UXZR4VnZvD1OnBDj/iQ2U+tWbWEjYqJ5xx1Cwr4Vsa4w==
vscode-grammar-updater@^1.1.0:
version "1.1.0"