Skip to content

Commit 1c1a4c6

Browse files
authored
fix!: update multiformats to 11.x.x (libp2p#41)
The CID class has a breaking change in v11 so update all deps to use the same version.
1 parent 8c14bde commit 1c1a4c6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,11 @@
146146
"docs": "aegir docs"
147147
},
148148
"dependencies": {
149-
"@libp2p/crypto": "^1.0.0",
150-
"@libp2p/interface-peer-id": "^1.0.2",
149+
"@libp2p/crypto": "^1.0.11",
150+
"@libp2p/interface-peer-id": "^2.0.0",
151151
"@libp2p/interface-record": "^2.0.1",
152152
"@libp2p/logger": "^2.0.0",
153-
"@libp2p/peer-id": "^1.1.13",
153+
"@libp2p/peer-id": "^2.0.0",
154154
"@libp2p/utils": "^3.0.0",
155155
"@multiformats/multiaddr": "^11.0.0",
156156
"err-code": "^3.0.1",
@@ -160,7 +160,7 @@
160160
"it-foreach": "^1.0.0",
161161
"it-map": "^2.0.0",
162162
"it-pipe": "^2.0.3",
163-
"multiformats": "^10.0.0",
163+
"multiformats": "^11.0.0",
164164
"protons-runtime": "^4.0.1",
165165
"uint8-varint": "^1.0.2",
166166
"uint8arraylist": "^2.1.0",
@@ -169,9 +169,9 @@
169169
},
170170
"devDependencies": {
171171
"@libp2p/interface-record-compliance-tests": "^2.0.0",
172-
"@libp2p/peer-id-factory": "^1.0.0",
172+
"@libp2p/peer-id-factory": "^2.0.0",
173173
"@types/varint": "^6.0.0",
174-
"aegir": "^37.3.0",
174+
"aegir": "^37.9.1",
175175
"protons": "^6.0.0",
176176
"sinon": "^15.0.0"
177177
}

0 commit comments

Comments
 (0)