Skip to content

Commit a503803

Browse files
authored
fix!: update to multiformats 11 (libp2p#15)
The CID class in multiformats 11 has a breaking change so update all deps to use the new version.
1 parent 585ff27 commit a503803

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
@@ -139,11 +139,11 @@
139139
"docs": "aegir docs"
140140
},
141141
"dependencies": {
142-
"@libp2p/interface-peer-id": "^1.0.4",
143-
"@libp2p/peer-id": "^1.1.0"
142+
"@libp2p/interface-peer-id": "^2.0.0",
143+
"@libp2p/peer-id": "^2.0.0"
144144
},
145145
"devDependencies": {
146-
"@libp2p/peer-id-factory": "^1.0.0",
147-
"aegir": "^37.0.7"
146+
"@libp2p/peer-id-factory": "^2.0.0",
147+
"aegir": "^37.9.1"
148148
}
149149
}

0 commit comments

Comments
 (0)