mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Bump eslint versions
Avoids a warning when running the linter with TS 5.5
This commit is contained in:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user