Skip to content

Commit

Permalink
fix!: update libp2p deps to 2.x.x
Browse files Browse the repository at this point in the history
BREAKING CHANGE: uses [email protected] deps
  • Loading branch information
achingbrain committed Sep 12, 2024
1 parent 9fd1036 commit cf2913c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,11 @@
"dependencies": {
"@hapi/boom": "^10.0.0",
"@hapi/hapi": "^21.1.0",
"@libp2p/interface": "^1.2.0",
"@libp2p/logger": "^4.0.10",
"execa": "^8.0.1",
"@libp2p/interface": "^2.0.1",
"@libp2p/logger": "^5.0.1",
"execa": "^9.3.1",
"joi": "^17.2.1",
"kubo-rpc-client": "^4.0.1",
"kubo-rpc-client": "^5.0.0",
"merge-options": "^3.0.1",
"nanoid": "^5.0.7",
"p-defer": "^4.0.1",
Expand Down

0 comments on commit cf2913c

Please sign in to comment.