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

Commit 8a5c994

Browse files
authored
fix!: update multiformats to v11 (#204)
The CID class has breaking changes in v11 so update all deps to the latest version.
1 parent b2aaf4a commit 8a5c994

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -147,26 +147,26 @@
147147
"release": "aegir release"
148148
},
149149
"dependencies": {
150-
"@libp2p/interface-peer-id": "^1.0.2",
150+
"@libp2p/interface-peer-id": "^2.0.0",
151151
"@libp2p/interface-pubsub": "^3.0.0",
152152
"@libp2p/logger": "^2.0.0",
153-
"@libp2p/pubsub": "^5.0.0",
153+
"@libp2p/pubsub": "^6.0.0",
154154
"protons-runtime": "^4.0.1",
155155
"uint8arraylist": "^2.1.1",
156-
"uint8arrays": "^4.0.2"
156+
"uint8arrays": "^4.0.3"
157157
},
158158
"devDependencies": {
159-
"@libp2p/interface-mocks": "^7.0.1",
160-
"@libp2p/interface-pubsub-compliance-tests": "^4.0.0",
161-
"@libp2p/peer-collections": "^2.0.0",
162-
"@libp2p/peer-id": "^1.1.10",
163-
"@libp2p/peer-id-factory": "^1.0.9",
159+
"@libp2p/interface-mocks": "^9.0.0",
160+
"@libp2p/interface-pubsub-compliance-tests": "^5.0.0",
161+
"@libp2p/peer-collections": "^3.0.0",
162+
"@libp2p/peer-id": "^2.0.0",
163+
"@libp2p/peer-id-factory": "^2.0.0",
164164
"@multiformats/multiaddr": "^11.0.3",
165-
"aegir": "^37.2.0",
166-
"multiformats": "^10.0.0",
165+
"aegir": "^37.9.1",
166+
"multiformats": "^11.0.0",
167167
"p-wait-for": "^5.0.0",
168168
"protons": "^6.0.0",
169-
"sinon": "^14.0.0",
169+
"sinon": "^15.0.1",
170170
"wherearewe": "^2.0.1"
171171
}
172172
}

0 commit comments

Comments
 (0)