From 7319c20614f5bb29cbb43b30f81b893bb1532611 Mon Sep 17 00:00:00 2001 From: David Dias Date: Sun, 4 Nov 2018 19:21:06 +0100 Subject: [PATCH] chore: use latest ipfs, make tests pass --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 7667d59..3c6dc5f 100644 --- a/package.json +++ b/package.json @@ -37,18 +37,18 @@ }, "homepage": "https://github.com/ipfs/js-ipfs-mfs#readme", "devDependencies": { - "aegir": "^17.0.0", + "aegir": "^17.0.1", "chai": "^4.2.0", "detect-node": "^2.0.4", "detect-webworker": "^1.0.0", "dirty-chai": "^2.0.1", - "ipfs": "~0.32.3", + "ipfs": "~0.33.0", "pull-buffer-stream": "^1.0.0", "tmp": "~0.0.33" }, "dependencies": { "async": "^2.6.1", - "blob": "~0.0.4", + "blob": "~0.0.5", "cids": "~0.5.5", "debug": "^4.1.0", "file-api": "~0.10.4", @@ -58,7 +58,7 @@ "ipfs-unixfs-engine": "~0.33.0", "is-pull-stream": "~0.0.0", "is-stream": "^1.1.0", - "joi": "^14.0.1", + "joi": "^14.0.4", "joi-browser": "^13.4.0", "mortice": "^1.2.1", "once": "^1.4.0",