Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 6ffe96a

Browse files
authored
chore: update deps (#757)
* chore: update deps * chore: remove unused deps
1 parent a869ae0 commit 6ffe96a

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

package.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@
5454
"pull-pushable": "^2.2.0",
5555
"pull-stream-to-stream": "^1.3.4",
5656
"pump": "^3.0.0",
57-
"qs": "^6.5.1",
57+
"qs": "^6.5.2",
5858
"readable-stream": "^2.3.6",
5959
"stream-http": "^2.8.1",
6060
"stream-to-pull-stream": "^1.7.2",
6161
"streamifier": "^0.1.1",
62-
"tar-stream": "^1.5.7"
62+
"tar-stream": "^1.6.0"
6363
},
6464
"engines": {
6565
"node": ">=6.0.0",
@@ -78,17 +78,15 @@
7878
"eslint-plugin-react": "^7.7.0",
7979
"go-ipfs-dep": "^0.4.14",
8080
"gulp": "^3.9.1",
81-
"hapi": "^17.3.1",
82-
"interface-ipfs-core": "~0.64.2",
81+
"interface-ipfs-core": "~0.64.3",
8382
"ipfs": "~0.28.2",
84-
"ipfsd-ctl": "~0.32.1",
85-
"pre-commit": "^1.2.2",
83+
"ipfsd-ctl": "~0.33.1",
8684
"pull-stream": "^3.6.7",
8785
"socket.io": "^2.1.0",
8886
"socket.io-client": "^2.1.0",
8987
"stream-equal": "^1.1.1"
9088
},
91-
"pre-commit": [
89+
"pre-push": [
9290
"lint",
9391
"test"
9492
],

0 commit comments

Comments
 (0)