Skip to content

Commit 838b485

Browse files
authored
Pick up TS 4.9 final (microsoft#166509)
1 parent 707f91a commit 838b485

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

extensions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"description": "Dependencies shared by all extensions",
66
"dependencies": {
7-
"typescript": "^4.9.2-rc"
7+
"typescript": "^4.9.3"
88
},
99
"scripts": {
1010
"postinstall": "node ./postinstall.mjs"

extensions/typescript-language-features/src/extension.browser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export function activate(
5858
new TypeScriptVersion(
5959
TypeScriptVersionSource.Bundled,
6060
vscode.Uri.joinPath(context.extensionUri, 'dist/browser/typescript/tsserver.web.js').toString(),
61-
API.fromSimpleString('4.8.2')));
61+
API.fromSimpleString('4.9.3')));
6262

6363
let experimentTelemetryReporter: IExperimentationTelemetryReporter | undefined;
6464
const packageInfo = getPackageInfo(context);

extensions/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,10 @@ node-gyp-build@^4.3.0:
175175
resolved "https://registry.yarnpkg.com/node-gyp-build/-/node-gyp-build-4.3.0.tgz#9f256b03e5826150be39c764bf51e993946d71a3"
176176
integrity sha512-iWjXZvmboq0ja1pUGULQBexmxq8CV4xBhX7VDOTbL7ZR4FOowwY/VOtRxBN/yKxmdGoIp4j5ysNT4u3S2pDQ3Q==
177177

178-
typescript@^4.9.2-rc:
179-
version "4.9.2-rc"
180-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.2-rc.tgz#3525dbeb8458a8c98ce7d60724e4a9380d7b46e7"
181-
integrity sha512-Ly9UUxJBfiiFjfegI1gsW9FI8Xhw1cuwRMBJ4wdYg+UXZR4VnZvD1OnBDj/iQ2U+tWbWEjYqJ5xx1Cwr4Vsa4w==
178+
typescript@^4.9.3:
179+
version "4.9.3"
180+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.3.tgz#3aea307c1746b8c384435d8ac36b8a2e580d85db"
181+
integrity sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==
182182

183183
vscode-grammar-updater@^1.1.0:
184184
version "1.1.0"

0 commit comments

Comments
 (0)