chore: fix package deps

This commit is contained in:
David Dias 2018-10-31 08:20:28 +00:00
parent 0c2a7339fe
commit dcc86eeab5

View File

@ -31,9 +31,9 @@
"libp2p-crypto": "~0.14.0", "libp2p-crypto": "~0.14.0",
"multihashing-async": "~0.5.1", "multihashing-async": "~0.5.1",
"peer-id": "~0.12.0", "peer-id": "~0.12.0",
"peer-info": "^0.14.1", "peer-info": "~0.14.1",
"protons": "^1.0.1", "protons": "^1.0.1",
"pull-defer": "^0.2.3", "pull-defer": "~0.2.3",
"pull-handshake": "^1.1.4", "pull-handshake": "^1.1.4",
"pull-length-prefixed": "^1.3.1", "pull-length-prefixed": "^1.3.1",
"pull-stream": "^3.6.9" "pull-stream": "^3.6.9"
@ -45,8 +45,8 @@
"dirty-chai": "^2.0.1", "dirty-chai": "^2.0.1",
"gulp": "^3.9.1", "gulp": "^3.9.1",
"libp2p-websockets": "~0.12.0", "libp2p-websockets": "~0.12.0",
"multistream-select": "^0.14.3", "multistream-select": "~0.14.3",
"pull-goodbye": "0.0.2", "pull-goodbye": "~0.0.2",
"pull-pair": "^1.1.0" "pull-pair": "^1.1.0"
}, },
"engines": { "engines": {