Skip to content

Commit f0c2fc4

Browse files
committed
Update dev-dependencies
1 parent 6cbb3cd commit f0c2fc4

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
@@ -37,15 +37,15 @@
3737
"vfile-location": "^4.0.0"
3838
},
3939
"devDependencies": {
40-
"@types/node": "^18.0.0",
41-
"c8": "^7.0.0",
40+
"@types/node": "^20.0.0",
41+
"c8": "^8.0.0",
4242
"mdast-util-from-markdown": "^1.0.0",
4343
"prettier": "^2.0.0",
4444
"remark-cli": "^11.0.0",
4545
"remark-preset-wooorm": "^9.0.0",
4646
"type-coverage": "^2.0.0",
47-
"typescript": "^4.0.0",
48-
"xo": "^0.53.0"
47+
"typescript": "^5.0.0",
48+
"xo": "^0.54.0"
4949
},
5050
"scripts": {
5151
"prepack": "npm run build && npm run format",

0 commit comments

Comments
 (0)