Skip to content

Commit 624aa0f

Browse files
committed
Update dev-dependencies
1 parent 299c413 commit 624aa0f

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
@@ -23,20 +23,20 @@
2323
"xtend": "^4.0.1"
2424
},
2525
"devDependencies": {
26-
"browserify": "^13.0.1",
26+
"browserify": "^14.0.0",
2727
"deepmerge": "^1.2.0",
2828
"esmangle": "^1.0.1",
2929
"hast-util-to-html": "^3.0.0",
3030
"hastscript": "^3.0.0",
3131
"nyc": "^10.0.0",
32-
"remark-cli": "^2.0.0",
33-
"remark-preset-wooorm": "^1.0.0",
32+
"remark-cli": "^3.0.0",
33+
"remark-preset-wooorm": "^2.0.0",
3434
"tape": "^4.0.0",
3535
"unist-builder": "^1.0.1",
36-
"xo": "^0.17.0"
36+
"xo": "^0.18.0"
3737
},
3838
"scripts": {
39-
"build-md": "remark . --quiet --frail",
39+
"build-md": "remark . -qfo",
4040
"build-bundle": "browserify index.js --bare -s hastUtilSanitize > hast-util-sanitize.js",
4141
"build-mangle": "esmangle hast-util-sanitize.js > hast-util-sanitize.min.js",
4242
"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
@@ -53,6 +53,7 @@
5353
},
5454
"xo": {
5555
"space": true,
56+
"esnext": false,
5657
"rules": {
5758
"no-negated-condition": "off",
5859
"guard-for-in": "off"
@@ -62,7 +63,8 @@
6263
]
6364
},
6465
"remarkConfig": {
65-
"output": true,
66-
"presets": "wooorm"
66+
"plugins": [
67+
"preset-wooorm"
68+
]
6769
}
6870
}

0 commit comments

Comments
 (0)