From d33919d0b3e334935d873518d3b546b19ee0cfb3 Mon Sep 17 00:00:00 2001 From: Vasco Santos Date: Mon, 27 Apr 2020 08:55:04 +0200 Subject: [PATCH] chore: use kad-dht with renamed peer-store properties --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bf5fdb64..71323c2a 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "libp2p-delegated-peer-routing": "^0.5.0", "libp2p-floodsub": "^0.21.0", "libp2p-gossipsub": "^0.4.0", - "libp2p-kad-dht": "libp2p/js-libp2p-kad-dht#chore/rename-peer-store-properties", + "libp2p-kad-dht": "^0.19.1", "libp2p-mdns": "^0.14.0", "libp2p-mplex": "^0.9.5", "libp2p-secio": "^0.12.4",