Skip to content

Commit c9a97b5

Browse files
authored
Pick up TS 4.8 final (microsoft#159238)
Fixes microsoft#157527
1 parent 6958e01 commit c9a97b5

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.8.1-rc"
7+
"typescript": "4.8.2"
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
@@ -55,7 +55,7 @@ export function activate(
5555
new TypeScriptVersion(
5656
TypeScriptVersionSource.Bundled,
5757
vscode.Uri.joinPath(context.extensionUri, 'dist/browser/typescript/tsserver.web.js').toString(),
58-
API.fromSimpleString('4.5.4')));
58+
API.fromSimpleString('4.8.2')));
5959

6060
const lazyClientHost = createLazyClientHost(context, false, {
6161
pluginManager,

extensions/yarn.lock

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

45-
typescript@^4.8.1-rc:
46-
version "4.8.1-rc"
47-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.1-rc.tgz#2baff2b14b916f06a97effbfcf59e46bab93e48a"
48-
integrity sha512-ZoXadPUeEe1XOZe6CHG/QHZ6IFeRjrfzkpraRi9HOpGH0UOG/WaUrKvtSwDFigG8GuDA4zsDQHEZyqhmlCIyEw==
45+
46+
version "4.8.2"
47+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.2.tgz#e3b33d5ccfb5914e4eeab6699cf208adee3fd790"
48+
integrity sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw==
4949

5050
vscode-grammar-updater@^1.1.0:
5151
version "1.1.0"

0 commit comments

Comments
 (0)