Pick up new TS version for building VS Code

Fixes a few instances of `Promise.all` and also adds an any cast to workaround an issue
This commit is contained in:
Matt Bierner
2021-09-14 14:24:35 -07:00
parent 7a3bcd2d1d
commit 9e5ee5521a
7 changed files with 15 additions and 14 deletions
+1 -1
View File
@@ -61,7 +61,7 @@
"plist": "^3.0.1",
"source-map": "0.6.1",
"tmp": "^0.2.1",
"typescript": "4.5.0-dev.20210902",
"typescript": "^4.5.0-dev.20210914",
"vsce": "1.48.0",
"vscode-universal-bundler": "^0.0.2"
},