Bump eslint versions

Avoids a warning when running the linter with TS 5.5
This commit is contained in:
Matt Bierner
2024-06-27 13:33:48 -07:00
parent b9e397f4a8
commit 7628cfc947
118 changed files with 21855 additions and 25302 deletions

View File

@ -36,8 +36,8 @@
"devDependencies": {
"@types/node": "^18",
"@types/vscode": "^1.73.0",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"@typescript-eslint/eslint-plugin": "^7.14.0",
"@typescript-eslint/parser": "^7.14.0",
"eslint": "^8.26.0",
"ts-loader": "^7.0.5",
"typescript": "^5.5.2",