Skip to content

Commit df48667

Browse files
committed
Update dev-dependencies
1 parent 1b072cc commit df48667

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
@@ -43,21 +43,21 @@
4343
},
4444
"devDependencies": {
4545
"@types/json-stringify-safe": "^5.0.0",
46-
"@types/node": "^18.0.0",
47-
"c8": "^7.0.0",
46+
"@types/node": "^20.0.0",
47+
"c8": "^8.0.0",
4848
"json-stringify-safe": "^5.0.0",
4949
"parse5": "^7.0.0",
50-
"prettier": "^2.0.0",
50+
"prettier": "^3.0.0",
5151
"remark-cli": "^11.0.0",
5252
"remark-preset-wooorm": "^9.0.0",
5353
"type-coverage": "^2.0.0",
54-
"typescript": "^4.0.0",
55-
"xo": "^0.53.0"
54+
"typescript": "^5.0.0",
55+
"xo": "^0.55.0"
5656
},
5757
"scripts": {
5858
"prepack": "npm run build && npm run format",
5959
"build": "tsc --build --clean && tsc --build && type-coverage",
60-
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
60+
"format": "remark . -qfo && prettier . -w --log-level warn && xo --fix",
6161
"test-api": "node --conditions development test.js",
6262
"test-coverage": "c8 --check-coverage --100 --reporter lcov npm run test-api",
6363
"test": "npm run build && npm run format && npm run test-coverage"

0 commit comments

Comments
 (0)