Skip to content

Commit

Permalink
chore(deps): Update dependency eslint to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 5, 2024
1 parent 4ce69f8 commit c7c18c3
Show file tree
Hide file tree
Showing 3 changed files with 139 additions and 107 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"concurrently": "^9.0.1",
"cross-env": "^7.0.3",
"cypress": "^13.15.0",
"eslint": "^8.57.1",
"eslint": "^9.12.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"husky": "^9.1.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"sideEffects": false,
"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">= 7.18.0",
"eslint": ">= 8.57.1",
"eslint": ">= 9.12.0",
"eslint-plugin-react": ">= 7.37.1",
"eslint-plugin-react-hooks": ">= 4.6.2"
},
Expand Down
Loading

0 comments on commit c7c18c3

Please sign in to comment.