Skip to content

Commit 6a440d3

Browse files
committed
Update dev-dependencies
1 parent bc896cf commit 6a440d3

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
@@ -40,16 +40,16 @@
4040
"micromark-util-normalize-identifier": "^1.0.0"
4141
},
4242
"devDependencies": {
43-
"@types/node": "^18.0.0",
43+
"@types/node": "^20.0.0",
4444
"c8": "^7.0.0",
4545
"mdast-util-from-markdown": "^1.0.0",
4646
"micromark-extension-gfm-footnote": "^1.0.0",
4747
"prettier": "^2.0.0",
4848
"remark-cli": "^11.0.0",
4949
"remark-preset-wooorm": "^9.0.0",
5050
"type-coverage": "^2.0.0",
51-
"typescript": "^4.0.0",
52-
"xo": "^0.53.0"
51+
"typescript": "^5.0.0",
52+
"xo": "^0.54.0"
5353
},
5454
"scripts": {
5555
"prepack": "npm run build && npm run format",

0 commit comments

Comments
 (0)