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 08be0e1 commit 75254e9Copy full SHA for 75254e9
package.json
@@ -53,7 +53,7 @@
53
"unist-util-visit": "^4.0.0"
54
},
55
"devDependencies": {
56
- "@types/node": "^18.0.0",
+ "@types/node": "^20.0.0",
57
"c8": "^7.0.0",
58
"hast-util-from-html": "^1.0.0",
59
"hastscript": "^7.0.0",
@@ -67,10 +67,10 @@
67
"remark-cli": "^11.0.0",
68
"remark-preset-wooorm": "^9.0.0",
69
"type-coverage": "^2.0.0",
70
- "typescript": "^4.0.0",
+ "typescript": "^5.0.0",
71
"unist-builder": "^3.0.0",
72
"unist-util-remove-position": "^4.0.0",
73
- "xo": "^0.53.0"
+ "xo": "^0.54.0"
74
75
"scripts": {
76
"prepack": "npm run build && npm run format",
0 commit comments