Skip to content

Commit 82ecbcd

Browse files
committed
Update dev-dependencies
1 parent fcda918 commit 82ecbcd

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
@@ -22,13 +22,13 @@
2222
"Titus Wormer <[email protected]> (http://wooorm.com)"
2323
],
2424
"devDependencies": {
25-
"browserify": "^13.0.0",
25+
"browserify": "^14.0.0",
2626
"esmangle": "^1.0.1",
2727
"nyc": "^10.0.0",
28-
"remark-cli": "^2.1.0",
29-
"remark-preset-wooorm": "^1.0.0",
28+
"remark-cli": "^3.0.0",
29+
"remark-preset-wooorm": "^2.0.0",
3030
"tape": "^4.4.0",
31-
"xo": "^0.17.0"
31+
"xo": "^0.18.0"
3232
},
3333
"scripts": {
3434
"build-md": "remark . --quiet --frail --output",
@@ -42,6 +42,7 @@
4242
},
4343
"xo": {
4444
"space": true,
45+
"esnext": false,
4546
"ignores": [
4647
"hast-util-labelable.js"
4748
]
@@ -53,6 +54,8 @@
5354
"branches": 100
5455
},
5556
"remarkConfig": {
56-
"presets": "wooorm"
57+
"plugins": [
58+
"preset-wooorm"
59+
]
5760
}
5861
}

0 commit comments

Comments
 (0)