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 Jul 29, 2024
1 parent 6c7a653 commit c56e03a
Show file tree
Hide file tree
Showing 3 changed files with 215 additions and 224 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"commitizen": "^4.3.0",
"cspell": "^8.12.1",
"cz-git": "^1.9.4",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"husky": "^9.1.3",
"lint-staged": "^15.2.7",
"nx": "19.5.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"prettier:fix": "prettier --write --cache --ignore-unknown --ignore-path=../../.prettierignore ."
},
"peerDependencies": {
"eslint": "^8.0.0"
"eslint": "^8.0.0 || ^9.0.0"
},
"dependencies": {
"@tanstack/eslint-plugin-query": "^5.51.15",
Expand Down
Loading

0 comments on commit c56e03a

Please sign in to comment.