Skip to content

Commit 6448c6a

Browse files
committed
Update dependency
1 parent 6f5bbea commit 6448c6a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/enter-state.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ export function enterState(state, node) {
7171
} else if (dir === 'auto' || node.tagName === 'bdi') {
7272
if (node.tagName === 'textarea') {
7373
// Check contents of `<textarea>`.
74-
// @ts-expect-error: to do: remove when `rehype-minify` is updated.
7574
dirInferred = dirBidi(toString(node))
7675
} else if (
7776
node.tagName === 'input' &&

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"devlop": "^1.0.0",
4646
"direction": "^2.0.0",
4747
"hast-util-has-property": "^3.0.0",
48-
"hast-util-to-string": "^2.0.0",
48+
"hast-util-to-string": "^3.0.0",
4949
"hast-util-whitespace": "^3.0.0",
5050
"not": "^0.1.0",
5151
"nth-check": "^2.0.0",

0 commit comments

Comments
 (0)