Skip to content

Commit

Permalink
fix: peer dependencies for eslint-plugin-query (#7546)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjbng committed Jun 10, 2024
1 parent 908c37a commit 0a03d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
"eslint": "^9.4.0"
},
"peerDependencies": {
"eslint": "^8.0.0 | ^9.0.0"
"eslint": "^8 || ^9"
}
}

0 comments on commit 0a03d6f

Please sign in to comment.