Skip to content

Commit 8ae952d

Browse files
committed
fix: correct the peer dependencies
1 parent bfea347 commit 8ae952d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"typescript": "^5.1.6"
5757
},
5858
"peerDependencies": {
59-
"@tanstack/react-query": ">= 4.0.0"
59+
"@tanstack/react-query": "^4 || ^5"
6060
},
6161
"sideEffects": false,
6262
"scripts": {

0 commit comments

Comments
 (0)