Update TS versions

Also replaces a weird use of `.bind` that was causing issues with the update. I've tried to refactor the code to preseve the existing behavior
This commit is contained in:
Matt Bierner
2020-03-13 13:02:33 -07:00
parent 398be37224
commit 075794da3c
5 changed files with 14 additions and 15 deletions

View File

@@ -43,7 +43,7 @@
"minimist": "^1.2.0",
"request": "^2.85.0",
"terser": "4.3.8",
"typescript": "3.9.0-dev.20200304",
"typescript": "^3.9.0-dev.20200313",
"vsce": "1.48.0",
"vscode-telemetry-extractor": "^1.5.4",
"xml2js": "^0.4.17"