Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Commit

Permalink
chore: update deps (#100)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: uses then new multiaddr and friends
  • Loading branch information
achingbrain authored Jul 8, 2021
1 parent 0bb4d4a commit 0b974bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,17 @@
"homepage": "https://github.com/libp2p/js-libp2p-mdns",
"devDependencies": {
"aegir": "^33.0.0",
"delay": "^4.3.0",
"libp2p-interfaces": "^0.10.0",
"delay": "^5.0.0",
"libp2p-interfaces": "^1.0.0",
"libp2p-interfaces-compliance-tests": "^1.0.0",
"p-defer": "^3.0.0",
"p-wait-for": "^3.1.0"
},
"dependencies": {
"debug": "^4.3.1",
"multiaddr": "^9.0.1",
"multiaddr": "^10.0.0",
"multicast-dns": "^7.2.0",
"peer-id": "^0.14.0"
"peer-id": "^0.15.0"
},
"contributors": [
"David Dias <daviddias.p@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion test/compliance.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/* eslint-env mocha */

const tests = require('libp2p-interfaces/src/peer-discovery/tests')
const tests = require('libp2p-interfaces-compliance-tests/src/peer-discovery')

const { Multiaddr } = require('multiaddr')
const PeerId = require('peer-id')
Expand Down

0 comments on commit 0b974bc

Please sign in to comment.