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

Commit 405beaf

Browse files
authored
chore: update deps to use go-ipfs v0.4.9 (#557)
1 parent da7d0f4 commit 405beaf

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"concat-stream": "^1.6.0",
2929
"detect-node": "^2.0.3",
3030
"flatmap": "0.0.3",
31-
"glob": "^7.1.1",
31+
"glob": "^7.1.2",
3232
"glob-escape": "0.0.2",
3333
"ipfs-block": "~0.6.0",
3434
"ipfs-unixfs": "~0.1.11",
@@ -46,9 +46,9 @@
4646
"promisify-es6": "^1.0.2",
4747
"pump": "^1.0.2",
4848
"qs": "^6.4.0",
49-
"stream-http": "^2.7.0",
49+
"stream-http": "^2.7.1",
5050
"streamifier": "^0.1.1",
51-
"tar-stream": "^1.5.2",
51+
"tar-stream": "^1.5.4",
5252
"readable-stream": "1.1.14"
5353
},
5454
"engines": {
@@ -60,17 +60,17 @@
6060
"url": "https://github.com/ipfs/js-ipfs-api"
6161
},
6262
"devDependencies": {
63-
"aegir": "^11.0.1",
63+
"aegir": "^11.0.2",
6464
"chai": "^3.5.0",
6565
"dirty-chai": "^1.2.2",
66-
"eslint-plugin-react": "^6.10.3",
66+
"eslint-plugin-react": "^7.0.1",
6767
"gulp": "^3.9.1",
6868
"hapi": "^16.1.1",
69-
"interface-ipfs-core": "~0.27.1",
70-
"ipfsd-ctl": "~0.20.0",
69+
"interface-ipfs-core": "~0.27.2",
70+
"ipfsd-ctl": "~0.21.0",
7171
"pre-commit": "^1.2.2",
72-
"socket.io": "^1.7.3",
73-
"socket.io-client": "^1.7.3",
72+
"socket.io": "^2.0.1",
73+
"socket.io-client": "^2.0.1",
7474
"stream-equal": "^1.0.0"
7575
},
7676
"pre-commit": [
@@ -128,4 +128,4 @@
128128
"url": "https://github.com/ipfs/js-ipfs-api/issues"
129129
},
130130
"homepage": "https://github.com/ipfs/js-ipfs-api"
131-
}
131+
}

0 commit comments

Comments
 (0)