Skip to content

Commit

Permalink
fix: peer dependencies for eslint-plugin-query
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjbng committed Jun 10, 2024
1 parent 908c37a commit 1937d70
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 1937d70

Please sign in to comment.