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

Commit dca6305

Browse files
authored
fix!: update multiformats to v11 (#153)
The CID class has breaking changes in v11 so update all deps to use the new version
1 parent 66a0684 commit dca6305

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
@@ -140,20 +140,20 @@
140140
},
141141
"dependencies": {
142142
"@libp2p/interface-peer-discovery": "^1.0.1",
143-
"@libp2p/interface-peer-info": "^1.0.3",
143+
"@libp2p/interface-peer-info": "^1.0.7",
144144
"@libp2p/interface-peer-store": "^1.2.2",
145145
"@libp2p/interfaces": "^3.0.3",
146146
"@libp2p/logger": "^2.0.1",
147-
"@libp2p/peer-id": "^1.1.15",
147+
"@libp2p/peer-id": "^2.0.0",
148148
"@multiformats/mafmt": "^11.0.3",
149149
"@multiformats/multiaddr": "^11.0.0"
150150
},
151151
"devDependencies": {
152152
"@libp2p/interface-peer-discovery-compliance-tests": "^2.0.0",
153-
"@libp2p/interface-peer-id": "^1.0.4",
154-
"@libp2p/peer-id-factory": "^1.0.18",
155-
"@libp2p/peer-store": "^5.0.0",
156-
"aegir": "^37.7.5",
153+
"@libp2p/interface-peer-id": "^2.0.0",
154+
"@libp2p/peer-id-factory": "^2.0.0",
155+
"@libp2p/peer-store": "^6.0.0",
156+
"aegir": "^37.9.1",
157157
"datastore-core": "^8.0.1",
158158
"delay": "^5.0.0"
159159
}

0 commit comments

Comments
 (0)