From 1c1dfa65d3d679d98d34672f82b5fd832b137ec3 Mon Sep 17 00:00:00 2001 From: Dirk McCormick Date: Mon, 29 Apr 2019 23:03:45 +0800 Subject: [PATCH] chore: update packages --- package.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 820493c..1a05e63 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,6 @@ "aegir": "^20.0.0", "chai": "^4.2.0", "dirty-chai": "^2.0.1", - "interface-transport": "~0.3.6", "lodash.isfunction": "^3.0.9", "pull-stream": "^3.6.9", "sinon": "^7.3.1" @@ -48,15 +47,17 @@ "dependencies": { "abortable-iterator": "^2.0.0", "class-is": "^1.1.0", - "debug": "^3.1.0", + "debug": "^4.1.1", "err-code": "^1.1.2", "interface-connection": "~0.3.3", - "interface-transport": "libp2p/interface-transport#feat/async-await", + "interface-transport": "~0.4.0", "ip-address": "^5.8.9", + "it-pipe": "^1.0.0", "lodash.includes": "^4.3.0", "lodash.isfunction": "^3.0.9", - "mafmt": "^6.0.2", - "multiaddr": "^5.0.0" + "mafmt": "^6.0.7", + "multiaddr": "^6.0.6", + "streaming-iterables": "^4.1.0" }, "contributors": [ "Alan Shaw ",