Skip to content

Commit 4fab392

Browse files
committed
fix: Relax React peer dependency
Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
1 parent e3052e2 commit 4fab392

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/graph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@hpcc-js/util": "^3.3.1"
4646
},
4747
"optionalPeerDependencies": {
48-
"react": ">=18.0.0"
48+
"react": ">=17.0.0"
4949
},
5050
"devDependencies": {
5151
"@hpcc-js/esbuild-plugins": "^1.4.1",

0 commit comments

Comments
 (0)