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 (#1333)
Browse files Browse the repository at this point in the history
* chore: update deps

* chore: update deps

* test: fix create node test
  • Loading branch information
daviddias committed Apr 30, 2018
1 parent 993018f commit 3019fc0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 23 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
"homepage": "https://github.com/ipfs/js-ipfs#readme",
"devDependencies": {
"aegir": "^13.0.6",
"aegir": "^13.1.0",
"buffer-loader": "0.0.1",
"chai": "^4.1.2",
"delay": "^2.0.0",
Expand All @@ -75,8 +75,8 @@
"hat": "0.0.3",
"interface-ipfs-core": "^0.61.0",
"ipfsd-ctl": "^0.32.1",
"lodash": "^4.17.5",
"mocha": "^5.0.5",
"lodash": "^4.17.10",
"mocha": "^5.1.1",
"ncp": "^2.0.0",
"nexpect": "^0.5.0",
"pre-commit": "^1.2.2",
Expand All @@ -97,7 +97,7 @@
"byteman": "^1.3.5",
"cids": "~0.5.3",
"debug": "^3.1.0",
"file-type": "^7.6.0",
"file-type": "^7.7.1",
"filesize": "^3.6.1",
"fsm-event": "^2.1.0",
"get-folder-size": "^1.0.1",
Expand All @@ -106,41 +106,41 @@
"hapi-set-header": "^1.0.2",
"hoek": "^5.0.3",
"human-to-milliseconds": "^1.0.0",
"ipfs-api": "^20.0.1",
"ipfs-api": "^20.2.0",
"ipfs-bitswap": "~0.20.0",
"ipfs-block": "^0.7.1",
"ipfs-block": "~0.7.1",
"ipfs-block-service": "~0.14.0",
"ipfs-multipart": "~0.1.0",
"ipfs-repo": "^0.19.0",
"ipfs-repo": "~0.20.0",
"ipfs-unixfs": "~0.1.14",
"ipfs-unixfs-engine": "~0.28.1",
"ipfs-unixfs-engine": "~0.29.0",
"ipld": "^0.17.0",
"is-ipfs": "^0.3.2",
"is-stream": "^1.1.0",
"joi": "^13.1.2",
"joi": "^13.2.0",
"joi-browser": "^13.0.1",
"joi-multiaddr": "^2.0.0",
"libp2p": "^0.20.2",
"libp2p": "^0.20.4",
"libp2p-circuit": "^0.2.0",
"libp2p-floodsub": "~0.15.0",
"libp2p-kad-dht": "~0.10.0",
"libp2p-keychain": "~0.3.1",
"libp2p-mdns": "~0.11.0",
"libp2p-mplex": "^0.7.0",
"libp2p-railing": "~0.8.0",
"libp2p-railing": "~0.8.1",
"libp2p-secio": "~0.10.0",
"libp2p-tcp": "^0.12.0",
"libp2p-webrtc-star": "0.14.0",
"libp2p-websocket-star": "^0.8.0",
"libp2p-websockets": "^0.11.0",
"libp2p-tcp": "~0.12.0",
"libp2p-webrtc-star": "~0.14.0",
"libp2p-websocket-star": "~0.8.0",
"libp2p-websockets": "~0.12.0",
"lodash.flatmap": "^4.5.0",
"lodash.get": "^4.4.2",
"lodash.sortby": "^4.7.0",
"lodash.values": "^4.3.0",
"mafmt": "^6.0.0",
"mime-types": "^2.1.18",
"mkdirp": "~0.5.1",
"multiaddr": "^4.0.0",
"multiaddr": "^5.0.0",
"multihashes": "~0.4.13",
"once": "^1.4.0",
"path-exists": "^3.0.0",
Expand All @@ -160,15 +160,15 @@
"pull-stream-to-stream": "^1.3.4",
"pull-zip": "^2.0.1",
"read-pkg-up": "^3.0.0",
"readable-stream": "2.3.5",
"safe-buffer": "^5.1.1",
"readable-stream": "2.3.6",
"safe-buffer": "^5.1.2",
"stream-to-pull-stream": "^1.7.2",
"tar-stream": "^1.5.5",
"tar-stream": "^1.6.0",
"temp": "~0.8.3",
"through2": "^2.0.3",
"update-notifier": "^2.4.0",
"update-notifier": "^2.5.0",
"yargs": "^11.0.0",
"yargs-parser": "^9.0.2"
"yargs-parser": "^10.0.0"
},
"optionalDependencies": {
"prom-client": "^11.0.0",
Expand Down
3 changes: 1 addition & 2 deletions test/core/create-node.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,7 @@ describe('create node', function () {
API: `/ip4/127.0.0.1/tcp/${5010 + _nodeNumber}`,
Gateway: `/ip4/127.0.0.1/tcp/${9090 + _nodeNumber}`,
Swarm: [
`/ip4/0.0.0.0/tcp/${4010 + _nodeNumber * 2}`,
`/ip4/127.0.0.1/tcp/${4011 + _nodeNumber * 2}/ws`
`/ip4/0.0.0.0/tcp/${4010 + _nodeNumber * 2}`
]
},
Bootstrap: []
Expand Down

0 comments on commit 3019fc0

Please sign in to comment.