Skip to content

Commit a730cdc

Browse files
committed
Update dev-dependencies
1 parent c2de75c commit a730cdc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
"hast-util-is-element": "^1.0.0"
2525
},
2626
"devDependencies": {
27-
"browserify": "^13.0.0",
27+
"browserify": "^14.0.0",
2828
"esmangle": "^1.0.1",
2929
"nyc": "^10.0.0",
3030
"remark-cli": "^3.0.0",
3131
"remark-preset-wooorm": "^2.0.0",
3232
"tape": "^4.4.0",
33-
"xo": "^0.17.0"
33+
"xo": "^0.18.0"
3434
},
3535
"scripts": {
3636
"build-md": "remark . --quiet --frail --output",
@@ -44,6 +44,7 @@
4444
},
4545
"xo": {
4646
"space": true,
47+
"esnext": false,
4748
"ignores": [
4849
"hast-util-transparent.js"
4950
]

0 commit comments

Comments
 (0)