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 0b9f43b commit 32bbec7Copy full SHA for 32bbec7
lib/index.js
@@ -72,7 +72,6 @@ export function phrasing(value) {
72
value.type === 'text' ||
73
basic(value) ||
74
embedded(value) ||
75
- // @ts-expect-error: To do: update `hast-util-is-body-ok-link` in `rehype-minify`.
76
isBodyOkLink(value) ||
77
(meta(value) && hasProperty(value, 'itemProp'))
78
)
package.json
@@ -35,7 +35,7 @@
35
"@types/hast": "^3.0.0",
36
"hast-util-embedded": "^3.0.0",
37
"hast-util-has-property": "^3.0.0",
38
- "hast-util-is-body-ok-link": "^2.0.0",
+ "hast-util-is-body-ok-link": "^3.0.0",
39
"hast-util-is-element": "^3.0.0"
40
},
41
"devDependencies": {
0 commit comments