Skip to content

Commit 716ce45

Browse files
committed
Update dev-dependencies
1 parent ae89817 commit 716ce45

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

package.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
"zwitch": "^1.0.0"
2828
},
2929
"devDependencies": {
30-
"browserify": "^13.0.1",
30+
"browserify": "^14.0.0",
3131
"esmangle": "^1.0.1",
3232
"nyc": "^10.0.0",
3333
"parse5": "^3.0.0",
34-
"remark-cli": "^2.1.0",
35-
"remark-preset-wooorm": "^1.0.0",
34+
"remark-cli": "^3.0.0",
35+
"remark-preset-wooorm": "^2.0.0",
3636
"tape": "^4.0.0",
37-
"xo": "^0.17.0"
37+
"xo": "^0.18.0"
3838
},
3939
"scripts": {
4040
"build-md": "remark . --quiet --frail --output",
@@ -48,12 +48,12 @@
4848
},
4949
"xo": {
5050
"space": true,
51+
"esnext": false,
5152
"rules": {
5253
"guard-for-in": "off"
5354
},
5455
"ignores": [
55-
"hast-util-to-parse5.js",
56-
"hast-util-to-parse5.min.js"
56+
"hast-util-to-parse5.js"
5757
]
5858
},
5959
"nyc": {
@@ -63,6 +63,8 @@
6363
"branches": 100
6464
},
6565
"remarkConfig": {
66-
"presets": "wooorm"
66+
"plugins": [
67+
"preset-wooorm"
68+
]
6769
}
6870
}

0 commit comments

Comments
 (0)