Skip to content

Commit ebc42bc

Browse files
committed
Update dev-dependencies
1 parent a9f2418 commit ebc42bc

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
@@ -38,22 +38,21 @@
3838
"xastscript": "^3.0.0"
3939
},
4040
"devDependencies": {
41-
"@types/node": "^18.0.0",
42-
"c8": "^7.0.0",
43-
"concat-stream": "^2.0.0",
44-
"prettier": "^2.0.0",
41+
"@types/node": "^20.0.0",
42+
"c8": "^8.0.0",
43+
"prettier": "^3.0.0",
4544
"regenerate": "^1.0.0",
4645
"remark-cli": "^11.0.0",
4746
"remark-preset-wooorm": "^9.0.0",
4847
"type-coverage": "^2.0.0",
49-
"typescript": "^4.0.0",
48+
"typescript": "^5.0.0",
5049
"xast-util-to-xml": "^3.0.0",
51-
"xo": "^0.53.0"
50+
"xo": "^0.55.0"
5251
},
5352
"scripts": {
5453
"prepack": "npm run build && npm run format",
5554
"build": "tsc --build --clean && tsc --build && type-coverage",
56-
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
55+
"format": "remark . -qfo && prettier . -w --log-level warn && xo --fix",
5756
"test-api": "node --conditions development test.js",
5857
"test-coverage": "c8 --check-coverage --100 --reporter lcov npm run test-api",
5958
"test": "npm run build && npm run format && npm run test-coverage"

0 commit comments

Comments
 (0)