Skip to content

Commit b995196

Browse files
committed
Update dev-dependencies
1 parent 0a906ec commit b995196

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
@@ -45,10 +45,10 @@
4545
},
4646
"devDependencies": {
4747
"hastscript": "^5.0.0",
48-
"is-hidden": "^1.01.0",
49-
"mdast-util-assert": "^2.0.0",
48+
"is-hidden": "^1.0.0",
49+
"mdast-util-assert": "^3.0.0",
5050
"negate": "^1.0.0",
51-
"nyc": "^14.0.0",
51+
"nyc": "^15.0.0",
5252
"prettier": "^1.0.0",
5353
"rehype-parse": "^6.0.0",
5454
"remark-cli": "^7.0.0",
@@ -57,9 +57,9 @@
5757
"remark-stringify": "^7.0.0",
5858
"tape": "^4.0.0",
5959
"unified": "^8.0.0",
60-
"unist-builder": "^1.0.0",
61-
"unist-util-remove-position": "^1.0.0",
62-
"xo": "^0.24.0"
60+
"unist-builder": "^2.0.0",
61+
"unist-util-remove-position": "^2.0.0",
62+
"xo": "^0.27.0"
6363
},
6464
"scripts": {
6565
"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 (error) {}
108+
} catch (_) {}
109109

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

0 commit comments

Comments
 (0)