Skip to content

Commit 97ad6c2

Browse files
committed
Update dev-dependencies
1 parent e826d50 commit 97ad6c2

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
@@ -48,7 +48,7 @@
4848
"mdast-util-to-markdown": "^1.0.0"
4949
},
5050
"devDependencies": {
51-
"@types/node": "^18.0.0",
51+
"@types/node": "^20.0.0",
5252
"c8": "^7.0.0",
5353
"github-slugger": "^2.0.0",
5454
"hast-util-to-html": "^8.0.0",
@@ -59,8 +59,8 @@
5959
"remark-cli": "^11.0.0",
6060
"remark-preset-wooorm": "^9.0.0",
6161
"type-coverage": "^2.0.0",
62-
"typescript": "^4.0.0",
63-
"xo": "^0.53.0"
62+
"typescript": "^5.0.0",
63+
"xo": "^0.54.0"
6464
},
6565
"scripts": {
6666
"crawl": "node --conditions development script/crawl-tests.js",

0 commit comments

Comments
 (0)