Skip to content

Commit a2bb35b

Browse files
committed
Update dev-dependencies
1 parent 251fb3a commit a2bb35b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"micromark-util-character": "^1.0.0"
4646
},
4747
"devDependencies": {
48-
"@types/node": "^18.0.0",
48+
"@types/node": "^20.0.0",
4949
"c8": "^7.0.0",
5050
"hast-util-to-html": "^8.0.0",
5151
"mdast-util-from-markdown": "^1.0.0",
@@ -56,8 +56,8 @@
5656
"remark-cli": "^11.0.0",
5757
"remark-preset-wooorm": "^9.0.0",
5858
"type-coverage": "^2.0.0",
59-
"typescript": "^4.0.0",
60-
"xo": "^0.53.0"
59+
"typescript": "^5.0.0",
60+
"xo": "^0.54.0"
6161
},
6262
"scripts": {
6363
"prepack": "npm run build && npm run format",

0 commit comments

Comments
 (0)