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 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"
Original file line number Diff line number Diff 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 ) ;
Original file line number Diff line number Diff 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
183183vscode-grammar-updater@^1.1.0 :
184184 version "1.1.0"
You can’t perform that action at this time.
0 commit comments