Skip to content

Commit 53844d2

Browse files
committed
Update dev-dependencies
1 parent 442294b commit 53844d2

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

package.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@
2626
"vfile-find-up": "^2.0.0"
2727
},
2828
"devDependencies": {
29-
"execa": "^0.6.0",
29+
"execa": "^0.7.0",
3030
"has": "^1.0.1",
3131
"nlcst-to-string": "^2.0.0",
32-
"nyc": "^10.1.0",
32+
"nyc": "^11.1.0",
3333
"remark-cli": "^3.0.0",
34-
"remark-preset-wooorm": "^2.0.0",
34+
"remark-preset-wooorm": "^3.0.0",
3535
"retext": "^5.0.0",
3636
"rimraf": "^2.5.4",
3737
"tape": "^4.0.0",
3838
"to-vfile": "^2.0.0",
3939
"trough": "^1.0.0",
4040
"unist-util-visit": "^1.1.0",
41-
"xo": "^0.17.1"
41+
"xo": "^0.18.0"
4242
},
4343
"scripts": {
4444
"build-md": "remark . -qfo",
@@ -55,9 +55,12 @@
5555
"branches": 100
5656
},
5757
"xo": {
58-
"space": true
58+
"space": true,
59+
"esnext": false
5960
},
6061
"remarkConfig": {
61-
"plugins": ["preset-wooorm"]
62+
"plugins": [
63+
"preset-wooorm"
64+
]
6265
}
6366
}

0 commit comments

Comments
 (0)