Bump @typescript-eslint dependencies

This is required in order to be able to update to eslint 8, otherwise it will error:

```
TypeError: Failed to load plugin '@typescript-eslint' declared in '.eslintrc.yml': Class extends value undefined is not a constructor or null
```

It is also necessary to bump to the version of `eslint-config-airbnb-typescript` that is compatible with the updated
`@typescript-eslint`.
This commit is contained in:
per1234
2022-01-05 21:16:44 -08:00
parent 6526e5d7cc
commit 77c534d1de
2 changed files with 284 additions and 571 deletions
+281 -568
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -27,11 +27,11 @@
"@types/jest": "^27.4.0",
"@types/node": "^17.0.8",
"@types/semver": "^7.3.9",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"@vercel/ncc": "^0.33.1",
"eslint": "^7.32.0",
"eslint-config-airbnb-typescript": "^14.0.2",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"jest": "^27.4.6",