Skip to content

Commit 8b2bfbc

Browse files
Copilothotlong
andcommitted
Fix React peer dependency version range
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 43c6323 commit 8b2bfbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "tsc"
99
},
1010
"peerDependencies": {
11-
"react": "^18.0.0"
11+
"react": ">=18.0.0"
1212
},
1313
"dependencies": {
1414
"@objectstack/client": "workspace:*",

0 commit comments

Comments
 (0)