Skip to content

Commit

Permalink
fix(react-query): Add missing React 19 peer dependency.
Browse files Browse the repository at this point in the history
PR #7476 is done, but it seems to miss including it in react-query
  • Loading branch information
kbumsik committed Aug 21, 2024
1 parent 639363c commit b04a575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@
"react-error-boundary": "^4.0.13"
},
"peerDependencies": {
"react": "^18.0.0"
"react": "^18 || ^19"
}
}

0 comments on commit b04a575

Please sign in to comment.