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