fix(deps): update dependency unist-util-visit to v4.1.2 (#427)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Lautzenheiser <lautzd@gmail.com>
This commit is contained in:
renovate[bot]
2023-01-24 16:21:57 -05:00
committed by GitHub
parent 3421f1012d
commit 6e3f795988
3 changed files with 12 additions and 3 deletions

View File

@ -149,7 +149,7 @@
"styled-components": "5.3.6",
"symbol-observable": "4.0.0",
"unified": "10.1.2",
"unist-util-visit": "4.1.1",
"unist-util-visit": "4.1.2",
"uploadcare-widget": "3.21.0",
"uploadcare-widget-tab-effects": "1.6.0",
"url": "0.11.0",

View File

@ -1,7 +1,7 @@
import { visit } from 'unist-util-visit';
import type { Plugin } from 'unified';
import type { Parent, Node, VisitorResult } from 'unist-util-visit';
import type { Parent, Node, VisitorResult } from 'unist-util-visit/lib';
const flattenListItemParagraphs: Plugin = function () {
return ast => {