From 38d062f69e14316e38a3225a245866f20af78268 Mon Sep 17 00:00:00 2001 From: David Dias Date: Sun, 6 May 2018 17:07:12 +0200 Subject: [PATCH 1/2] chore: update deps --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9e6b2899d..86b0fcd33 100644 --- a/package.json +++ b/package.json @@ -54,12 +54,12 @@ "pull-pushable": "^2.2.0", "pull-stream-to-stream": "^1.3.4", "pump": "^3.0.0", - "qs": "^6.5.1", + "qs": "^6.5.2", "readable-stream": "^2.3.6", "stream-http": "^2.8.1", "stream-to-pull-stream": "^1.7.2", "streamifier": "^0.1.1", - "tar-stream": "^1.5.7" + "tar-stream": "^1.6.0" }, "engines": { "node": ">=6.0.0", @@ -78,10 +78,10 @@ "eslint-plugin-react": "^7.7.0", "go-ipfs-dep": "^0.4.14", "gulp": "^3.9.1", - "hapi": "^17.3.1", - "interface-ipfs-core": "~0.64.2", + "hapi": "^17.4.0", + "interface-ipfs-core": "~0.64.3", "ipfs": "~0.28.2", - "ipfsd-ctl": "~0.32.1", + "ipfsd-ctl": "~0.33.1", "pre-commit": "^1.2.2", "pull-stream": "^3.6.7", "socket.io": "^2.1.0", From 5e1a1e22b595ee844c2bf80f8c9824b344d8c7d1 Mon Sep 17 00:00:00 2001 From: David Dias Date: Sun, 6 May 2018 17:09:12 +0200 Subject: [PATCH 2/2] chore: remove unused deps --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 86b0fcd33..91d2fdfb2 100644 --- a/package.json +++ b/package.json @@ -78,17 +78,15 @@ "eslint-plugin-react": "^7.7.0", "go-ipfs-dep": "^0.4.14", "gulp": "^3.9.1", - "hapi": "^17.4.0", "interface-ipfs-core": "~0.64.3", "ipfs": "~0.28.2", "ipfsd-ctl": "~0.33.1", - "pre-commit": "^1.2.2", "pull-stream": "^3.6.7", "socket.io": "^2.1.0", "socket.io-client": "^2.1.0", "stream-equal": "^1.1.1" }, - "pre-commit": [ + "pre-push": [ "lint", "test" ],