From 0a92500644991883ec72de1377183789a14d16a3 Mon Sep 17 00:00:00 2001 From: Volker Mische Date: Mon, 22 Oct 2018 21:22:39 +0200 Subject: [PATCH] chore: fix dependencies After running dependency-check ./package.json --missing --no-dev dependency-check ./package.json --unused --no-dev dependency-check ./package.json --missing ./test/* dependency-check ./package.json --unused ./test/* I found out that some dependencies are not quite right. This commit fixes them. --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 8cba0cda..9db07426 100644 --- a/package.json +++ b/package.json @@ -43,23 +43,23 @@ "ipfs": "~0.32.2", "ipfs-block-service": "~0.14.0", "ipfs-repo": "~0.24.0", + "ipld": "~0.18.0", + "mkdirp": "~0.5.1", "multihashes": "~0.4.14", "ncp": "^2.0.0", "pull-generate": "^2.2.0", + "pull-stream-to-stream": "^1.3.4", "pull-zip": "^2.0.1", "rimraf": "^2.6.2", - "sinon": "^6.1.5", - "split": "^1.0.1" + "sinon": "^6.1.5" }, "dependencies": { "async": "^2.6.1", "cids": "~0.5.5", "deep-extend": "~0.6.0", "ipfs-unixfs": "~0.1.15", - "ipld": "~0.18.0", "ipld-dag-pb": "~0.14.6", "left-pad": "^1.3.0", - "lodash": "^4.17.11", "multihashing-async": "~0.5.1", "pull-batch": "^1.0.0", "pull-block": "^1.4.0",