use pre-release and bump @waku/react

This commit is contained in:
Sasha 2024-07-14 00:35:58 +02:00
parent 276dc13731
commit a939fcfee3
No known key found for this signature in database

View File

@ -1,6 +1,6 @@
{
"name": "@waku/react",
"version": "0.0.5",
"version": "0.0.6",
"description": "React hooks and components to use js-waku",
"type": "module",
"main": "dist/index.cjs.js",
@ -87,8 +87,8 @@
"typescript": "^4.9.5"
},
"peerDependencies": {
"@waku/interfaces": "^0.0.25",
"@waku/sdk": "^0.0.26",
"@waku/interfaces": "^0.0.26-ce62600.0",
"@waku/sdk": "^0.0.27-ce62600.0",
"react": "^16.8.0 || ^17 || ^18"
},
"peerDependenciesMeta": {