|
38 | 38 | "homepage": "https://github.com/libp2p/js-libp2p",
|
39 | 39 | "dependencies": {
|
40 | 40 | "async": "^2.6.0",
|
41 |
| - "libp2p-floodsub": "^0.14.1", |
42 |
| - "libp2p-ping": "~0.6.1", |
43 |
| - "libp2p-switch": "~0.37.3", |
44 |
| - "mafmt": "^4.0.0", |
45 |
| - "multiaddr": "^3.1.0", |
46 |
| - "peer-book": "~0.5.4", |
47 |
| - "peer-id": "~0.10.6", |
48 |
| - "peer-info": "~0.11.6" |
| 41 | + "libp2p-floodsub": "^0.15.0", |
| 42 | + "libp2p-ping": "~0.7.0", |
| 43 | + "libp2p-switch": "~0.39.0", |
| 44 | + "mafmt": "^6.0.0", |
| 45 | + "multiaddr": "^4.0.0", |
| 46 | + "peer-book": "~0.7.0", |
| 47 | + "peer-id": "~0.10.7", |
| 48 | + "peer-info": "~0.14.0" |
49 | 49 | },
|
50 | 50 | "devDependencies": {
|
51 | 51 | "aegir": "^13.0.6",
|
52 | 52 | "chai": "^4.1.2",
|
53 | 53 | "cids": "~0.5.3",
|
54 | 54 | "dirty-chai": "^2.0.1",
|
55 | 55 | "electron-webrtc": "~0.3.0",
|
56 |
| - "libp2p-circuit": "~0.1.5", |
57 |
| - "libp2p-kad-dht": "~0.9.0", |
58 |
| - "libp2p-mdns": "~0.9.2", |
59 |
| - "libp2p-mplex": "~0.6.0", |
60 |
| - "libp2p-railing": "~0.7.1", |
61 |
| - "libp2p-secio": "~0.9.4", |
62 |
| - "libp2p-spdy": "~0.11.0", |
63 |
| - "libp2p-tcp": "~0.11.6", |
| 56 | + "libp2p-circuit": "~0.2.0", |
| 57 | + "libp2p-kad-dht": "~0.10.0", |
| 58 | + "libp2p-mdns": "~0.11.0", |
| 59 | + "libp2p-mplex": "~0.7.0", |
| 60 | + "libp2p-railing": "~0.8.0", |
| 61 | + "libp2p-secio": "~0.10.0", |
| 62 | + "libp2p-spdy": "~0.12.1", |
| 63 | + "libp2p-tcp": "~0.12.0", |
64 | 64 | "libp2p-webrtc-star": "~0.13.4",
|
65 |
| - "libp2p-websockets": "~0.10.5", |
66 |
| - "libp2p-websocket-star": "~0.7.7", |
| 65 | + "libp2p-websockets": "~0.11.0", |
| 66 | + "libp2p-websocket-star": "~0.8.0", |
67 | 67 | "libp2p-websocket-star-rendezvous": "~0.2.3",
|
68 | 68 | "lodash.times": "^4.3.2",
|
69 | 69 | "pre-commit": "^1.2.2",
|
70 | 70 | "pull-goodbye": "0.0.2",
|
71 | 71 | "pull-serializer": "~0.3.2",
|
72 | 72 | "pull-stream": "^3.6.7",
|
73 | 73 | "safe-buffer": "^5.1.1",
|
74 |
| - "sinon": "^4.4.10", |
75 |
| - "wrtc": "0.0.67" |
| 74 | + "sinon": "^4.5.0", |
| 75 | + "wrtc": "0.1.1" |
76 | 76 | },
|
77 | 77 | "contributors": [
|
78 | 78 | "Chris Bratlien <[email protected]>",
|
|
0 commit comments