Skip to content

Commit

Permalink
chore: update deps (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain authored Aug 25, 2020
1 parent dabbb48 commit 2bf5d07
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 9 deletions.
9 changes: 9 additions & 0 deletions packages/ipfs-unixfs-exporter/.aegir.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,14 @@
module.exports = {
karma: {
browserNoActivityTimeout: 1000 * 1000,
},
webpack: {
node: {
// needed by the cbor module
stream: true,

// needed by the core-util-is module
Buffer: true
}
}
}
4 changes: 2 additions & 2 deletions packages/ipfs-unixfs-exporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"homepage": "https://github.com/ipfs/js-ipfs-unixfs#readme",
"devDependencies": {
"abort-controller": "^3.0.0",
"aegir": "^25.0.0",
"aegir": "^26.0.0",
"detect-node": "^2.0.4",
"ipfs-unixfs-importer": "^3.0.2",
"ipld": "^0.27.0",
Expand All @@ -55,7 +55,7 @@
"err-code": "^2.0.0",
"hamt-sharding": "^1.0.0",
"ipfs-unixfs": "^2.0.2",
"ipfs-utils": "^2.3.1",
"ipfs-utils": "^3.0.0",
"it-last": "^1.0.1",
"multihashing-async": "^2.0.0"
}
Expand Down
9 changes: 9 additions & 0 deletions packages/ipfs-unixfs-importer/.aegir.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,14 @@
module.exports = {
karma: {
browserNoActivityTimeout: 500 * 1000
},
webpack: {
node: {
// needed by the cbor module
stream: true,

// needed by the core-util-is module
Buffer: true
}
}
}
9 changes: 4 additions & 5 deletions packages/ipfs-unixfs-importer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,14 @@
},
"homepage": "https://github.com/ipfs/js-ipfs-unixfs#readme",
"devDependencies": {
"aegir": "^25.0.0",
"aegir": "^26.0.0",
"cids": "^1.0.0",
"detect-node": "^2.0.4",
"ipfs-unixfs-exporter": "^3.0.2",
"ipld": "^0.27.0",
"ipld-in-memory": "^6.0.0",
"it-buffer-stream": "^1.0.2",
"it-last": "^1.0.1",
"merge-options": "^2.0.0",
"multicodec": "^2.0.0",
"nyc": "^15.0.0",
"sinon": "^9.0.1"
Expand All @@ -53,15 +52,15 @@
"err-code": "^2.0.0",
"hamt-sharding": "^1.0.0",
"ipfs-unixfs": "^2.0.2",
"ipfs-utils": "^2.3.1",
"ipfs-utils": "^3.0.0",
"ipld-dag-pb": "^0.20.0",
"it-all": "^1.0.1",
"it-batch": "^1.0.3",
"it-first": "^1.0.1",
"it-parallel-batch": "^1.0.3",
"merge-options": "^2.0.0",
"merge-options": "^3.0.1",
"multihashing-async": "^2.0.0",
"rabin-wasm": "^0.1.1",
"uint8arrays": "^1.0.0"
"uint8arrays": "^1.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/ipfs-unixfs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
},
"homepage": "https://github.com/ipfs/js-ipfs-unixfs#readme",
"devDependencies": {
"aegir": "^25.0.0",
"aegir": "^26.0.0",
"nyc": "^15.0.0",
"uint8arrays": "^1.0.0"
"uint8arrays": "^1.1.0"
},
"dependencies": {
"err-code": "^2.0.0",
Expand Down

0 comments on commit 2bf5d07

Please sign in to comment.