From 0a16bf5c2e596b9e1cc3421f07a9cb4e29b3d688 Mon Sep 17 00:00:00 2001 From: Oli Evans Date: Wed, 22 May 2019 14:24:27 +0100 Subject: [PATCH] chore: upgrade js-ipfs (#39) License: MIT Signed-off-by: Oli Evans --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a2517ec..4629602 100644 --- a/package.json +++ b/package.json @@ -38,8 +38,8 @@ "file-type": "^10.11.0", "filesize": "^4.1.2", "idb-keyval": "^3.2.0", - "ipfs": "0.35.0", - "ipfs-http-response": "~0.2.2", + "ipfs": "~0.36.0", + "ipfs-http-response": "~0.3.0", "ipfs-postmsg-proxy": "^3.1.1", "ipfs-unixfs": "~0.1.16", "mime-types": "^2.1.22",