Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Commit

Permalink
fix!: update multiformats to v11.x.x (#178)
Browse files Browse the repository at this point in the history
The CID class in multiformats v11 has breaking changes so update all
deps to use the new version.
  • Loading branch information
achingbrain committed Jan 6, 2023
1 parent c515d93 commit e48b9b1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,21 +136,21 @@
},
"dependencies": {
"@libp2p/interface-peer-discovery": "^1.0.1",
"@libp2p/interface-peer-id": "^1.0.4",
"@libp2p/interface-peer-id": "^2.0.0",
"@libp2p/interface-peer-info": "^1.0.3",
"@libp2p/interfaces": "^3.0.3",
"@libp2p/logger": "^2.0.1",
"@libp2p/peer-id": "^1.1.15",
"@libp2p/peer-id": "^2.0.0",
"@multiformats/multiaddr": "^11.0.0",
"@types/multicast-dns": "^7.2.1",
"multicast-dns": "^7.2.0",
"multiformats": "^10.0.0"
"multiformats": "^11.0.0"
},
"devDependencies": {
"@libp2p/interface-address-manager": "^2.0.0",
"@libp2p/interface-peer-discovery-compliance-tests": "^2.0.0",
"@libp2p/peer-id-factory": "^1.0.18",
"aegir": "^37.5.3",
"@libp2p/peer-id-factory": "^2.0.0",
"aegir": "^37.9.1",
"delay": "^5.0.0",
"p-defer": "^4.0.0",
"p-wait-for": "^5.0.0",
Expand Down

0 comments on commit e48b9b1

Please sign in to comment.