Skip to content

Commit f401ece

Browse files
committed
Update dev-dependencies
1 parent 17b41eb commit f401ece

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
@@ -42,16 +42,16 @@
4242
"mdast-util-to-markdown": "^1.3.0"
4343
},
4444
"devDependencies": {
45-
"@types/node": "^18.0.0",
45+
"@types/node": "^20.0.0",
4646
"c8": "^7.0.0",
4747
"mdast-util-from-markdown": "^1.0.0",
4848
"micromark-extension-math": "^2.0.0",
4949
"prettier": "^2.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",
54-
"xo": "^0.53.0"
53+
"typescript": "^5.0.0",
54+
"xo": "^0.54.0"
5555
},
5656
"scripts": {
5757
"prepack": "npm run build && npm run format",

0 commit comments

Comments
 (0)