Bump extensions to TS 5.1

Picks up TS 5.1.3 for building extensions

Also bumps `@types/node` to resolve typings conflicts with new TS version
This commit is contained in:
Matt Bierner
2023-06-05 14:34:14 -07:00
parent ca68ab8a9c
commit 3ca4acdff2
117 changed files with 1042 additions and 870 deletions

View File

@ -34,13 +34,13 @@
"lint": "eslint \"src/**/*.ts\""
},
"devDependencies": {
"@types/node": "^16.11.7",
"@types/node": "^16.18.34",
"@types/vscode": "^1.73.0",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"eslint": "^8.26.0",
"ts-loader": "^7.0.5",
"typescript": "^5.0.2",
"typescript": "^5.1.3",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
}