mirror of
https://github.com/logos-messaging/examples.waku.org.git
synced 2026-01-05 22:33:08 +00:00
add missing dep
This commit is contained in:
parent
0c0b8fcd8d
commit
7711e4b45a
2422
examples/web-chat/package-lock.json
generated
2422
examples/web-chat/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -6,11 +6,11 @@
|
||||
"dependencies": {
|
||||
"@livechat/ui-kit": "^0.5.0-24",
|
||||
"@multiformats/multiaddr": "11.0.7",
|
||||
"@waku/react": "0.0.3-7aeb24a",
|
||||
"@waku/sdk": "^0.0.17",
|
||||
"@waku/dns-discovery": "^0.0.15",
|
||||
"@waku/interfaces": "^0.0.16",
|
||||
"@waku/peer-exchange": "^0.0.14",
|
||||
"@waku/react": "0.0.3-7aeb24a",
|
||||
"@waku/sdk": "^0.0.17",
|
||||
"process": "^0.11.10",
|
||||
"protons-runtime": "^3.1.0",
|
||||
"react": "^17.0.2",
|
||||
@ -19,6 +19,7 @@
|
||||
"uint8arraylist": "^2.3.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@libp2p/interface-peer-store": "^2.0.4",
|
||||
"@types/jest": "^27.5.2",
|
||||
"@types/node": "^17.0.45",
|
||||
"@types/react": "^18.0.25",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user