Skip to content

Commit

Permalink
fix: more mismatched versions
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Nov 8, 2024
1 parent c6d619f commit 327942a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/libp2p-daemon-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/daemon-client",
"version": "8.0.6",
"version": "9.0.2",
"description": "libp2p-daemon client implementation",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p-daemon/tree/main/packages/libp2p-daemon-client#readme",
Expand Down Expand Up @@ -146,7 +146,7 @@
},
"devDependencies": {
"@chainsafe/libp2p-gossipsub": "^14.1.0",
"@libp2p/daemon-server": "^7.0.0",
"@libp2p/daemon-server": "^8.0.2",
"@libp2p/interface-compliance-tests": "^6.1.8",
"@libp2p/kad-dht": "^14.1.0",
"aegir": "^45.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/libp2p-daemon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
"release": "aegir release"
},
"dependencies": {
"@libp2p/daemon-server": "^7.0.0",
"@libp2p/daemon-server": "^8.0.2",
"@multiformats/multiaddr": "^12.3.1",
"es-main": "^1.3.0",
"yargs": "^17.7.2",
Expand Down

0 comments on commit 327942a

Please sign in to comment.