Skip to content

Commit

Permalink
chore: update-deps (#3367)
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain authored Nov 9, 2020
1 parent 0903f10 commit e90ab21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .aegir.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const server = createServer({
let echoServer = new EchoServer()

module.exports = {
bundlesize: { maxSize: '81kB' },
bundlesize: { maxSize: '83kB' },
karma: {
files: [{
pattern: 'node_modules/interface-ipfs-core/test/fixtures/**/*',
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@
"form-data": "^3.0.0",
"ipfs-core-utils": "^0.5.0",
"ipfs-utils": "^4.0.0",
"ipld-block": "^0.10.1",
"ipld-block": "^0.11.0",
"ipld-dag-cbor": "^0.17.0",
"ipld-dag-pb": "^0.20.0",
"ipld-raw": "^6.0.0",
"iso-url": "^0.4.7",
"iso-url": "^1.0.0",
"it-last": "^1.0.4",
"it-map": "^1.0.4",
"it-tar": "^1.2.2",
Expand Down

0 comments on commit e90ab21

Please sign in to comment.