Skip to content

Commit 4bdc738

Browse files
committed
Update dev-dependencies
1 parent f94ff6a commit 4bdc738

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
"mdast-util-from-markdown": "^1.2.0",
4848
"prettier": "^2.0.0",
4949
"remark": "^14.0.0",
5050
"remark-cli": "^11.0.0",
5151
"remark-preset-wooorm": "^9.0.0",
5252
"type-coverage": "^2.0.0",
53-
"typescript": "^4.0.0",
53+
"typescript": "^5.0.0",
5454
"unist-util-remove-position": "^4.0.0",
55-
"xo": "^0.53.0"
55+
"xo": "^0.54.0"
5656
},
5757
"scripts": {
5858
"prepack": "npm run build && npm run format",

0 commit comments

Comments
 (0)