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 82fc2ed commit efad1c2Copy full SHA for efad1c2
package.json
@@ -44,8 +44,8 @@
44
"unist-util-visit": "^4.0.0"
45
},
46
"devDependencies": {
47
- "@types/node": "^18.0.0",
48
- "c8": "^7.0.0",
+ "@types/node": "^20.0.0",
+ "c8": "^8.0.0",
49
"mdast-util-from-markdown": "^1.0.0",
50
"mdast-util-gfm": "^2.0.0",
51
"micromark-extension-gfm": "^2.0.0",
@@ -54,9 +54,9 @@
54
"remark-preset-wooorm": "^9.0.0",
55
"remark-usage": "^10.0.0",
56
"type-coverage": "^2.0.0",
57
- "typescript": "^4.0.0",
+ "typescript": "^5.0.0",
58
"unified": "^10.0.0",
59
- "xo": "^0.53.0"
+ "xo": "^0.54.0"
60
61
"scripts": {
62
"prepack": "npm run build && npm run format",
0 commit comments