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 1acfb63 commit 386d2f3Copy full SHA for 386d2f3
package.json
@@ -48,16 +48,15 @@
48
"devDependencies": {
49
"@types/node": "^18.0.0",
50
"c8": "^7.0.0",
51
+ "hast-util-to-html": "^8.0.0",
52
"hastscript": "^7.0.0",
53
+ "mdast-util-from-markdown": "^1.0.0",
54
+ "mdast-util-to-hast": "^12.0.0",
55
"prettier": "^2.0.0",
- "rehype-stringify": "^9.0.0",
56
"remark-cli": "^11.0.0",
- "remark-parse": "^10.0.0",
57
"remark-preset-wooorm": "^9.0.0",
- "remark-rehype": "^10.0.0",
58
"type-coverage": "^2.0.0",
59
"typescript": "^4.0.0",
60
- "unified": "^10.0.0",
61
"unist-builder": "^3.0.0",
62
"xo": "^0.53.0"
63
},
@@ -82,7 +81,7 @@
82
81
83
"remarkConfig": {
84
"plugins": [
85
- "preset-wooorm"
+ "remark-preset-wooorm"
86
]
87
88
"typeCoverage": {
0 commit comments