Skip to content

Commit

Permalink
Chore/update deps (#279)
Browse files Browse the repository at this point in the history
* chore: update deps

* test: remove unneeded timeout

* chore: make nock a dev dep, it was not
  • Loading branch information
jacobheun authored Nov 6, 2018
1 parent 17b5f73 commit e92053d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 18 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,52 +38,52 @@
},
"dependencies": {
"async": "^2.6.1",
"debug": "^4.0.1",
"debug": "^4.1.0",
"err-code": "^1.1.2",
"fsm-event": "^2.1.0",
"joi": "^13.6.0",
"joi": "^14.0.2",
"joi-browser": "^13.4.0",
"libp2p-connection-manager": "~0.0.2",
"libp2p-floodsub": "~0.15.0",
"libp2p-ping": "~0.8.0",
"libp2p-floodsub": "~0.15.1",
"libp2p-ping": "~0.8.2",
"libp2p-switch": "~0.41.1",
"libp2p-websockets": "~0.12.0",
"mafmt": "^6.0.2",
"multiaddr": "^5.0.0",
"nock": "^9.4.3",
"peer-book": "~0.8.0",
"peer-id": "~0.11.0",
"peer-id": "~0.12.0",
"peer-info": "~0.14.1"
},
"devDependencies": {
"@nodeutils/defaults-deep": "^1.1.0",
"aegir": "^15.2.0",
"chai": "^4.1.2",
"aegir": "^17.0.1",
"chai": "^4.2.0",
"chai-checkmark": "^1.0.1",
"cids": "~0.5.3",
"cids": "~0.5.5",
"dirty-chai": "^2.0.1",
"electron-webrtc": "~0.3.0",
"interface-datastore": "~0.6.0",
"libp2p-bootstrap": "~0.9.3",
"libp2p-circuit": "~0.2.1",
"libp2p-circuit": "~0.3.0",
"libp2p-delegated-content-routing": "~0.2.2",
"libp2p-delegated-peer-routing": "~0.2.2",
"libp2p-kad-dht": "~0.10.5",
"libp2p-kad-dht": "~0.10.6",
"libp2p-mdns": "~0.12.0",
"libp2p-mplex": "~0.8.2",
"libp2p-secio": "~0.10.0",
"libp2p-secio": "~0.10.1",
"libp2p-spdy": "~0.12.1",
"libp2p-tcp": "~0.13.0",
"libp2p-webrtc-star": "~0.15.5",
"libp2p-websocket-star": "~0.8.1",
"libp2p-websocket-star-rendezvous": "~0.2.3",
"libp2p-websocket-star": "~0.9.0",
"libp2p-websocket-star-rendezvous": "~0.2.4",
"lodash.times": "^4.3.2",
"nock": "^10.0.1",
"pull-goodbye": "0.0.2",
"pull-serializer": "~0.3.2",
"pull-stream": "^3.6.9",
"sinon": "^6.3.4",
"sinon": "^7.1.0",
"webrtcsupport": "^2.2.0",
"wrtc": "~0.2.0"
"wrtc": "~0.2.1"
},
"contributors": [
"Alan Shaw <alan@tableflip.io>",
Expand Down
2 changes: 0 additions & 2 deletions test/stream-muxing.node.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ function teardown (nodeA, nodeB, callback) {

describe('stream muxing', () => {
it('spdy only', function (done) {
this.timeout(5 * 1000)

let nodeA
let nodeB

Expand Down

0 comments on commit e92053d

Please sign in to comment.