Skip to content

Commit 66fb90e

Browse files
committed
Update dev-dependencies
1 parent 56405a8 commit 66fb90e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -43,20 +43,20 @@
4343
"mdast-util-to-markdown": "^1.5.0",
4444
"parse-entities": "^4.0.0",
4545
"stringify-entities": "^4.0.0",
46-
"unist-util-visit-parents": "^5.1.3"
46+
"unist-util-visit-parents": "^5.0.0"
4747
},
4848
"devDependencies": {
49-
"@types/node": "^18.0.0",
49+
"@types/node": "^20.0.0",
5050
"c8": "^7.0.0",
5151
"mdast-util-from-markdown": "^1.0.0",
5252
"micromark-extension-directive": "^2.0.0",
5353
"prettier": "^2.0.0",
5454
"remark-cli": "^11.0.0",
5555
"remark-preset-wooorm": "^9.0.0",
5656
"type-coverage": "^2.0.0",
57-
"typescript": "^4.0.0",
57+
"typescript": "^5.0.0",
5858
"unist-util-remove-position": "^4.0.0",
59-
"xo": "^0.53.0"
59+
"xo": "^0.54.0"
6060
},
6161
"scripts": {
6262
"prepack": "npm run build && npm run format",

0 commit comments

Comments
 (0)