Skip to content

Commit

Permalink
fix: fix mismatched versions
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Nov 8, 2024
1 parent 4cf3a98 commit c6d619f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/libp2p-daemon-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"release": "aegir release"
},
"dependencies": {
"@libp2p/daemon-protocol": "^6.0.0",
"@libp2p/daemon-protocol": "^7.0.2",
"@libp2p/interface": "^2.2.0",
"@libp2p/logger": "^5.1.3",
"@libp2p/peer-id": "^5.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/libp2p-daemon-protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/daemon-protocol",
"version": "6.0.2",
"version": "7.0.2",
"description": "Communication protocol between libp2p daemons and clients",
"author": "",
"license": "Apache-2.0 OR MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/libp2p-daemon-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
"dependencies": {
"@chainsafe/libp2p-gossipsub": "^14.1.0",
"@libp2p/crypto": "^5.0.6",
"@libp2p/daemon-protocol": "^6.0.0",
"@libp2p/daemon-protocol": "^7.0.2",
"@libp2p/interface": "^2.2.0",
"@libp2p/kad-dht": "^14.1.0",
"@libp2p/logger": "^5.1.3",
Expand Down

0 comments on commit c6d619f

Please sign in to comment.