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:
837
basic-multi-root-sample/package-lock.json
generated
837
basic-multi-root-sample/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -45,8 +45,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",
|
||||
"typescript": "^5.5.2"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user