We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e826d50 commit 97ad6c2Copy full SHA for 97ad6c2
package.json
@@ -48,7 +48,7 @@
48
"mdast-util-to-markdown": "^1.0.0"
49
},
50
"devDependencies": {
51
- "@types/node": "^18.0.0",
+ "@types/node": "^20.0.0",
52
"c8": "^7.0.0",
53
"github-slugger": "^2.0.0",
54
"hast-util-to-html": "^8.0.0",
@@ -59,8 +59,8 @@
59
"remark-cli": "^11.0.0",
60
"remark-preset-wooorm": "^9.0.0",
61
"type-coverage": "^2.0.0",
62
- "typescript": "^4.0.0",
63
- "xo": "^0.53.0"
+ "typescript": "^5.0.0",
+ "xo": "^0.54.0"
64
65
"scripts": {
66
"crawl": "node --conditions development script/crawl-tests.js",
0 commit comments