fix: @waku/peer-exchange uses @waku/core and should depend on it

This commit is contained in:
fryorcraken.eth 2023-03-23 14:27:08 +11:00
parent f0ac886593
commit e922ed49ec
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
2 changed files with 3 additions and 0 deletions

2
package-lock.json generated
View File

@ -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",

View File

@ -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": "*",