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 8ce8dbf commit a381cbcCopy full SHA for a381cbc
package.json
@@ -48,16 +48,16 @@
48
"zwitch": "^2.0.0"
49
},
50
"devDependencies": {
51
- "@types/node": "^18.0.0",
+ "@types/node": "^20.0.0",
52
"c8": "^7.0.0",
53
"mdast-util-from-markdown": "^1.0.0",
54
"prettier": "^2.0.0",
55
"remark-cli": "^11.0.0",
56
"remark-preset-wooorm": "^9.0.0",
57
"type-coverage": "^2.0.0",
58
- "typescript": "^4.0.0",
+ "typescript": "^5.0.0",
59
"unist-util-remove-position": "^4.0.0",
60
- "xo": "^0.53.0"
+ "xo": "^0.54.0"
61
62
"scripts": {
63
"prepack": "npm run build && npm run format",
0 commit comments