Skip to content

Commit f451c17

Browse files
committed
Update dev-dependencies
1 parent 9bcf84c commit f451c17

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,23 +46,22 @@
4646
"zwitch": "^2.0.0"
4747
},
4848
"devDependencies": {
49-
"@types/node": "^18.0.0",
50-
"c8": "^7.0.0",
49+
"@types/node": "^20.0.0",
50+
"c8": "^8.0.0",
5151
"hastscript": "^7.0.0",
52-
"prettier": "^2.0.0",
52+
"prettier": "^3.0.0",
5353
"remark-cli": "^11.0.0",
5454
"remark-preset-wooorm": "^9.0.0",
55-
"rimraf": "^3.0.0",
5655
"type-coverage": "^2.0.0",
57-
"typescript": "^4.0.0",
56+
"typescript": "^5.0.0",
5857
"unist-builder": "^3.0.0",
5958
"xastscript": "^3.0.0",
60-
"xo": "^0.53.0"
59+
"xo": "^0.55.0"
6160
},
6261
"scripts": {
6362
"prepack": "npm run build && npm run format",
6463
"build": "tsc --build --clean && tsc --build && type-coverage",
65-
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
64+
"format": "remark . -qfo && prettier . -w --log-level warn && xo --fix",
6665
"test-api": "node --conditions development test.js",
6766
"test-coverage": "c8 --check-coverage --100 --reporter lcov npm run test-api",
6867
"test": "npm run build && npm run format && npm run test-coverage"

0 commit comments

Comments
 (0)