Skip to content

Commit

Permalink
chore: drop support for old versions of ESLint (#15)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Drop support for ESLint v7 and @typescript-eslint/* v5
  • Loading branch information
mfeltscher authored Oct 16, 2023
1 parent 52fa585 commit dadd751
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,24 @@
},
"homepage": "https://github.com/smartive/eslint-config#readme",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.4.0 || ^6.7.4",
"@typescript-eslint/parser": "^5.4.0 || ^6.7.4",
"eslint-config-prettier": "^8.3.0 || ^9.0.0",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": ">=4.0.0 <6",
"eslint-plugin-react": "^7.27.0",
"eslint-plugin-react-hooks": "^4.3.0"
},
"peerDependencies": {
"eslint": "^7.0.0 || ^8.0.0"
"eslint": "^8.0.0"
},
"devDependencies": {
"@commitlint/cli": "^17.8.0",
"@commitlint/config-conventional": "^17.8.0",
"@smartive/prettier-config": "^3.0.0",
"cz-conventional-changelog": "^3.3.0",
"husky": "^8.0.3",
"prettier": ">=2.0.0 <4"
"prettier": "^3.0.0"
},
"scripts": {
"commitlint": "commitlint --edit",
Expand Down

0 comments on commit dadd751

Please sign in to comment.