Skip to content

Commit 1cf2f42

Browse files
committed
fix: permit React 18 as a peer dependency
1 parent 7172130 commit 1cf2f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"postbuild": "echo '{\"type\":\"commonjs\"}' | npx json > lib/cjs/package.json && echo '{\"type\":\"module\"} ' | npx json > lib/esm/package.json"
2929
},
3030
"peerDependencies": {
31-
"react": "^17.0.0",
31+
"react": "^17.0.0 || ^18.0.0",
3232
"@solana/web3.js": "^1.36.0"
3333
},
3434
"dependencies": {

0 commit comments

Comments
 (0)