Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SamVerschueren committed Nov 17, 2018
1 parent 927b2da commit 5157edf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,24 +43,24 @@
"is-promise": "^2.1.0",
"is-stream": "^1.1.0",
"listr-silent-renderer": "^1.1.1",
"listr-update-renderer": "^0.4.0",
"listr-verbose-renderer": "^0.4.0",
"p-map": "^1.1.1",
"rxjs": "^6.1.0"
"listr-update-renderer": "^0.5.0",
"listr-verbose-renderer": "^0.5.0",
"p-map": "^2.0.0",
"rxjs": "^6.3.3"
},
"devDependencies": {
"ava": "*",
"clinton": "*",
"codecov": "^3.0.0",
"delay": "^1.3.1",
"hook-std": "^0.2.0",
"lint-staged": "^3.3.1",
"codecov": "^3.1.0",
"delay": "^4.1.0",
"hook-std": "^1.1.0",
"lint-staged": "^8.0.5",
"log-symbols": "^2.2.0",
"nyc": "^8.3.2",
"nyc": "^13.1.0",
"pre-commit": "^1.2.2",
"split": "^1.0.1",
"xo": "*",
"zen-observable": "^0.3.0"
"zen-observable": "^0.8.11"
},
"lint-staged": {
"*.js": "xo"
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ exports.testOutput = (t, expected) => {
t.plan(t._test.planCount || expected.length);
let i = 0;

const unhook = hookStd(actual => {
return hookStd.stdout((actual, unhook) => {
t.is(actual, `${expected[i++]}\n`);

if (i === expected.length) {
Expand Down

0 comments on commit 5157edf

Please sign in to comment.