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

Commit ca2be14

Browse files
committed
chore: update deps
1 parent 5877863 commit ca2be14

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@
9292
"hapi-set-header": "^1.0.2",
9393
"idb-pull-blob-store": "^0.5.1",
9494
"ipfs-api": "^12.1.2",
95-
"ipfs-bitswap": "^0.8.3",
95+
"ipfs-bitswap": "^0.9.0",
9696
"ipfs-block": "^0.5.4",
97-
"ipfs-block-service": "^0.7.2",
97+
"ipfs-block-service": "^0.8.0",
9898
"ipfs-multipart": "^0.1.0",
9999
"ipfs-repo": "^0.11.2",
100100
"ipfs-unixfs": "^0.1.9",

src/core/components/go-online.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ module.exports = function goOnline (self) {
1414
}
1515

1616
self._bitswap = new Bitswap(
17-
{}, // TODO remove when new bitswap is merged
1817
self._libp2pNode,
1918
self._repo.blockstore,
2019
self._libp2pNode.peerBook

0 commit comments

Comments
 (0)