Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 6e3f795

Browse files
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 <[email protected]>
1 parent 3421f10 commit 6e3f795

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
"styled-components": "5.3.6",
150150
"symbol-observable": "4.0.0",
151151
"unified": "10.1.2",
152-
"unist-util-visit": "4.1.1",
152+
"unist-util-visit": "4.1.2",
153153
"uploadcare-widget": "3.21.0",
154154
"uploadcare-widget-tab-effects": "1.6.0",
155155
"url": "0.11.0",

packages/core/src/widgets/markdown/plate/serialization/slate/flattenListItemParagraphs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { visit } from 'unist-util-visit';
22

33
import type { Plugin } from 'unified';
4-
import type { Parent, Node, VisitorResult } from 'unist-util-visit';
4+
import type { Parent, Node, VisitorResult } from 'unist-util-visit/lib';
55

66
const flattenListItemParagraphs: Plugin = function () {
77
return ast => {

yarn.lock

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18022,7 +18022,16 @@ unist-util-visit-parents@^5.0.0, unist-util-visit-parents@^5.1.1:
1802218022
"@types/unist" "^2.0.0"
1802318023
unist-util-is "^5.0.0"
1802418024

18025-
[email protected], unist-util-visit@^4.0.0:
18025+
18026+
version "4.1.2"
18027+
resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-4.1.2.tgz#125a42d1eb876283715a3cb5cceaa531828c72e2"
18028+
integrity sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==
18029+
dependencies:
18030+
"@types/unist" "^2.0.0"
18031+
unist-util-is "^5.0.0"
18032+
unist-util-visit-parents "^5.1.1"
18033+
18034+
unist-util-visit@^4.0.0:
1802618035
version "4.1.1"
1802718036
resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-4.1.1.tgz#1c4842d70bd3df6cc545276f5164f933390a9aad"
1802818037
integrity sha512-n9KN3WV9k4h1DxYR1LoajgN93wpEi/7ZplVe02IoB4gH5ctI1AaF2670BLHQYbwj+pY83gFtyeySFiyMHJklrg==

0 commit comments

Comments
 (0)