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

Commit 9a3eec3

Browse files
committed
update dependencies, with special attention to the new, improved/fixed swarm :)
1 parent a846012 commit 9a3eec3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@
3333
"homepage": "https://github.com/ipfs/js-libp2p-ipfs#readme",
3434
"devDependencies": {
3535
"chai": "^3.5.0",
36-
"aegir": "^2.1.1",
36+
"aegir": "^2.1.2",
3737
"pre-commit": "^1.1.2"
3838
},
3939
"dependencies": {
40-
"libp2p-spdy": "^0.3.0",
41-
"libp2p-swarm": "^0.10.4",
40+
"libp2p-spdy": "^0.3.1",
41+
"libp2p-swarm": "^0.12.0",
4242
"libp2p-tcp": "^0.4.0",
4343
"libp2p-websockets": "^0.3.2",
44-
"multiaddr": "^1.3.0",
45-
"peer-id": "^0.6.0",
46-
"peer-info": "^0.6.0"
44+
"multiaddr": "^1.4.1",
45+
"peer-id": "^0.6.6",
46+
"peer-info": "^0.6.2"
4747
},
4848
"aegir": {
4949
"webpack": {

0 commit comments

Comments
 (0)