Skip to content

Commit 791abf3

Browse files
committed
Update dev-dependencies
1 parent 2665a96 commit 791abf3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,26 +39,26 @@
3939
},
4040
"devDependencies": {
4141
"@types/rimraf": "^3.0.0",
42-
"@types/tape": "^4.0.0",
43-
"c8": "^7.0.0",
42+
"@types/tape": "^5.0.0",
43+
"c8": "^8.0.0",
4444
"nlcst-to-string": "^3.0.0",
45-
"prettier": "^2.0.0",
46-
"remark-cli": "^10.0.0",
45+
"prettier": "^3.0.0",
46+
"remark-cli": "^11.0.0",
4747
"remark-preset-wooorm": "^9.0.0",
4848
"retext-english": "^4.0.0",
4949
"retext-stringify": "^3.0.0",
5050
"rimraf": "^3.0.0",
5151
"tape": "^5.0.0",
5252
"to-vfile": "^7.0.0",
5353
"type-coverage": "^2.0.0",
54-
"typescript": "^4.0.0",
54+
"typescript": "^5.0.0",
5555
"unified": "^10.0.0",
5656
"unist-util-visit": "^4.0.0",
57-
"xo": "^0.50.0"
57+
"xo": "^0.56.0"
5858
},
5959
"scripts": {
6060
"build": "rimraf \"*.d.ts\" \"test/**/*.d.ts\" && tsc && type-coverage",
61-
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
61+
"format": "remark . -qfo && prettier . -w --log-level warn && xo --fix",
6262
"test-api": "node --conditions development test/index.js",
6363
"test-coverage": "c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 --reporter lcov node --conditions development test/index.js",
6464
"test": "npm run build && npm run format && npm run test-coverage"

0 commit comments

Comments
 (0)