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

Commit f615faf

Browse files
fix: use libp2p-ipfs version with ws support
1 parent c996498 commit f615faf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,17 @@
3434
"aegir": "^3.0.1",
3535
"chai": "^3.5.0",
3636
"gulp": "^3.9.1",
37-
"libp2p-ipfs": "^0.3.1",
37+
"libp2p-ipfs": "^0.3.8",
3838
"peer-id": "^0.6.6",
3939
"pre-commit": "^1.1.2"
4040
},
4141
"dependencies": {
4242
"babel-runtime": "^6.6.1",
4343
"libp2p-spdy": "^0.3.1",
44-
"libp2p-swarm": "^0.12.1",
44+
"libp2p-swarm": "^0.12.10",
4545
"libp2p-websockets": "^0.4.4",
46-
"multiaddr": "^1.4.0",
47-
"peer-info": "^0.6.1"
46+
"multiaddr": "^1.4.1",
47+
"peer-info": "^0.6.2"
4848
},
4949
"aegir": {
5050
"webpack": {

0 commit comments

Comments
 (0)