Skip to content

Commit c5c135b

Browse files
committed
Update dev-dependencies
1 parent 51e1762 commit c5c135b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@
2929
"browserify": "^16.0.0",
3030
"is-hidden": "^1.1.0",
3131
"not": "^0.1.0",
32-
"nyc": "^13.0.0",
32+
"nyc": "^14.0.0",
3333
"parse5": "^5.0.0",
34-
"prettier": "^1.13.5",
34+
"prettier": "^1.0.0",
3535
"remark-cli": "^6.0.0",
36-
"remark-preset-wooorm": "^4.0.0",
36+
"remark-preset-wooorm": "^5.0.0",
3737
"tape": "^4.0.0",
38-
"tinyify": "^2.4.3",
38+
"tinyify": "^2.0.0",
3939
"to-vfile": "^5.0.0",
40-
"unist-util-visit": "^1.1.3",
41-
"xo": "^0.23.0"
40+
"unist-util-visit": "^1.0.0",
41+
"xo": "^0.24.0"
4242
},
4343
"scripts": {
4444
"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",

test/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,9 +451,9 @@ function log(label, actual, expected) {
451451
try {
452452
assert.deepStrictEqual(actual, expected, label)
453453
} catch (error) {
454-
console.log('actual:%s: ', label)
454+
console.log('actual:%s:', label)
455455
console.dir(actual, {depth: null})
456-
console.log('expected:%s: ', label)
456+
console.log('expected:%s:', label)
457457
console.dir(expected, {depth: null})
458458
}
459459
}

0 commit comments

Comments
 (0)