-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
eslint upgraded to v8 including all plugins. Closed #25
- Loading branch information
mlegenhausen
committed
Nov 11, 2021
1 parent
a3ca03f
commit 36f8806
Showing
3 changed files
with
374 additions
and
912 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "eslint-config-werk85", | ||
"version": "5.0.0-beta.4", | ||
"version": "5.0.0-beta.5", | ||
"main": "index.js", | ||
"repository": "[email protected]:werk85/eslint-config-werk85.git", | ||
"author": "Malte Legenhausen <[email protected]>", | ||
|
@@ -14,28 +14,28 @@ | |
"release": "ts-node ./scripts/release.ts" | ||
}, | ||
"dependencies": { | ||
"@typescript-eslint/eslint-plugin": "^4.33.0", | ||
"@typescript-eslint/parser": "^4.33.0", | ||
"@delagen/eslint-plugin-deprecation": "^1.3.0", | ||
"@typescript-eslint/eslint-plugin": "^5.3.1", | ||
"@typescript-eslint/parser": "^5.3.1", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-import-resolver-typescript": "^2.5.0", | ||
"eslint-plugin-deprecation": "^1.2.1", | ||
"eslint-plugin-import": "^2.24.2", | ||
"eslint-plugin-jest": "^25.0.1", | ||
"eslint-plugin-import": "^2.25.3", | ||
"eslint-plugin-jest": "^25.2.4", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"eslint-plugin-react": "^7.26.1", | ||
"eslint-plugin-react-hooks": "^4.2.0", | ||
"eslint-plugin-react": "^7.27.0", | ||
"eslint-plugin-react-hooks": "^4.3.0", | ||
"prettier": "^2.4.1", | ||
"typescript": "^4.4.3" | ||
"typescript": "^4.4.4" | ||
}, | ||
"peerDependencies": { | ||
"eslint": "^7.22.0" | ||
"eslint": "^8.2.0" | ||
}, | ||
"devDependencies": { | ||
"@types/eslint": "^7.28.1", | ||
"@types/node": "^16.10.3", | ||
"eslint": "^7.22.0", | ||
"husky": "^7.0.2", | ||
"npm-check-updates": "^11.8.5", | ||
"ts-node": "^10.2.1" | ||
"@types/eslint": "^7.28.2", | ||
"@types/node": "^16.11.7", | ||
"eslint": "^8.2.0", | ||
"husky": "^7.0.4", | ||
"npm-check-updates": "^12.0.2", | ||
"ts-node": "^10.4.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.