Skip to content

Commit 6737b1c

Browse files
committed
Update dev-dependencies
1 parent 8662eac commit 6737b1c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,22 +34,22 @@
3434
"xtend": "^4.0.1"
3535
},
3636
"devDependencies": {
37-
"hastscript": "^4.0.0",
37+
"hastscript": "^5.0.0",
3838
"is-hidden": "^1.1.0",
3939
"mdast-util-assert": "^1.0.0",
4040
"negate": "^1.0.0",
41-
"nyc": "^12.0.0",
41+
"nyc": "^13.0.0",
4242
"prettier": "^1.13.5",
4343
"rehype-parse": "^5.0.0",
44-
"remark-cli": "^5.0.0",
45-
"remark-parse": "^5.0.0",
44+
"remark-cli": "^6.0.0",
45+
"remark-parse": "^6.0.0",
4646
"remark-preset-wooorm": "^4.0.0",
47-
"remark-stringify": "^5.0.0",
47+
"remark-stringify": "^6.0.0",
4848
"tape": "^4.6.3",
4949
"unified": "^7.0.0",
5050
"unist-builder": "^1.0.2",
5151
"unist-util-remove-position": "^1.1.0",
52-
"xo": "^0.21.0"
52+
"xo": "^0.23.0"
5353
},
5454
"scripts": {
5555
"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ test('fixtures', function(t) {
105105
config = String(
106106
fs.readFileSync(path.join(fixtures, name, 'index.json'))
107107
)
108-
} catch (err) {}
108+
} catch (error) {}
109109

110110
if (config) {
111111
config = JSON.parse(config)

0 commit comments

Comments
 (0)