From 27f6c4175bd6d5ea3e727a9a6e43136c806077cc Mon Sep 17 00:00:00 2001 From: Alex Potsides Date: Wed, 7 Jul 2021 12:11:34 +0100 Subject: [PATCH] chore: update deps (#134) BREAKING CHANGE: uses new major of mafmt, multiaddr, etc --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 30f474c..7a6987d 100644 --- a/package.json +++ b/package.json @@ -44,9 +44,9 @@ "err-code": "^3.0.1", "ipfs-utils": "^8.1.2", "it-ws": "^4.0.0", - "libp2p-utils": "^0.3.0", - "mafmt": "^9.0.0", - "multiaddr": "^9.0.1", + "libp2p-utils": "^0.4.0", + "mafmt": "^10.0.0", + "multiaddr": "^10.0.0", "multiaddr-to-uri": "^7.0.0", "p-defer": "^3.0.0", "p-timeout": "^4.1.0" @@ -58,8 +58,8 @@ "is-loopback-addr": "^1.0.1", "it-goodbye": "^3.0.0", "it-pipe": "^1.1.0", - "libp2p-interfaces": "^0.10.0", - "streaming-iterables": "^5.0.2", + "libp2p-interfaces": "^0.12.1", + "streaming-iterables": "^6.0.0", "uint8arrays": "^2.1.2", "util": "^0.12.3" },