Skip to content

Commit 2a9bc6b

Browse files
committed
fix react peerDependencies
1 parent 22cd350 commit 2a9bc6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Layercode",
33
"license": "MIT",
44
"name": "@layercode/react-sdk",
5-
"version": "1.0.26",
5+
"version": "1.0.27",
66
"description": "Layercode React SDK for integrating with React applications",
77
"type": "module",
88
"main": "./dist/index.js",
@@ -36,7 +36,7 @@
3636
"@layercode/js-sdk": "^1.0.24"
3737
},
3838
"peerDependencies": {
39-
"react": "^18.3.1"
39+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
4040
},
4141
"publishConfig": {
4242
"access": "public"

0 commit comments

Comments
 (0)