Skip to content

Commit

Permalink
Update unist-util-visit
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 23, 2021
1 parent ef1ef42 commit fa4f670
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/from-mdast.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
* @property {number} footnote
*/

import visit from 'unist-util-visit'
import {visit} from 'unist-util-visit'
import {zwitch} from 'zwitch'

var own = {}.hasOwnProperty
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"@types/mdast": "^3.0.0",
"@types/unist": "^2.0.0",
"unist-util-visit": "^2.0.0",
"unist-util-visit": "^4.0.0",
"zwitch": "^2.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit fa4f670

Please sign in to comment.