mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-26 20:30:07 +00:00
fix: @waku/peer-exchange uses @waku/core and should depend on it
This commit is contained in:
parent
f0ac886593
commit
e922ed49ec
2
package-lock.json
generated
2
package-lock.json
generated
@ -29324,6 +29324,7 @@
|
||||
"dependencies": {
|
||||
"@libp2p/interface-peer-discovery": "^1.0.5",
|
||||
"@libp2p/interfaces": "^3.3.1",
|
||||
"@waku/core": "*",
|
||||
"@waku/enr": "0.0.6",
|
||||
"@waku/proto": "0.0.3",
|
||||
"@waku/utils": "*",
|
||||
@ -34236,6 +34237,7 @@
|
||||
"@typescript-eslint/eslint-plugin": "^5.55.0",
|
||||
"@typescript-eslint/parser": "^5.51.0",
|
||||
"@waku/build-utils": "*",
|
||||
"@waku/core": "*",
|
||||
"@waku/enr": "0.0.6",
|
||||
"@waku/interfaces": "0.0.8",
|
||||
"@waku/proto": "0.0.3",
|
||||
|
@ -52,6 +52,7 @@
|
||||
"dependencies": {
|
||||
"@libp2p/interface-peer-discovery": "^1.0.5",
|
||||
"@libp2p/interfaces": "^3.3.1",
|
||||
"@waku/core": "*",
|
||||
"@waku/enr": "0.0.6",
|
||||
"@waku/proto": "0.0.3",
|
||||
"@waku/utils": "*",
|
||||
|
Loading…
x
Reference in New Issue
Block a user