Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
chore: use latest ipfs, make tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Nov 6, 2018
1 parent a895e71 commit 7319c20
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,18 @@
},
"homepage": "https://github.com/ipfs/js-ipfs-mfs#readme",
"devDependencies": {
"aegir": "^17.0.0",
"aegir": "^17.0.1",
"chai": "^4.2.0",
"detect-node": "^2.0.4",
"detect-webworker": "^1.0.0",
"dirty-chai": "^2.0.1",
"ipfs": "~0.32.3",
"ipfs": "~0.33.0",
"pull-buffer-stream": "^1.0.0",
"tmp": "~0.0.33"
},
"dependencies": {
"async": "^2.6.1",
"blob": "~0.0.4",
"blob": "~0.0.5",
"cids": "~0.5.5",
"debug": "^4.1.0",
"file-api": "~0.10.4",
Expand All @@ -58,7 +58,7 @@
"ipfs-unixfs-engine": "~0.33.0",
"is-pull-stream": "~0.0.0",
"is-stream": "^1.1.0",
"joi": "^14.0.1",
"joi": "^14.0.4",
"joi-browser": "^13.4.0",
"mortice": "^1.2.1",
"once": "^1.4.0",
Expand Down

0 comments on commit 7319c20

Please sign in to comment.