Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 9e5afd6

Browse files
authored
chore: update libp2p to final release version (#3652)
Also libp2p-kad-dht and libp2p-gossipsub.
1 parent 93e7dc4 commit 9e5afd6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

examples/custom-libp2p/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"license": "MIT",
1212
"dependencies": {
1313
"ipfs": "^0.54.4",
14-
"libp2p": "^0.31.0-rc.6",
14+
"libp2p": "^0.31.0",
1515
"libp2p-bootstrap": "^0.12.3",
16-
"libp2p-kad-dht": "libp2p/js-libp2p-kad-dht#chore/update-deps-12-04-2021",
16+
"libp2p-kad-dht": "^0.22.0",
1717
"libp2p-mdns": "^0.16.0",
1818
"libp2p-mplex": "^0.10.2",
1919
"libp2p-noise": "^3.0.0",

packages/ipfs-core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,12 @@
9494
"it-map": "^1.0.4",
9595
"it-pipe": "^1.1.0",
9696
"just-safe-set": "^2.2.1",
97-
"libp2p": "^0.31.0-rc.6",
97+
"libp2p": "^0.31.0",
9898
"libp2p-bootstrap": "^0.12.3",
9999
"libp2p-crypto": "^0.19.3",
100100
"libp2p-floodsub": "^0.25.1",
101-
"libp2p-gossipsub": "ChainSafe/js-libp2p-gossipsub#chore/update-deps-and-remove-protons",
102-
"libp2p-kad-dht": "libp2p/js-libp2p-kad-dht#chore/update-deps-12-04-2021",
101+
"libp2p-gossipsub": "^0.9.0",
102+
"libp2p-kad-dht": "^0.22.0",
103103
"libp2p-mdns": "^0.16.0",
104104
"libp2p-mplex": "^0.10.2",
105105
"libp2p-noise": "^3.0.0",

packages/ipfs-daemon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"ipfs-http-server": "^0.3.4",
4141
"ipfs-utils": "^6.0.4",
4242
"just-safe-set": "^2.2.1",
43-
"libp2p": "^0.31.0-rc.6",
43+
"libp2p": "^0.31.0",
4444
"libp2p-delegated-content-routing": "^0.10.0",
4545
"libp2p-delegated-peer-routing": "^0.9.0",
4646
"libp2p-webrtc-star": "^0.22.2",

0 commit comments

Comments
 (0)