Skip to content

Commit

Permalink
fix: update deps (#26)
Browse files Browse the repository at this point in the history
Interfaces and compliance tests have to be updated together
  • Loading branch information
achingbrain authored May 23, 2022
1 parent 279ea8c commit d0bd778
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,20 +138,20 @@
"release": "semantic-release"
},
"dependencies": {
"@libp2p/interfaces": "^1.3.32",
"@libp2p/interfaces": "^2.0.1",
"@libp2p/logger": "^1.1.2",
"@libp2p/peer-id": "^1.1.8",
"@multiformats/multiaddr": "^10.1.7",
"protons-runtime": "^1.0.3"
},
"devDependencies": {
"@libp2p/interface-compliance-tests": "^1.1.32",
"@libp2p/interface-compliance-tests": "^2.0.1",
"@libp2p/peer-id-factory": "^1.0.8",
"aegir": "^37.0.15",
"p-defer": "^4.0.0",
"p-wait-for": "^4.1.0",
"protons": "^3.0.3",
"sinon": "^13.0.1",
"sinon": "^14.0.0",
"ts-sinon": "^2.0.2"
}
}

0 comments on commit d0bd778

Please sign in to comment.