Skip to content

Commit b6ee8ed

Browse files
committed
feat(eslint-plugin-query): add ESLint v10 to peer dependencies
1 parent eb7dca5 commit b6ee8ed

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@tanstack/eslint-plugin-query": patch
3+
---
4+
5+
Add ESLint v10 to peer dependencies

packages/eslint-plugin-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"npm-run-all2": "^5.0.0"
7070
},
7171
"peerDependencies": {
72-
"eslint": "^8.57.0 || ^9.0.0",
72+
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
7373
"typescript": "^5.0.0"
7474
},
7575
"peerDependenciesMeta": {

0 commit comments

Comments
 (0)