Skip to content
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Jan 10, 2019
1 parent d8c85c9 commit 00c7d8b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
"dependencies": {
"async": "^2.6.1",
"class-is": "^1.1.0",
"debug": "^4.1.0",
"debug": "^4.1.1",
"interface-connection": "~0.3.2",
"libp2p-crypto": "libp2p/js-libp2p-crypto#feat/bundle-size",
"mafmt": "multiformats/js-mafmt#fix/bundle-size",
"multiaddr": "multiformats/js-multiaddr#feat/bundle-size",
"libp2p-crypto": "~0.16.0",
"mafmt": "^6.0.4",
"multiaddr": "^6.0.3",
"nanoid": "^2.0.0",
"once": "^1.4.0",
"peer-id": "libp2p/js-peer-id#feat/bundle-size",
"peer-info": "libp2p/js-peer-info#feat/bundle-size",
"peer-id": "~0.12.2",
"peer-info": "~0.15.1",
"pull-stream": "^3.6.9",
"socket.io-client": "^2.1.1",
"socket.io-pull-stream": "~0.1.5"
Expand All @@ -46,10 +46,10 @@
"dist"
],
"devDependencies": {
"aegir": "github:ipfs/aegir#feat/make-exp-build-test-default",
"aegir": "^18.0.3",
"chai": "^4.2.0",
"dirty-chai": "^2.0.1",
"libp2p-websocket-star-rendezvous": "~0.3.0",
"libp2p-websocket-star-rendezvous": "~0.2.4",
"lodash": "^4.17.11"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/listener.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const log = debug('libp2p:websocket-star:listener')
const multiaddr = require('multiaddr')
const io = require('socket.io-client')
const sp = require('socket.io-pull-stream')
const uuid = require('nanoid')
const uuid = require('uuid')
const series = require('async/series')
const EE = require('events').EventEmitter
const Connection = require('interface-connection').Connection
Expand Down

0 comments on commit 00c7d8b

Please sign in to comment.