mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Bump eslint TS versions
This fixes the warnings about using an unsupported version of typescript
This commit is contained in:
2417
document-paste/package-lock.json
generated
Normal file
2417
document-paste/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -34,8 +34,8 @@
|
||||
"devDependencies": {
|
||||
"@types/node": "^16.11.7",
|
||||
"@types/vscode": "^1.32.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.19.0",
|
||||
"@typescript-eslint/parser": "^5.19.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.30.0",
|
||||
"@typescript-eslint/parser": "^5.30.0",
|
||||
"eslint": "^8.13.0",
|
||||
"typescript": "^4.7.2"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user