Skip to content
This repository has been archived by the owner on Aug 23, 2019. It is now read-only.

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobheun committed Nov 12, 2018
1 parent f5a0ae7 commit f340729
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,43 +33,43 @@
],
"engines": {
"node": ">=6.0.0",
"npm": ">=3.0.0"
"npm": ">=6.0.0"
},
"devDependencies": {
"aegir": "^15.1.0",
"chai": "^4.1.2",
"aegir": "^17.0.1",
"chai": "^4.2.0",
"chai-checkmark": "^1.0.1",
"dirty-chai": "^2.0.1",
"libp2p-mplex": "~0.8.2",
"libp2p-mplex": "~0.8.3",
"libp2p-pnet": "~0.1.0",
"libp2p-secio": "~0.10.0",
"libp2p-secio": "~0.10.1",
"libp2p-spdy": "~0.12.1",
"libp2p-tcp": "~0.12.1",
"libp2p-webrtc-star": "~0.15.4",
"libp2p-tcp": "~0.13.0",
"libp2p-webrtc-star": "~0.15.5",
"libp2p-websockets": "~0.12.0",
"peer-book": "~0.8.0",
"portfinder": "^1.0.17",
"sinon": "^6.2.0",
"portfinder": "^1.0.19",
"sinon": "^7.1.1",
"webrtcsupport": "^2.2.0"
},
"dependencies": {
"async": "^2.6.1",
"big.js": "^5.1.2",
"big.js": "^5.2.2",
"class-is": "^1.1.0",
"debug": "^3.1.0",
"debug": "^4.1.0",
"err-code": "^1.1.2",
"fsm-event": "^2.1.0",
"hashlru": "^2.2.1",
"interface-connection": "~0.3.2",
"ip-address": "^5.8.9",
"libp2p-circuit": "~0.2.1",
"libp2p-circuit": "~0.3.0",
"libp2p-identify": "~0.7.2",
"lodash.includes": "^4.3.0",
"moving-average": "^1.0.0",
"multiaddr": "^5.0.0",
"multiaddr": "^5.0.2",
"multistream-select": "~0.14.3",
"once": "^1.4.0",
"peer-id": "~0.11.0",
"peer-id": "~0.12.0",
"peer-info": "~0.14.1",
"pull-stream": "^3.6.9"
},
Expand Down

0 comments on commit f340729

Please sign in to comment.