Skip to content

Commit ec74fde

Browse files
authored
Adding React 19.x to peerDependencies (#1218)
1 parent 95219cd commit ec74fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/graphql-hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"author": "Brian Mullan <[email protected]>",
3434
"license": "Apache-2.0",
3535
"peerDependencies": {
36-
"react": "^17.0.0 || ^18.0.0"
36+
"react": "^17.0.0 || ^18.0.0 || ^19.0.0"
3737
},
3838
"dependencies": {
3939
"@0no-co/graphql.web": "^1.0.7",

0 commit comments

Comments
 (0)