Skip to content

Commit 2b84ad3

Browse files
committed
Update dev-dependencies
1 parent b128105 commit 2b84ad3

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

package.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
"hast-util-is-element": "^1.0.0"
2626
},
2727
"devDependencies": {
28-
"browserify": "^13.0.0",
28+
"browserify": "^14.0.0",
2929
"esmangle": "^1.0.1",
3030
"istanbul": "^0.4.0",
31-
"remark-cli": "^2.1.0",
32-
"remark-preset-wooorm": "^1.0.0",
31+
"remark-cli": "^3.0.0",
32+
"remark-preset-wooorm": "^2.0.0",
3333
"tape": "^4.4.0",
34-
"xo": "^0.17.0"
34+
"xo": "^0.18.0"
3535
},
3636
"scripts": {
3737
"build-md": "remark . --quiet --frail --output",
@@ -45,11 +45,14 @@
4545
},
4646
"xo": {
4747
"space": true,
48+
"esnext": false,
4849
"ignores": [
4950
"hast-util-is-element.js"
5051
]
5152
},
5253
"remarkConfig": {
53-
"presets": "wooorm"
54+
"plugins": [
55+
"preset-wooorm"
56+
]
5457
}
5558
}

0 commit comments

Comments
 (0)