Skip to content

Commit 40e43ae

Browse files
committed
Update dev-dependencies
1 parent 97cd3d7 commit 40e43ae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,17 @@
3636
"nlcst-to-string": "^2.0.0",
3737
"nyc": "^15.0.0",
3838
"prettier": "^2.0.0",
39-
"remark-cli": "^8.0.0",
40-
"remark-preset-wooorm": "^7.0.0",
39+
"remark-cli": "^9.0.0",
40+
"remark-preset-wooorm": "^8.0.0",
4141
"retext": "^7.0.0",
4242
"rimraf": "^3.0.0",
4343
"tape": "^5.0.0",
4444
"to-vfile": "^6.0.0",
4545
"unist-util-visit": "^2.0.0",
46-
"xo": "^0.32.0"
46+
"xo": "^0.36.0"
4747
},
4848
"scripts": {
49-
"format": "remark . -qfo && prettier . --write && xo --fix",
49+
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
5050
"test-api": "node test",
5151
"test-coverage": "nyc --reporter lcov tape test/index.js",
5252
"test": "npm run format && npm run test-coverage"

0 commit comments

Comments
 (0)