Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1f2630c

Browse files
committedJul 30, 2021
Update unist-util-visit
1 parent b160bba commit 1f2630c

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
@@ -84,7 +84,6 @@ export function enterState(state, node) {
8484
: 'ltr'
8585
} else {
8686
// Check text nodes in `node`.
87-
// @ts-expect-error: fine.
8887
visit(node, inferDirectionality)
8988
}
9089
}

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"nth-check": "^2.0.0",
5353
"property-information": "^6.0.0",
5454
"space-separated-tokens": "^2.0.0",
55-
"unist-util-visit": "^3.0.0",
55+
"unist-util-visit": "^4.0.0",
5656
"zwitch": "^2.0.0"
5757
},
5858
"devDependencies": {

0 commit comments

Comments
 (0)
Please sign in to comment.