Skip to content

Commit

Permalink
fix(react-query): Add missing React 19 peer dependency. (#7937)
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 22, 2024
1 parent 639363c commit ca2e306
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 ca2e306

Please sign in to comment.