Skip to content

Commit 5056b9a

Browse files
committed
Update dev-dependencies
1 parent d747abe commit 5056b9a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@
3636
"unist-util-is": "^5.0.0"
3737
},
3838
"devDependencies": {
39-
"@types/node": "^18.0.0",
40-
"c8": "^7.0.0",
39+
"@types/node": "^20.0.0",
40+
"c8": "^8.0.0",
4141
"mdast-util-from-markdown": "^1.0.0",
4242
"prettier": "^2.0.0",
4343
"remark-cli": "^11.0.0",
4444
"remark-preset-wooorm": "^9.0.0",
4545
"type-coverage": "^2.0.0",
46-
"typescript": "^4.0.0",
47-
"xo": "^0.53.0"
46+
"typescript": "^5.0.0",
47+
"xo": "^0.54.0"
4848
},
4949
"scripts": {
5050
"prepack": "npm run build && npm run format",

0 commit comments

Comments
 (0)