Skip to content

Commit

Permalink
fix: peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
liaoxuan committed Oct 29, 2024
1 parent 129fbb9 commit e2bf141
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@
"ts-jest": "^29.1.0",
"typescript": "^5.1.6"
},
"peerDependencies": {},
"peerDependencies": {
"@tanstack/react-query": "^4 || ^5"
},
"peerDependenciesMeta": {
"@tanstack/react-query": {
"optional": true
Expand Down

0 comments on commit e2bf141

Please sign in to comment.