chore: update packages

This commit is contained in:
Dirk McCormick
2019-04-29 23:03:45 +08:00
committed by Jacob Heun
parent 1a2fd636eb
commit 1c1dfa65d3

View File

@ -40,7 +40,6 @@
"aegir": "^20.0.0", "aegir": "^20.0.0",
"chai": "^4.2.0", "chai": "^4.2.0",
"dirty-chai": "^2.0.1", "dirty-chai": "^2.0.1",
"interface-transport": "~0.3.6",
"lodash.isfunction": "^3.0.9", "lodash.isfunction": "^3.0.9",
"pull-stream": "^3.6.9", "pull-stream": "^3.6.9",
"sinon": "^7.3.1" "sinon": "^7.3.1"
@ -48,15 +47,17 @@
"dependencies": { "dependencies": {
"abortable-iterator": "^2.0.0", "abortable-iterator": "^2.0.0",
"class-is": "^1.1.0", "class-is": "^1.1.0",
"debug": "^3.1.0", "debug": "^4.1.1",
"err-code": "^1.1.2", "err-code": "^1.1.2",
"interface-connection": "~0.3.3", "interface-connection": "~0.3.3",
"interface-transport": "libp2p/interface-transport#feat/async-await", "interface-transport": "~0.4.0",
"ip-address": "^5.8.9", "ip-address": "^5.8.9",
"it-pipe": "^1.0.0",
"lodash.includes": "^4.3.0", "lodash.includes": "^4.3.0",
"lodash.isfunction": "^3.0.9", "lodash.isfunction": "^3.0.9",
"mafmt": "^6.0.2", "mafmt": "^6.0.7",
"multiaddr": "^5.0.0" "multiaddr": "^6.0.6",
"streaming-iterables": "^4.1.0"
}, },
"contributors": [ "contributors": [
"Alan Shaw <alan@tableflip.io>", "Alan Shaw <alan@tableflip.io>",