From 4117bd755275761f5ed698d50c7e336b6b272ae2 Mon Sep 17 00:00:00 2001 From: David Dias Date: Tue, 10 Apr 2018 12:13:11 +0900 Subject: [PATCH] chore: add needed dep (websockets) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 985578c6..834fdaf7 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "multiaddr": "^4.0.0", "peer-book": "~0.7.0", "peer-id": "~0.10.7", - "peer-info": "~0.14.0" + "peer-info": "~0.14.1" }, "devDependencies": { "aegir": "^13.0.6", @@ -62,9 +62,9 @@ "libp2p-spdy": "~0.12.1", "libp2p-tcp": "~0.12.0", "libp2p-webrtc-star": "~0.14.0", - "libp2p-websockets": "~0.11.0", "libp2p-websocket-star": "~0.8.0", "libp2p-websocket-star-rendezvous": "~0.2.3", + "libp2p-websockets": "^0.11.0", "lodash.times": "^4.3.2", "pre-commit": "^1.2.2", "pull-goodbye": "0.0.2",