Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Commit

Permalink
chore: update deps, including ipfsd-ctl
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Mar 27, 2018
1 parent e002f87 commit cf8583e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"async": "^2.6.0",
"big.js": "^5.0.3",
"bs58": "^4.0.1",
"cids": "~0.5.2",
"concat-stream": "^1.6.1",
"cids": "~0.5.3",
"concat-stream": "^1.6.2",
"detect-node": "^2.0.3",
"flatmap": "0.0.3",
"glob": "^7.1.2",
Expand All @@ -39,7 +39,7 @@
"is-ipfs": "^0.3.2",
"is-stream": "^1.1.0",
"lru-cache": "^4.1.2",
"multiaddr": "^3.0.2",
"multiaddr": "^3.1.0",
"multihashes": "~0.4.13",
"ndjson": "^1.5.0",
"once": "^1.4.0",
Expand All @@ -51,7 +51,7 @@
"pump": "^3.0.0",
"qs": "^6.5.1",
"readable-stream": "^2.3.5",
"stream-http": "^2.8.0",
"stream-http": "^2.8.1",
"stream-to-pull-stream": "^1.7.2",
"streamifier": "^0.1.1",
"tar-stream": "^1.5.5"
Expand All @@ -67,19 +67,19 @@
"devDependencies": {
"aegir": "^13.0.6",
"chai": "^4.1.2",
"cross-env": "^5.1.3",
"cross-env": "^5.1.4",
"dirty-chai": "^2.0.1",
"eslint-plugin-react": "^7.7.0",
"go-ipfs-dep": "^0.4.13",
"go-ipfs-dep": "^0.4.14",
"gulp": "^3.9.1",
"hapi": "^17.2.2",
"interface-ipfs-core": "~0.55.1",
"ipfs": "~0.28.0",
"ipfsd-ctl": "~0.29.1",
"hapi": "^17.2.3",
"interface-ipfs-core": "~0.58.0",
"ipfs": "~0.28.2",
"ipfsd-ctl": "~0.31.0",
"pre-commit": "^1.2.2",
"socket.io": "^2.0.4",
"socket.io-client": "^2.0.4",
"stream-equal": "^1.1.0"
"stream-equal": "^1.1.1"
},
"pre-commit": [
"lint",
Expand Down

0 comments on commit cf8583e

Please sign in to comment.