Skip to content

Commit 5c01cad

Browse files
committed
Update dev-dependencies
1 parent 6e2ec1c commit 5c01cad

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
@@ -23,13 +23,13 @@
2323
"hast-util-has-property": "^1.0.0"
2424
},
2525
"devDependencies": {
26-
"browserify": "^13.0.0",
26+
"browserify": "^14.0.0",
2727
"esmangle": "^1.0.1",
2828
"nyc": "^10.0.0",
29-
"remark-cli": "^2.1.0",
30-
"remark-preset-wooorm": "^1.0.0",
29+
"remark-cli": "^3.0.0",
30+
"remark-preset-wooorm": "^2.0.0",
3131
"tape": "^4.4.0",
32-
"xo": "^0.17.0"
32+
"xo": "^0.18.0"
3333
},
3434
"scripts": {
3535
"build-md": "remark . --quiet --frail --output",
@@ -43,6 +43,7 @@
4343
},
4444
"xo": {
4545
"space": true,
46+
"esnext": false,
4647
"ignores": [
4748
"hast-util-interactive.js"
4849
]
@@ -54,6 +55,8 @@
5455
"branches": 100
5556
},
5657
"remarkConfig": {
57-
"presets": "wooorm"
58+
"plugins": [
59+
"preset-wooorm"
60+
]
5861
}
5962
}

0 commit comments

Comments
 (0)