Skip to content

Commit fb6c928

Browse files
committed
Update dev-dependencies
1 parent e7a5874 commit fb6c928

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@
3535
"hastscript": "^5.0.0",
3636
"nyc": "^14.0.0",
3737
"prettier": "^1.0.0",
38-
"remark-cli": "^6.0.0",
39-
"remark-preset-wooorm": "^5.0.0",
38+
"remark-cli": "^7.0.0",
39+
"remark-preset-wooorm": "^6.0.0",
4040
"tape": "^4.0.0",
4141
"tinyify": "^2.0.0",
42-
"unist-builder": "^1.0.0",
43-
"xo": "^0.24.0"
42+
"unist-builder": "^2.0.0",
43+
"xo": "^0.25.0"
4444
},
4545
"scripts": {
4646
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
@@ -65,7 +65,8 @@
6565
"rules": {
6666
"guard-for-in": "off",
6767
"eqeqeq": "off",
68-
"no-eq-null": "off"
68+
"no-eq-null": "off",
69+
"unicorn/prefer-includes": "off"
6970
},
7071
"ignores": [
7172
"hast-util-to-html.js"

0 commit comments

Comments
 (0)