Skip to content

Commit 43aa500

Browse files
committed
Update dev-dependencies
1 parent b9c8641 commit 43aa500

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
@@ -26,13 +26,13 @@
2626
"Titus Wormer <[email protected]> (http://wooorm.com)"
2727
],
2828
"devDependencies": {
29-
"browserify": "^13.0.0",
29+
"browserify": "^14.0.0",
3030
"esmangle": "^1.0.1",
3131
"nyc": "^10.0.0",
32-
"remark-cli": "^2.1.0",
33-
"remark-preset-wooorm": "^1.0.0",
32+
"remark-cli": "^3.0.0",
33+
"remark-preset-wooorm": "^2.0.0",
3434
"tape": "^4.4.0",
35-
"xo": "^0.17.0"
35+
"xo": "^0.18.0"
3636
},
3737
"scripts": {
3838
"build-md": "remark . --quiet --frail --output",
@@ -46,6 +46,7 @@
4646
},
4747
"xo": {
4848
"space": true,
49+
"esnext": false,
4950
"ignores": [
5051
"hast-util-is-element.js"
5152
]
@@ -57,6 +58,8 @@
5758
"branches": 100
5859
},
5960
"remarkConfig": {
60-
"presets": "wooorm"
61+
"plugins": [
62+
"preset-wooorm"
63+
]
6164
}
6265
}

0 commit comments

Comments
 (0)