Skip to content

Commit 80d47c0

Browse files
committed
chore: add deps
1 parent 1270359 commit 80d47c0

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

examples/js-libp2p-example-auto-tls/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"@libp2p/identify": "^3.0.13",
2626
"@libp2p/kad-dht": "^14.1.4",
2727
"@libp2p/keychain": "^5.0.11",
28+
"@libp2p/ping": "^2.0.27",
2829
"@libp2p/upnp-nat": "^3.0.1",
2930
"@libp2p/websockets": "^9.1.0",
3031
"@multiformats/multiaddr-matcher": "^1.6.0",

examples/js-libp2p-example-discovery-mechanisms/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"@libp2p/identify": "^3.0.0",
2525
"@libp2p/kad-dht": "^14.0.0",
2626
"@libp2p/mdns": "^11.0.0",
27+
"@libp2p/ping": "^2.0.27",
2728
"@libp2p/pubsub-peer-discovery": "^11.0.0",
2829
"@libp2p/tcp": "^10.0.0",
2930
"libp2p": "^2.0.0"

examples/js-libp2p-example-peer-and-content-routing/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"@chainsafe/libp2p-yamux": "^7.0.0",
2222
"@libp2p/identify": "^3.0.1",
2323
"@libp2p/kad-dht": "^14.0.0",
24+
"@libp2p/ping": "^2.0.27",
2425
"@libp2p/tcp": "^10.0.0",
2526
"it-all": "^3.0.2",
2627
"libp2p": "^2.0.0",

0 commit comments

Comments
 (0)