Skip to content

Commit 77d1905

Browse files
committed
Update dev-dependencies
1 parent b42cede commit 77d1905

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,17 @@
4040
},
4141
"devDependencies": {
4242
"@types/mdast": "^3.0.0",
43-
"@types/node": "^18.0.0",
44-
"c8": "^7.0.0",
43+
"@types/node": "^20.0.0",
44+
"c8": "^8.0.0",
4545
"mdast-util-from-markdown": "^1.0.0",
4646
"prettier": "^2.0.0",
4747
"remark-cli": "^11.0.0",
4848
"remark-preset-wooorm": "^9.0.0",
49-
"tsd": "^0.25.0",
49+
"tsd": "^0.28.0",
5050
"type-coverage": "^2.0.0",
51-
"typescript": "^4.0.0",
51+
"typescript": "^5.0.0",
5252
"unist-builder": "^3.0.0",
53-
"xo": "^0.53.0"
53+
"xo": "^0.54.0"
5454
},
5555
"scripts": {
5656
"prepack": "npm run build && npm run format",

0 commit comments

Comments
 (0)