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 a1e0b72 commit c281144Copy full SHA for c281144
package.json
@@ -42,17 +42,17 @@
42
"unist-util-visit": "^4.0.0"
43
},
44
"devDependencies": {
45
- "@types/node": "^18.0.0",
46
- "c8": "^7.0.0",
+ "@types/node": "^20.0.0",
+ "c8": "^8.0.0",
47
"is-hidden": "^2.0.0",
48
"mdast-util-from-markdown": "^1.0.0",
49
"mdast-util-to-markdown": "^1.0.0",
50
"prettier": "^2.0.0",
51
"remark-cli": "^11.0.0",
52
"remark-preset-wooorm": "^9.0.0",
53
"type-coverage": "^2.0.0",
54
- "typescript": "^4.0.0",
55
- "xo": "^0.53.0"
+ "typescript": "^5.0.0",
+ "xo": "^0.54.0"
56
57
"scripts": {
58
"prepack": "npm run build && npm run format",
0 commit comments