bump versions

This commit is contained in:
Sasha 2023-06-22 01:36:47 +02:00
parent 9190da0e0d
commit fcaef9bf05
No known key found for this signature in database
3 changed files with 6 additions and 8 deletions

View File

@ -8,12 +8,11 @@
"@livechat/ui-kit": "^0.5.0-24",
"@multiformats/multiaddr": "11.0.7",
"@waku/react": "0.0.1-a",
"@waku/byte-utils": "^0.0.2",
"@waku/core": "^0.0.10",
"@waku/create": "^0.0.4",
"@waku/dns-discovery": "0.0.5",
"@waku/interfaces": "^0.0.7",
"@waku/peer-exchange": "^0.0.3",
"@waku/core": "^0.0.20",
"@waku/sdk": "^0.0.16",
"@waku/dns-discovery": "0.0.14",
"@waku/interfaces": "^0.0.15",
"@waku/peer-exchange": "^0.0.13",
"process": "^0.11.10",
"protons-runtime": "^3.1.0",
"react": "^17.0.2",

View File

@ -1,4 +1,4 @@
import { utf8ToBytes, bytesToUtf8 } from "@waku/byte-utils";
import { utf8ToBytes, bytesToUtf8 } from "@waku/sdk";
import * as proto from "./proto/chat_message";
/**

View File

@ -1,2 +1 @@
declare module "@livechat/ui-kit";
declare module "@waku/dns-discovery";