Skip to content

Commit ca2e306

Browse files
authored
fix(react-query): Add missing React 19 peer dependency. (#7937)
PR #7476 is done, but it seems to miss including it in react-query
1 parent 639363c commit ca2e306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-query/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@
7171
"react-error-boundary": "^4.0.13"
7272
},
7373
"peerDependencies": {
74-
"react": "^18.0.0"
74+
"react": "^18 || ^19"
7575
}
7676
}

0 commit comments

Comments
 (0)