Skip to content

Commit

Permalink
fix: update deps (#90)
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 f002168 commit b50eba3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions packages/libp2p-daemon-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
},
"dependencies": {
"@libp2p/daemon-protocol": "^1.0.0",
"@libp2p/interfaces": "^1.3.22",
"@libp2p/interfaces": "^2.0.1",
"@libp2p/logger": "^1.1.4",
"@libp2p/peer-id": "^1.1.10",
"@libp2p/tcp": "^1.0.8",
Expand All @@ -141,12 +141,12 @@
},
"devDependencies": {
"@libp2p/daemon-server": "^1.0.0",
"@libp2p/interface-compliance-tests": "^1.1.23",
"@libp2p/interface-compliance-tests": "^2.0.1",
"@libp2p/peer-id-factory": "^1.0.9",
"aegir": "^37.0.5",
"it-all": "^1.0.6",
"it-pipe": "^2.0.3",
"sinon": "^13.0.1",
"sinon": "^14.0.0",
"ts-sinon": "^2.0.2",
"uint8arrays": "^3.0.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/libp2p-daemon-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
},
"dependencies": {
"@libp2p/daemon-protocol": "^1.0.0",
"@libp2p/interfaces": "^1.3.22",
"@libp2p/interfaces": "^2.0.1",
"@libp2p/logger": "^1.1.4",
"@libp2p/peer-id": "^1.1.10",
"@libp2p/tcp": "^1.0.8",
Expand All @@ -148,7 +148,7 @@
},
"devDependencies": {
"aegir": "^37.0.5",
"sinon": "^13.0.1",
"sinon": "^14.0.0",
"ts-sinon": "^2.0.2"
}
}
4 changes: 2 additions & 2 deletions packages/libp2p-daemon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,14 +132,14 @@
},
"dependencies": {
"@libp2p/daemon-server": "^1.0.0",
"@libp2p/interfaces": "^1.3.22",
"@libp2p/interfaces": "^2.0.1",
"@multiformats/multiaddr": "^10.1.8",
"es-main": "^1.0.2",
"yargs": "^17.3.1",
"yargs-promise": "^1.1.0"
},
"devDependencies": {
"aegir": "^37.0.5",
"sinon": "^13.0.1"
"sinon": "^14.0.0"
}
}

0 comments on commit b50eba3

Please sign in to comment.