Skip to content

Commit 99777de

Browse files
authored
allow react 18 (#311)
1 parent 2a7d8ed commit 99777de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/hypergraph-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"peerDependencies": {
2727
"@graphprotocol/hypergraph": "workspace:*",
28-
"react": "^19.1.0"
28+
"react": "^18.0.0 || ^19.0.0"
2929
},
3030
"devDependencies": {
3131
"@graphprotocol/hypergraph": "workspace:*",

0 commit comments

Comments
 (0)