chore(vscode): update to 1.54.2

This commit is contained in:
Joe Previte
2021-03-11 10:27:10 -07:00
1459 changed files with 53404 additions and 51004 deletions

View File

@@ -4,9 +4,12 @@
"license": "MIT",
"description": "Dependencies shared by all extensions",
"dependencies": {
"typescript": "4.1.5"
"typescript": "4.2.3"
},
"scripts": {
"postinstall": "node ./postinstall"
},
"devDependencies": {
"vscode-grammar-updater": "^1.0.3"
}
}