Skip to content

Commit 3422f64

Browse files
committed
fix: update deps and bundle size
1 parent 8c67bce commit 3422f64

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.aegir.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const after = async () => {
4545
}
4646

4747
module.exports = {
48-
bundlesize: { maxSize: '220kB' },
48+
bundlesize: { maxSize: '177kB' },
4949
hooks: {
5050
pre: before,
5151
post: after

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -50,37 +50,37 @@
5050
"err-code": "^2.0.0",
5151
"events": "^3.1.0",
5252
"hashlru": "^2.3.0",
53-
"ipfs-utils": "^1.0.0",
53+
"ipfs-utils": "^2.2.0",
5454
"it-all": "^1.0.1",
5555
"it-buffer": "^0.1.2",
5656
"it-handshake": "^1.0.1",
5757
"it-length-prefixed": "^3.0.1",
5858
"it-pipe": "^1.1.0",
5959
"it-protocol-buffers": "^0.2.0",
60-
"libp2p-crypto": "^0.17.4",
61-
"libp2p-interfaces": "^0.2.7",
60+
"libp2p-crypto": "^0.17.6",
61+
"libp2p-interfaces": "libp2p/js-libp2p-interfaces#fix/update-deps",
6262
"libp2p-utils": "^0.1.2",
6363
"mafmt": "^7.0.0",
6464
"merge-options": "^2.0.0",
6565
"moving-average": "^1.0.0",
66-
"multiaddr": "^7.2.1",
66+
"multiaddr": "^7.4.3",
6767
"multistream-select": "^0.15.0",
6868
"mutable-proxy": "^1.0.0",
6969
"p-any": "^3.0.0",
7070
"p-fifo": "^1.0.0",
71-
"p-settle": "^4.0.0",
72-
"peer-id": "^0.13.4",
71+
"p-settle": "^4.0.1",
72+
"peer-id": "^0.13.11",
7373
"peer-info": "^0.17.0",
7474
"protons": "^1.0.1",
75-
"streaming-iterables": "^4.1.0",
7675
"retimer": "^2.0.0",
76+
"streaming-iterables": "^4.1.0",
7777
"timeout-abort-controller": "^1.0.0",
7878
"xsalsa20": "^1.0.2"
7979
},
8080
"devDependencies": {
8181
"@nodeutils/defaults-deep": "^1.1.0",
8282
"abortable-iterator": "^3.0.0",
83-
"aegir": "^21.3.0",
83+
"aegir": "^21.9.0",
8484
"chai": "^4.2.0",
8585
"chai-as-promised": "^7.1.1",
8686
"cids": "^0.8.0",
@@ -94,19 +94,19 @@
9494
"libp2p-delegated-content-routing": "^0.4.5",
9595
"libp2p-delegated-peer-routing": "^0.4.3",
9696
"libp2p-floodsub": "^0.20.0",
97-
"libp2p-gossipsub": "^0.2.0",
98-
"libp2p-kad-dht": "^0.18.2",
97+
"libp2p-gossipsub": "^0.2.6",
98+
"libp2p-kad-dht": "^0.18.6",
9999
"libp2p-mdns": "^0.13.0",
100100
"libp2p-mplex": "^0.9.5",
101101
"libp2p-secio": "^0.12.4",
102102
"libp2p-tcp": "^0.14.1",
103-
"libp2p-webrtc-star": "^0.17.0",
103+
"libp2p-webrtc-star": "^0.17.9",
104104
"libp2p-websockets": "^0.13.1",
105105
"nock": "^12.0.3",
106106
"p-defer": "^3.0.0",
107107
"p-times": "^2.1.0",
108108
"p-wait-for": "^3.1.0",
109-
"sinon": "^9.0.0",
109+
"sinon": "^9.0.2",
110110
"wrtc": "^0.4.1"
111111
},
112112
"contributors": [

0 commit comments

Comments
 (0)