We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22cd350 commit 2a9bc6bCopy full SHA for 2a9bc6b
package.json
@@ -2,7 +2,7 @@
2
"author": "Layercode",
3
"license": "MIT",
4
"name": "@layercode/react-sdk",
5
- "version": "1.0.26",
+ "version": "1.0.27",
6
"description": "Layercode React SDK for integrating with React applications",
7
"type": "module",
8
"main": "./dist/index.js",
@@ -36,7 +36,7 @@
36
"@layercode/js-sdk": "^1.0.24"
37
},
38
"peerDependencies": {
39
- "react": "^18.3.1"
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
40
41
"publishConfig": {
42
"access": "public"
0 commit comments