We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7172130 commit 1cf2f42Copy full SHA for 1cf2f42
packages/core/react/package.json
@@ -28,7 +28,7 @@
28
"postbuild": "echo '{\"type\":\"commonjs\"}' | npx json > lib/cjs/package.json && echo '{\"type\":\"module\"} ' | npx json > lib/esm/package.json"
29
},
30
"peerDependencies": {
31
- "react": "^17.0.0",
+ "react": "^17.0.0 || ^18.0.0",
32
"@solana/web3.js": "^1.36.0"
33
34
"dependencies": {
0 commit comments