Skip to content

Commit bbfe557

Browse files
committed
Update dev-dependencies
1 parent 7ac4564 commit bbfe557

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,18 @@
3838
"zwitch": "^1.0.0"
3939
},
4040
"devDependencies": {
41-
"hastscript": "^5.0.0",
41+
"hastscript": "^6.0.0",
4242
"nyc": "^15.0.0",
4343
"prettier": "^2.0.0",
44-
"remark-cli": "^8.0.0",
45-
"remark-preset-wooorm": "^7.0.0",
44+
"remark-cli": "^9.0.0",
45+
"remark-preset-wooorm": "^8.0.0",
4646
"tape": "^5.0.0",
4747
"unist-builder": "^2.0.0",
48-
"xastscript": "^1.0.0",
49-
"xo": "^0.32.0"
48+
"xastscript": "^2.0.0",
49+
"xo": "^0.34.0"
5050
},
5151
"scripts": {
52-
"format": "remark . -qfo && prettier . --write && xo --fix",
52+
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
5353
"test-api": "node test",
5454
"test-coverage": "nyc --reporter lcov tape test.js",
5555
"test": "npm run format && npm run test-coverage"

0 commit comments

Comments
 (0)