Skip to content

Commit cd69478

Browse files
committed
Update dev-dependencies
1 parent d29a91a commit cd69478

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

package.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@
2626
"vfile-location": "^2.0.0"
2727
},
2828
"devDependencies": {
29-
"browserify": "^13.0.1",
29+
"browserify": "^14.0.0",
3030
"esmangle": "^1.0.1",
31-
"nyc": "^10.0.0",
31+
"nyc": "^11.0.0",
3232
"parse5": "^3.0.0",
33-
"remark-cli": "^2.0.0",
34-
"remark-preset-wooorm": "^1.0.0",
33+
"remark-cli": "^3.0.0",
34+
"remark-preset-wooorm": "^3.0.0",
3535
"tape": "^4.0.0",
3636
"vfile": "^2.0.0",
37-
"xo": "^0.17.0"
37+
"xo": "^0.18.0"
3838
},
3939
"scripts": {
40-
"build-md": "remark . --quiet --frail",
40+
"build-md": "remark . -qfo",
4141
"build-bundle": "browserify index.js --bare -s hastUtilFromParse5 > hast-util-from-parse5.js",
4242
"build-mangle": "esmangle hast-util-from-parse5.js > hast-util-from-parse5.min.js",
4343
"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
@@ -48,6 +48,7 @@
4848
},
4949
"xo": {
5050
"space": true,
51+
"esnext": false,
5152
"rules": {
5253
"guard-for-in": "off"
5354
},
@@ -62,7 +63,8 @@
6263
"branches": 100
6364
},
6465
"remarkConfig": {
65-
"output": true,
66-
"presets": "wooorm"
66+
"plugins": [
67+
"preset-wooorm"
68+
]
6769
}
6870
}

0 commit comments

Comments
 (0)