Skip to content

Commit

Permalink
chore: update deps (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain authored Apr 16, 2021
1 parent b19d89f commit f5f5fe4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions packages/ipfs-unixfs-exporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
"homepage": "https://github.com/ipfs/js-ipfs-unixfs#readme",
"devDependencies": {
"@types/mocha": "^8.2.1",
"@types/sinon": "^9.0.10",
"@types/sinon": "^10.0.0",
"abort-controller": "^3.0.0",
"aegir": "^32.1.0",
"aegir": "^33.1.0",
"copy": "^0.3.2",
"crypto-browserify": "^3.12.0",
"detect-node": "^2.0.4",
Expand All @@ -45,7 +45,7 @@
"ipfs-unixfs-importer": "^7.0.1",
"ipld": "^0.29.0",
"ipld-block": "^0.11.1",
"ipld-dag-pb": "^0.22.1",
"ipld-dag-pb": "^0.22.2",
"ipld-in-memory": "^8.0.0",
"it-all": "^1.0.5",
"it-buffer-stream": "^2.0.0",
Expand All @@ -56,7 +56,7 @@
"nyc": "^15.0.0",
"readable-stream": "^3.6.0",
"rimraf": "^3.0.2",
"sinon": "^9.2.4",
"sinon": "^10.0.0",
"uint8arrays": "^2.1.2",
"util": "^0.12.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/ipfs-unixfs-importer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"homepage": "https://github.com/ipfs/js-ipfs-unixfs#readme",
"devDependencies": {
"@types/mocha": "^8.2.1",
"aegir": "^32.1.0",
"aegir": "^33.1.0",
"assert": "^2.0.0",
"copy": "^0.3.2",
"crypto-browserify": "^3.12.0",
Expand All @@ -50,12 +50,12 @@
"util": "^0.12.3"
},
"dependencies": {
"bl": "^4.1.0",
"bl": "^5.0.0",
"cids": "^1.1.5",
"err-code": "^3.0.1",
"hamt-sharding": "^2.0.0",
"ipfs-unixfs": "^4.0.1",
"ipld-dag-pb": "^0.21.0",
"ipld-dag-pb": "^0.22.2",
"it-all": "^1.0.5",
"it-batch": "^1.0.8",
"it-first": "^1.0.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-unixfs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"homepage": "https://github.com/ipfs/js-ipfs-unixfs#readme",
"devDependencies": {
"@types/mocha": "^8.2.1",
"aegir": "^32.1.0",
"aegir": "^33.1.0",
"copy": "^0.3.2",
"mkdirp": "^1.0.4",
"npm-run-all": "^4.1.5",
Expand Down

0 comments on commit f5f5fe4

Please sign in to comment.