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:
Generated
+281
-568
File diff suppressed because it is too large
Load Diff
+3
-3
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user