Skip to content

Commit

Permalink
fix: update all deps (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain authored Aug 10, 2022
1 parent 601d75f commit 5e46e1e
Show file tree
Hide file tree
Showing 8 changed files with 1,353 additions and 151 deletions.
4 changes: 1 addition & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"lerna": "4.0.0",
"packages": [
"packages/*"
],
"useWorkspaces": true,
"version": "independent",
"command": {
"run": {
Expand Down
4 changes: 2 additions & 2 deletions packages/libp2p-daemon-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@
"@libp2p/daemon-server": "^2.0.0",
"@libp2p/interface-compliance-tests": "^3.0.1",
"@libp2p/interface-dht": "^1.0.0",
"@libp2p/interface-mocks": "^3.0.2",
"@libp2p/interface-mocks": "^4.0.1",
"@libp2p/interface-peer-store": "^1.0.0",
"@libp2p/interface-pubsub": "^1.0.1",
"@libp2p/interface-pubsub": "^2.0.1",
"@libp2p/peer-id-factory": "^1.0.9",
"aegir": "^37.2.0",
"it-all": "^1.0.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/libp2p-daemon-client/test/dht.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ describe('daemon dht client', function () {
const cid = CID.parse('QmVzw6MPsF96TyXBSRs1ptLoVMWRv5FCYJZZGJSVB2Hp38')
const id = peerIdFromString('12D3KooWJKCJW8Y26pRFNv78TCMGLNTfyN8oKaFswMRYXTzSbSsa')

dht.getClosestPeers.withArgs(cid.bytes).returns(async function * () {
dht.getClosestPeers.returns(async function * () {
const event: PeerResponseEvent = {
name: 'PEER_RESPONSE',
type: EventTypes.PEER_RESPONSE,
Expand Down
6 changes: 3 additions & 3 deletions packages/libp2p-daemon-protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,11 @@
"dependencies": {
"@libp2p/interface-transport": "^1.0.0",
"it-handshake": "^4.0.0",
"protons-runtime": "^2.0.2",
"uint8arraylist": "^2.0.0"
"protons-runtime": "^3.0.1",
"uint8arraylist": "^2.3.2"
},
"devDependencies": {
"aegir": "^37.2.0",
"protons": "^4.0.1"
"protons": "^5.0.0"
}
}
Loading

0 comments on commit 5e46e1e

Please sign in to comment.