Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/custom-libp2p/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "MIT",
"dependencies": {
"ipfs": "^0.54.4",
"libp2p": "^0.31.0-rc.6",
"libp2p": "^0.31.0",
"libp2p-bootstrap": "^0.12.3",
"libp2p-kad-dht": "libp2p/js-libp2p-kad-dht#chore/update-deps-12-04-2021",
"libp2p-mdns": "^0.16.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"it-map": "^1.0.4",
"it-pipe": "^1.1.0",
"just-safe-set": "^2.2.1",
"libp2p": "^0.31.0-rc.6",
"libp2p": "^0.31.0",
"libp2p-bootstrap": "^0.12.3",
"libp2p-crypto": "^0.19.3",
"libp2p-floodsub": "^0.25.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-daemon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"ipfs-http-server": "^0.3.4",
"ipfs-utils": "^6.0.4",
"just-safe-set": "^2.2.1",
"libp2p": "^0.31.0-rc.6",
"libp2p": "^0.31.0",
"libp2p-delegated-content-routing": "^0.10.0",
"libp2p-delegated-peer-routing": "^0.9.0",
"libp2p-webrtc-star": "^0.22.2",
Expand Down