mirror of
https://github.com/logos-messaging/examples.waku.org.git
synced 2026-01-03 05:13:08 +00:00
bump versions
This commit is contained in:
parent
9190da0e0d
commit
fcaef9bf05
@ -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",
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import { utf8ToBytes, bytesToUtf8 } from "@waku/byte-utils";
|
||||
import { utf8ToBytes, bytesToUtf8 } from "@waku/sdk";
|
||||
import * as proto from "./proto/chat_message";
|
||||
|
||||
/**
|
||||
|
||||
1
examples/web-chat/src/types/types.d.ts
vendored
1
examples/web-chat/src/types/types.d.ts
vendored
@ -1,2 +1 @@
|
||||
declare module "@livechat/ui-kit";
|
||||
declare module "@waku/dns-discovery";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user