Skip to content

Commit 32bbec7

Browse files
committed
Update dependency
1 parent 0b9f43b commit 32bbec7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ export function phrasing(value) {
7272
value.type === 'text' ||
7373
basic(value) ||
7474
embedded(value) ||
75-
// @ts-expect-error: To do: update `hast-util-is-body-ok-link` in `rehype-minify`.
7675
isBodyOkLink(value) ||
7776
(meta(value) && hasProperty(value, 'itemProp'))
7877
)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@types/hast": "^3.0.0",
3636
"hast-util-embedded": "^3.0.0",
3737
"hast-util-has-property": "^3.0.0",
38-
"hast-util-is-body-ok-link": "^2.0.0",
38+
"hast-util-is-body-ok-link": "^3.0.0",
3939
"hast-util-is-element": "^3.0.0"
4040
},
4141
"devDependencies": {

0 commit comments

Comments
 (0)