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

Commit

Permalink
test: dht testing (#782)
Browse files Browse the repository at this point in the history
* test: testing

* test: more dht testing

* chore: update deps
  • Loading branch information
daviddias authored Jun 4, 2018
1 parent 78e9ae7 commit e9f22b5
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"coverage-publish": "aegir coverage --provider coveralls --timeout 100000"
},
"dependencies": {
"async": "^2.6.0",
"big.js": "^5.0.3",
"async": "^2.6.1",
"big.js": "^5.1.2",
"bs58": "^4.0.1",
"cids": "~0.5.3",
"concat-stream": "^1.6.2",
Expand Down Expand Up @@ -57,7 +57,7 @@
"pump": "^3.0.0",
"qs": "^6.5.2",
"readable-stream": "^2.3.6",
"stream-http": "^2.8.2",
"stream-http": "^2.8.3",
"stream-to-pull-stream": "^1.7.2",
"streamifier": "~0.1.1",
"tar-stream": "^1.6.1"
Expand All @@ -71,17 +71,16 @@
"url": "https://github.com/ipfs/js-ipfs-api"
},
"devDependencies": {
"aegir": "^13.1.0",
"aegir": "^14.0.0",
"browser-process-platform": "~0.1.1",
"chai": "^4.1.2",
"cross-env": "^5.1.5",
"cross-env": "^5.1.6",
"dirty-chai": "^2.0.1",
"eslint-plugin-react": "^7.8.2",
"eslint-plugin-react": "^7.9.1",
"go-ipfs-dep": "~0.4.15",
"gulp": "^3.9.1",
"interface-ipfs-core": "~0.66.2",
"ipfs": "~0.28.2",
"ipfsd-ctl": "~0.36.0",
"interface-ipfs-core": "~0.67.0",
"ipfsd-ctl": "~0.37.3",
"pull-stream": "^3.6.8",
"socket.io": "^2.1.1",
"socket.io-client": "^2.1.1",
Expand Down

0 comments on commit e9f22b5

Please sign in to comment.