Skip to content

Commit 2bf5d07

Browse files
authored
chore: update deps (#78)
1 parent dabbb48 commit 2bf5d07

File tree

5 files changed

+26
-9
lines changed

5 files changed

+26
-9
lines changed

packages/ipfs-unixfs-exporter/.aegir.js

+9
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,14 @@
33
module.exports = {
44
karma: {
55
browserNoActivityTimeout: 1000 * 1000,
6+
},
7+
webpack: {
8+
node: {
9+
// needed by the cbor module
10+
stream: true,
11+
12+
// needed by the core-util-is module
13+
Buffer: true
14+
}
615
}
716
}

packages/ipfs-unixfs-exporter/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"homepage": "https://github.com/ipfs/js-ipfs-unixfs#readme",
3737
"devDependencies": {
3838
"abort-controller": "^3.0.0",
39-
"aegir": "^25.0.0",
39+
"aegir": "^26.0.0",
4040
"detect-node": "^2.0.4",
4141
"ipfs-unixfs-importer": "^3.0.2",
4242
"ipld": "^0.27.0",
@@ -55,7 +55,7 @@
5555
"err-code": "^2.0.0",
5656
"hamt-sharding": "^1.0.0",
5757
"ipfs-unixfs": "^2.0.2",
58-
"ipfs-utils": "^2.3.1",
58+
"ipfs-utils": "^3.0.0",
5959
"it-last": "^1.0.1",
6060
"multihashing-async": "^2.0.0"
6161
}

packages/ipfs-unixfs-importer/.aegir.js

+9
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,14 @@
33
module.exports = {
44
karma: {
55
browserNoActivityTimeout: 500 * 1000
6+
},
7+
webpack: {
8+
node: {
9+
// needed by the cbor module
10+
stream: true,
11+
12+
// needed by the core-util-is module
13+
Buffer: true
14+
}
615
}
716
}

packages/ipfs-unixfs-importer/package.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,14 @@
3535
},
3636
"homepage": "https://github.com/ipfs/js-ipfs-unixfs#readme",
3737
"devDependencies": {
38-
"aegir": "^25.0.0",
38+
"aegir": "^26.0.0",
3939
"cids": "^1.0.0",
4040
"detect-node": "^2.0.4",
4141
"ipfs-unixfs-exporter": "^3.0.2",
4242
"ipld": "^0.27.0",
4343
"ipld-in-memory": "^6.0.0",
4444
"it-buffer-stream": "^1.0.2",
4545
"it-last": "^1.0.1",
46-
"merge-options": "^2.0.0",
4746
"multicodec": "^2.0.0",
4847
"nyc": "^15.0.0",
4948
"sinon": "^9.0.1"
@@ -53,15 +52,15 @@
5352
"err-code": "^2.0.0",
5453
"hamt-sharding": "^1.0.0",
5554
"ipfs-unixfs": "^2.0.2",
56-
"ipfs-utils": "^2.3.1",
55+
"ipfs-utils": "^3.0.0",
5756
"ipld-dag-pb": "^0.20.0",
5857
"it-all": "^1.0.1",
5958
"it-batch": "^1.0.3",
6059
"it-first": "^1.0.1",
6160
"it-parallel-batch": "^1.0.3",
62-
"merge-options": "^2.0.0",
61+
"merge-options": "^3.0.1",
6362
"multihashing-async": "^2.0.0",
6463
"rabin-wasm": "^0.1.1",
65-
"uint8arrays": "^1.0.0"
64+
"uint8arrays": "^1.1.0"
6665
}
6766
}

packages/ipfs-unixfs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
},
3636
"homepage": "https://github.com/ipfs/js-ipfs-unixfs#readme",
3737
"devDependencies": {
38-
"aegir": "^25.0.0",
38+
"aegir": "^26.0.0",
3939
"nyc": "^15.0.0",
40-
"uint8arrays": "^1.0.0"
40+
"uint8arrays": "^1.1.0"
4141
},
4242
"dependencies": {
4343
"err-code": "^2.0.0",

0 commit comments

Comments
 (0)