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 251fb3a commit a2bb35bCopy full SHA for a2bb35b
package.json
@@ -45,7 +45,7 @@
45
"micromark-util-character": "^1.0.0"
46
},
47
"devDependencies": {
48
- "@types/node": "^18.0.0",
+ "@types/node": "^20.0.0",
49
"c8": "^7.0.0",
50
"hast-util-to-html": "^8.0.0",
51
"mdast-util-from-markdown": "^1.0.0",
@@ -56,8 +56,8 @@
56
"remark-cli": "^11.0.0",
57
"remark-preset-wooorm": "^9.0.0",
58
"type-coverage": "^2.0.0",
59
- "typescript": "^4.0.0",
60
- "xo": "^0.53.0"
+ "typescript": "^5.0.0",
+ "xo": "^0.54.0"
61
62
"scripts": {
63
"prepack": "npm run build && npm run format",
0 commit comments