Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 87f8611

Browse files
committedDec 16, 2019
chore: update libp2p dependencies to refactor versions
1 parent 78f361e commit 87f8611

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed
 

‎package.json

+15-16
Original file line numberDiff line numberDiff line change
@@ -131,29 +131,29 @@
131131
"kind-of": "^6.0.2",
132132
"ky": "^0.15.0",
133133
"ky-universal": "~0.3.0",
134-
"libp2p": "^0.26.2",
135-
"libp2p-bootstrap": "~0.9.3",
136-
"libp2p-crypto": "^0.16.2",
134+
"libp2p": "^0.27.0-pre.1",
135+
"libp2p-bootstrap": "^0.10.2",
136+
"libp2p-crypto": "^0.17.1",
137137
"libp2p-delegated-content-routing": "^0.4.1",
138-
"libp2p-delegated-peer-routing": "^0.3.1",
139-
"libp2p-floodsub": "^0.18.0",
140-
"libp2p-gossipsub": "~0.0.5",
141-
"libp2p-kad-dht": "~0.16.0",
138+
"libp2p-delegated-peer-routing": "^0.4.0",
139+
"libp2p-floodsub": "^0.20.0",
140+
"libp2p-gossipsub": "^0.2.0",
141+
"libp2p-kad-dht": "^0.18.3",
142142
"libp2p-keychain": "^0.5.2",
143-
"libp2p-mdns": "~0.12.0",
143+
"libp2p-mdns": "^0.13.0",
144144
"libp2p-record": "~0.7.0",
145-
"libp2p-secio": "~0.11.0",
146-
"libp2p-tcp": "^0.13.0",
147-
"libp2p-webrtc-star": "~0.16.0",
145+
"libp2p-secio": "^0.12.1",
146+
"libp2p-tcp": "^0.14.2",
147+
"libp2p-webrtc-star": "^0.17.0",
148148
"libp2p-websocket-star-multi": "~0.4.3",
149-
"libp2p-websockets": "~0.12.3",
149+
"libp2p-websockets": "^0.13.0",
150150
"lodash.flatten": "^4.4.0",
151151
"mafmt": "^6.0.10",
152152
"merge-options": "^2.0.0",
153153
"mime-types": "^2.1.21",
154154
"mkdirp": "~0.5.1",
155155
"mortice": "^2.0.0",
156-
"multiaddr": "^6.1.1",
156+
"multiaddr": "^7.2.1",
157157
"multiaddr-to-uri": "^5.0.0",
158158
"multibase": "~0.6.0",
159159
"multicodec": "~0.5.5",
@@ -162,9 +162,8 @@
162162
"node-fetch": "^2.3.0",
163163
"p-iteration": "^1.1.8",
164164
"p-queue": "^6.1.0",
165-
"peer-book": "^0.9.1",
166-
"peer-id": "~0.12.2",
167-
"peer-info": "~0.15.1",
165+
"peer-id": "^0.13.5",
166+
"peer-info": "^0.17.0",
168167
"pretty-bytes": "^5.3.0",
169168
"progress": "^2.0.1",
170169
"promise-nodeify": "^3.0.1",

0 commit comments

Comments
 (0)
This repository has been archived.