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

Commit 594fc41

Browse files
authored
fix!: update multiformats to 11.x.x (#70)
The CID class in multiformats has a breaking change so update all deps to use the new versions.
1 parent cb65456 commit 594fc41

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -167,16 +167,16 @@
167167
"docs": "aegir docs"
168168
},
169169
"dependencies": {
170-
"@libp2p/interface-dht": "^1.0.0",
170+
"@libp2p/interface-dht": "^2.0.0",
171171
"err-code": "^3.0.1",
172-
"multiformats": "^10.0.0",
172+
"multiformats": "^11.0.0",
173173
"protons-runtime": "^4.0.1",
174174
"uint8arraylist": "^2.1.1",
175175
"uint8arrays": "^4.0.2"
176176
},
177177
"devDependencies": {
178-
"@libp2p/crypto": "^1.0.2",
179-
"aegir": "^37.0.13",
178+
"@libp2p/crypto": "^1.0.11",
179+
"aegir": "^37.9.1",
180180
"protons": "^6.0.0"
181181
}
182182
}

0 commit comments

Comments
 (0)