Bump eslint TS versions

This fixes the warnings about using an unsupported version of typescript
This commit is contained in:
Matt Bierner
2022-06-28 15:25:09 -07:00
parent 48a7f8c2e5
commit 5b10219434
107 changed files with 7728 additions and 5081 deletions

2417
document-paste/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -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"
}