From 768ce166f8c64c11cef6db5557e883310e65ecb8 Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Wed, 17 Apr 2019 10:05:49 +0100 Subject: [PATCH 1/2] chore: update dependencies License: MIT Signed-off-by: Alan Shaw --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 9964324bc..7f35fb8bb 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "bs58": "^4.0.1", "buffer": "^5.2.1", "cids": "~0.5.5", - "concat-stream": "hugomrdias/concat-stream#feat/smaller", + "concat-stream": "github:hugomrdias/concat-stream#feat/smaller", "debug": "^4.1.0", "detect-node": "^2.0.4", "end-of-stream": "^1.4.1", @@ -50,7 +50,7 @@ "multibase": "~0.6.0", "multicodec": "~0.5.0", "multihashes": "~0.4.14", - "ndjson": "hugomrdias/ndjson#feat/readable-stream3", + "ndjson": "github:hugomrdias/ndjson#feat/readable-stream3", "once": "^1.4.0", "peer-id": "~0.12.2", "peer-info": "~0.15.1", @@ -74,13 +74,13 @@ "url": "https://github.com/ipfs/js-ipfs-http-client" }, "devDependencies": { - "aegir": "^18.2.1", + "aegir": "^18.2.2", "browser-process-platform": "~0.1.1", "chai": "^4.2.0", "cross-env": "^5.2.0", "dirty-chai": "^2.0.1", "eslint-plugin-react": "^7.11.1", - "go-ipfs-dep": "~0.4.19", + "go-ipfs-dep": "~0.4.20", "interface-ipfs-core": "~0.99.0", "ipfsd-ctl": "~0.42.0", "nock": "^10.0.2", From 77fe9b41db3a708b04a4a7f7400f996cbdb55528 Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Mon, 29 Apr 2019 12:13:54 +0100 Subject: [PATCH 2/2] chore: pin to 0.4.19 temporarily --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7f35fb8bb..c0f5f8dc9 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "cross-env": "^5.2.0", "dirty-chai": "^2.0.1", "eslint-plugin-react": "^7.11.1", - "go-ipfs-dep": "~0.4.20", + "go-ipfs-dep": "0.4.19", "interface-ipfs-core": "~0.99.0", "ipfsd-ctl": "~0.42.0", "nock": "^10.0.2",