fix: update dependencies (#73)

This commit is contained in:
Richard Schneider 2017-12-21 01:32:35 +13:00 committed by David Dias
parent a637297112
commit 8b9a134276

View File

@ -33,14 +33,14 @@
}, },
"homepage": "https://github.com/libp2p/js-peer-id", "homepage": "https://github.com/libp2p/js-peer-id",
"devDependencies": { "devDependencies": {
"aegir": "^12.2.0", "aegir": "^12.3.0",
"chai": "^4.1.2", "chai": "^4.1.2",
"dirty-chai": "^2.0.1", "dirty-chai": "^2.0.1",
"pre-commit": "^1.2.2" "pre-commit": "^1.2.2"
}, },
"dependencies": { "dependencies": {
"async": "^2.6.0", "async": "^2.6.0",
"libp2p-crypto": "~0.10.4", "libp2p-crypto": "~0.11.0",
"lodash": "^4.17.4", "lodash": "^4.17.4",
"multihashes": "~0.4.12" "multihashes": "~0.4.12"
}, },