Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed Mar 24, 2017
1 parent 19bc764 commit 71d92ff
Show file tree
Hide file tree
Showing 3 changed files with 149 additions and 112 deletions.
2 changes: 1 addition & 1 deletion benchmark/perf-runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ let [b1, b2] = createBrokers(Transporters.Fake);
let count = 0;
function doRequest() {
count++;
return b2.call("echo.reply", { a: count }).then(res => {
return b1.call("echo.reply", { a: count }).then(res => {
if (count % 10000) {
// Fast cycle
doRequest();
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
"license": "MIT",
"devDependencies": {
"benchmarkify": "1.0.0",
"coveralls": "2.11.16",
"eslint": "3.17.0",
"express": "4.15.0",
"coveralls": "2.12.0",
"eslint": "3.18.0",
"express": "4.15.2",
"fakerator": "0.3.0",
"jest": "19.0.2",
"lolex": "1.6.0",
Expand All @@ -61,18 +61,18 @@
"amqplib": "0.5.1",
"bluebird": "3.5.0",
"chalk": "1.1.3",
"conventional-changelog-cli": "1.2.0",
"conventional-changelog-cli": "1.3.1",
"es6-error": "4.0.2",
"eventemitter2": "3.0.1",
"eventemitter2": "4.0.0",
"fastest-validator": "0.4.0",
"glob": "7.1.1",
"ioredis": "2.5.0",
"lodash": "4.17.4",
"micromatch": "2.3.11",
"mqtt": "2.4.0",
"nats": "0.7.10",
"mqtt": "2.5.0",
"nats": "0.7.14",
"node-object-hash": "1.2.0",
"v8-natives": "0.0.3",
"v8-natives": "1.0.0",
"validatorjs": "3.11.0"
},
"engines": {
Expand Down
Loading

0 comments on commit 71d92ff

Please sign in to comment.