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 11.x.x
Browse files Browse the repository at this point in the history
The CID class has a breaking change in v11 so update all deps to use
the same version.
  • Loading branch information
achingbrain committed Jan 6, 2023
1 parent 6da4520 commit 3519a7a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,11 @@
"docs": "aegir docs"
},
"dependencies": {
"@libp2p/crypto": "^1.0.0",
"@libp2p/interface-peer-id": "^1.0.2",
"@libp2p/crypto": "^1.0.11",
"@libp2p/interface-peer-id": "^2.0.0",
"@libp2p/interface-record": "^2.0.1",
"@libp2p/logger": "^2.0.0",
"@libp2p/peer-id": "^1.1.13",
"@libp2p/peer-id": "^2.0.0",
"@libp2p/utils": "^3.0.0",
"@multiformats/multiaddr": "^11.0.0",
"err-code": "^3.0.1",
Expand All @@ -160,7 +160,7 @@
"it-foreach": "^1.0.0",
"it-map": "^2.0.0",
"it-pipe": "^2.0.3",
"multiformats": "^10.0.0",
"multiformats": "^11.0.0",
"protons-runtime": "^4.0.1",
"uint8-varint": "^1.0.2",
"uint8arraylist": "^2.1.0",
Expand All @@ -169,9 +169,9 @@
},
"devDependencies": {
"@libp2p/interface-record-compliance-tests": "^2.0.0",
"@libp2p/peer-id-factory": "^1.0.0",
"@libp2p/peer-id-factory": "^2.0.0",
"@types/varint": "^6.0.0",
"aegir": "^37.3.0",
"aegir": "^37.9.1",
"protons": "^6.0.0",
"sinon": "^15.0.0"
}
Expand Down

0 comments on commit 3519a7a

Please sign in to comment.