Skip to content

Commit c281144

Browse files
committed
Update dev-dependencies
1 parent a1e0b72 commit c281144

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,17 @@
4242
"unist-util-visit": "^4.0.0"
4343
},
4444
"devDependencies": {
45-
"@types/node": "^18.0.0",
46-
"c8": "^7.0.0",
45+
"@types/node": "^20.0.0",
46+
"c8": "^8.0.0",
4747
"is-hidden": "^2.0.0",
4848
"mdast-util-from-markdown": "^1.0.0",
4949
"mdast-util-to-markdown": "^1.0.0",
5050
"prettier": "^2.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.54.0"
5656
},
5757
"scripts": {
5858
"prepack": "npm run build && npm run format",

0 commit comments

Comments
 (0)