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

Commit e9f22b5

Browse files
authored
test: dht testing (#782)
* test: testing * test: more dht testing * chore: update deps
1 parent 78e9ae7 commit e9f22b5

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

package.json

+8-9
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"coverage-publish": "aegir coverage --provider coveralls --timeout 100000"
2727
},
2828
"dependencies": {
29-
"async": "^2.6.0",
30-
"big.js": "^5.0.3",
29+
"async": "^2.6.1",
30+
"big.js": "^5.1.2",
3131
"bs58": "^4.0.1",
3232
"cids": "~0.5.3",
3333
"concat-stream": "^1.6.2",
@@ -57,7 +57,7 @@
5757
"pump": "^3.0.0",
5858
"qs": "^6.5.2",
5959
"readable-stream": "^2.3.6",
60-
"stream-http": "^2.8.2",
60+
"stream-http": "^2.8.3",
6161
"stream-to-pull-stream": "^1.7.2",
6262
"streamifier": "~0.1.1",
6363
"tar-stream": "^1.6.1"
@@ -71,17 +71,16 @@
7171
"url": "https://github.com/ipfs/js-ipfs-api"
7272
},
7373
"devDependencies": {
74-
"aegir": "^13.1.0",
74+
"aegir": "^14.0.0",
7575
"browser-process-platform": "~0.1.1",
7676
"chai": "^4.1.2",
77-
"cross-env": "^5.1.5",
77+
"cross-env": "^5.1.6",
7878
"dirty-chai": "^2.0.1",
79-
"eslint-plugin-react": "^7.8.2",
79+
"eslint-plugin-react": "^7.9.1",
8080
"go-ipfs-dep": "~0.4.15",
8181
"gulp": "^3.9.1",
82-
"interface-ipfs-core": "~0.66.2",
83-
"ipfs": "~0.28.2",
84-
"ipfsd-ctl": "~0.36.0",
82+
"interface-ipfs-core": "~0.67.0",
83+
"ipfsd-ctl": "~0.37.3",
8584
"pull-stream": "^3.6.8",
8685
"socket.io": "^2.1.1",
8786
"socket.io-client": "^2.1.1",

0 commit comments

Comments
 (0)