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 aa2331a commit e31f483Copy full SHA for e31f483
package.json
@@ -43,17 +43,17 @@
43
"mdast-util-to-markdown": "^1.3.0"
44
},
45
"devDependencies": {
46
- "@types/node": "^18.0.0",
+ "@types/node": "^20.0.0",
47
"c8": "^7.0.0",
48
"mdast-util-from-markdown": "^1.0.0",
49
"micromark-extension-gfm-task-list-item": "^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",
+ "typescript": "^5.0.0",
55
"unist-util-remove-position": "^4.0.0",
56
- "xo": "^0.53.0"
+ "xo": "^0.54.0"
57
58
"scripts": {
59
"prepack": "npm run build && npm run format",
0 commit comments