File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
typescript-language-features/src Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
"license" : " MIT" ,
5
5
"description" : " Dependencies shared by all extensions" ,
6
6
"dependencies" : {
7
- "typescript" : " ^4.9.2-rc "
7
+ "typescript" : " ^4.9.3 "
8
8
},
9
9
"scripts" : {
10
10
"postinstall" : " node ./postinstall.mjs"
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ export function activate(
58
58
new TypeScriptVersion (
59
59
TypeScriptVersionSource . Bundled ,
60
60
vscode . Uri . joinPath ( context . extensionUri , 'dist/browser/typescript/tsserver.web.js' ) . toString ( ) ,
61
- API . fromSimpleString ( '4.8.2 ' ) ) ) ;
61
+ API . fromSimpleString ( '4.9.3 ' ) ) ) ;
62
62
63
63
let experimentTelemetryReporter : IExperimentationTelemetryReporter | undefined ;
64
64
const packageInfo = getPackageInfo ( context ) ;
Original file line number Diff line number Diff line change @@ -175,10 +175,10 @@ node-gyp-build@^4.3.0:
175
175
resolved "https://registry.yarnpkg.com/node-gyp-build/-/node-gyp-build-4.3.0.tgz#9f256b03e5826150be39c764bf51e993946d71a3"
176
176
integrity sha512-iWjXZvmboq0ja1pUGULQBexmxq8CV4xBhX7VDOTbL7ZR4FOowwY/VOtRxBN/yKxmdGoIp4j5ysNT4u3S2pDQ3Q==
177
177
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 ==
182
182
183
183
vscode-grammar-updater@^1.1.0 :
184
184
version "1.1.0"
You can’t perform that action at this time.
0 commit comments