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-08-09 21:26:24 +0300
committerGitHub <noreply@github.com>2022-08-09 21:26:24 +0300
commit460768a452221ee8595dcc15114b285a09f4f9cf (patch)
tree43c9ed5240928b30898051bf85f1f1ba45fa196d /package.json
parentb247c10516f3dc562ea34b5d61d0bc6b1ccc4833 (diff)
Update TS versions (#157550)
* Update TS versions Update the bundled TS and build TS version * Add explicit annotations * Recompile JS
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 6343e687539..f5bb7de8c03 100644
--- a/package.json
+++ b/package.json
@@ -201,7 +201,7 @@
"style-loader": "^1.3.0",
"ts-loader": "^9.2.7",
"tsec": "0.1.4",
- "typescript": "^4.8.0-dev.20220801",
+ "typescript": "^4.8.0-dev.20220808",
"typescript-formatter": "7.1.0",
"underscore": "^1.12.1",
"util": "^0.12.4",