Skip to content

Commit

Permalink
Update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 30, 2023
1 parent 6f5bbea commit 6448c6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/enter-state.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ export function enterState(state, node) {
} else if (dir === 'auto' || node.tagName === 'bdi') {
if (node.tagName === 'textarea') {
// Check contents of `<textarea>`.
// @ts-expect-error: to do: remove when `rehype-minify` is updated.
dirInferred = dirBidi(toString(node))
} else if (
node.tagName === 'input' &&
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devlop": "^1.0.0",
"direction": "^2.0.0",
"hast-util-has-property": "^3.0.0",
"hast-util-to-string": "^2.0.0",
"hast-util-to-string": "^3.0.0",
"hast-util-whitespace": "^3.0.0",
"not": "^0.1.0",
"nth-check": "^2.0.0",
Expand Down

0 comments on commit 6448c6a

Please sign in to comment.