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-07-20 08:06:45 +0300
committerGitHub <noreply@github.com>2022-07-20 08:06:45 +0300
commita3cc2f87ac360eaf9297f339624aef40a9a8074d (patch)
treeaf95af05bc65dae5fa24a8a2a453ff8e5cd04b84 /package.json
parent63fc73bb4fa1d72393bd6379b0ab20f7946c56b9 (diff)
Pick up latest version of TS for building VS Code (#155668)
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 66459bcd116..c86ae74e45b 100644
--- a/package.json
+++ b/package.json
@@ -199,7 +199,7 @@
"style-loader": "^1.3.0",
"ts-loader": "^9.2.7",
"tsec": "0.1.4",
- "typescript": "^4.8.0-dev.20220711",
+ "typescript": "^4.8.0-dev.20220719",
"typescript-formatter": "7.1.0",
"underscore": "^1.12.1",
"util": "^0.12.4",