Skip to content

Commit 69c6a29

Browse files
committed
Update dev-dependencies
1 parent 62ee7e3 commit 69c6a29

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
@@ -31,20 +31,20 @@
3131
"hast-to-hyperscript": "^7.0.0",
3232
"property-information": "^5.0.0",
3333
"web-namespaces": "^1.0.0",
34-
"xtend": "^4.0.1",
34+
"xtend": "^4.0.0",
3535
"zwitch": "^1.0.0"
3636
},
3737
"devDependencies": {
3838
"browserify": "^16.0.0",
3939
"json-stringify-safe": "^5.0.0",
40-
"nyc": "^14.0.0",
40+
"nyc": "^15.0.0",
4141
"parse5": "^5.0.0",
4242
"prettier": "^1.0.0",
43-
"remark-cli": "^6.0.0",
44-
"remark-preset-wooorm": "^5.0.0",
43+
"remark-cli": "^7.0.0",
44+
"remark-preset-wooorm": "^6.0.0",
4545
"tape": "^4.0.0",
4646
"tinyify": "^2.0.0",
47-
"xo": "^0.24.0"
47+
"xo": "^0.27.0"
4848
},
4949
"scripts": {
5050
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
@@ -67,6 +67,7 @@
6767
"prettier": true,
6868
"esnext": false,
6969
"rules": {
70+
"unicorn/prefer-includes": "off",
7071
"guard-for-in": "off"
7172
},
7273
"ignores": [

0 commit comments

Comments
 (0)