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 83be05d commit 0da00ccCopy full SHA for 0da00cc
package.json
@@ -53,10 +53,10 @@
53
"unist-util-stringify-position": "^4.0.0"
54
},
55
"devDependencies": {
56
- "@types/node": "^20.0.0",
57
- "c8": "^9.0.0",
+ "@types/node": "^22.0.0",
+ "c8": "^10.0.0",
58
"commonmark.json": "^0.31.0",
59
- "esbuild": "^0.21.0",
+ "esbuild": "^0.24.0",
60
"gzip-size-cli": "^5.0.0",
61
"hast-util-from-html": "^2.0.0",
62
"hast-util-to-html": "^9.0.0",
@@ -68,7 +68,7 @@
68
"terser": "^5.0.0",
69
"type-coverage": "^2.0.0",
70
"typescript": "^5.0.0",
71
- "xo": "^0.58.0"
+ "xo": "^0.59.0"
72
73
"scripts": {
74
"prepack": "npm run build && npm run format",
0 commit comments