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-11-01 12:43:09 +0300
committerGitHub <noreply@github.com>2022-11-01 12:43:09 +0300
commitd1c401cbde545b26e3b5964aeb44680d93392031 (patch)
tree3265098aa36e5518847697fc0c65d2be9355476e /package.json
parentad114d75409612234c36d996eced51a57358ffeb (diff)
Pick up latest TS for building VS Code (#165104)
* Pick up latest TS for building VS Code * Pick up latest node typings * Bump node types
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 8ae0697e2de..ab5fa294f2b 100644
--- a/package.json
+++ b/package.json
@@ -207,7 +207,7 @@
"ts-loader": "^9.2.7",
"ts-node": "^10.9.1",
"tsec": "0.1.4",
- "typescript": "^4.9.0-dev.20221024",
+ "typescript": "^4.9.0-dev.20221031",
"typescript-formatter": "7.1.0",
"underscore": "^1.12.1",
"util": "^0.12.4",