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

Commit

Permalink
chore: update deps and revert ipfs-repo to 0.20.0
Browse files Browse the repository at this point in the history
* chore: update deps

* chore: fix deps

* chore: update ipfs-api dep

* initialization issue introduced with ipfs-repo 0.20.1
  • Loading branch information
daviddias committed May 6, 2018
1 parent 7a027cc commit 1048c25
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions package.json
Expand Up @@ -73,15 +73,15 @@
"expose-loader": "^0.7.5",
"form-data": "^2.3.2",
"hat": "0.0.3",
"interface-ipfs-core": "~0.64.2",
"ipfsd-ctl": "^0.32.1",
"interface-ipfs-core": "~0.64.3",
"ipfsd-ctl": "^0.33.1",
"lodash": "^4.17.10",
"mocha": "^5.1.1",
"ncp": "^2.0.0",
"nexpect": "^0.5.0",
"pre-commit": "^1.2.2",
"pretty-bytes": "^4.0.2",
"qs": "^6.5.1",
"qs": "^6.5.2",
"random-fs": "^1.0.3",
"rimraf": "^2.6.2",
"stream-to-promise": "^2.2.0",
Expand All @@ -106,19 +106,18 @@
"hapi-set-header": "^1.0.2",
"hoek": "^5.0.3",
"human-to-milliseconds": "^1.0.0",
"ipfs-api": "^20.2.0",
"ipfs-api": "^20.2.1",
"ipfs-bitswap": "~0.20.0",
"ipfs-block": "~0.7.1",
"ipfs-block-service": "~0.14.0",
"ipfs-multipart": "~0.1.0",
"ipfs-repo": "~0.20.0",
"ipfs-repo": "0.20.0",
"ipfs-unixfs": "~0.1.14",
"ipld-dag-cbor": "^0.12.0",
"ipld-dag-pb": "^0.14.4",
"ipfs-unixfs-engine": "~0.29.0",
"ipld": "^0.17.0",
"ipld-dag-cbor": "^0.12.0",
"ipld-dag-pb": "~0.14.4",
"is-ipfs": "^0.3.2",
"ipld-dag-pb": "~0.14.3",
"is-pull-stream": "0.0.0",
"is-stream": "^1.1.0",
"joi": "^13.2.0",
Expand All @@ -145,8 +144,8 @@
"mafmt": "^6.0.0",
"mime-types": "^2.1.18",
"mkdirp": "~0.5.1",
"multibase": "^0.4.0",
"multiaddr": "^5.0.0",
"multibase": "^0.4.0",
"multihashes": "~0.4.13",
"once": "^1.4.0",
"path-exists": "^3.0.0",
Expand Down

0 comments on commit 1048c25

Please sign in to comment.