Pick up TS 4.9 for building samples

This commit is contained in:
Matt Bierner
2023-01-30 10:35:24 -08:00
parent 8431b4978c
commit 4a232d8b4e
106 changed files with 626 additions and 466 deletions

View File

@ -34,12 +34,12 @@
"watch": "tsc -watch -p ./"
},
"devDependencies": {
"@types/node": "^16.11.7",
"@types/node": "^16.18.11",
"@types/vscode": "1.74.0",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"eslint": "^8.26.0",
"typescript": "^4.8.4"
"typescript": "^4.9.4"
},
"dependencies": {
"@octokit/rest": "^18.0.0"