From 4fdcc0580e4e66f87f8b5fb409f523d0610d8987 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 16:23:59 +0000 Subject: [PATCH] chore(deps): update dependency hast-util-is-element to v3 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 711c3604..09fe94a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -105,7 +105,7 @@ "peerDependencies": { "@react-hookz/web": "^14.2.3 || >=15.x", "emoji-regex": "^10.2.1", - "hast-util-is-element": "^2.1.0", + "hast-util-is-element": "^2.1.0 || ^3.0.0", "lodash-es": "^4.17.21", "mdast-util-gfm-autolink-literal": "^2.0.0", "mdast-util-gfm-strikethrough": "^2.0.0", diff --git a/package.json b/package.json index 0ef0e962..1280f4c6 100644 --- a/package.json +++ b/package.json @@ -138,7 +138,7 @@ "peerDependencies": { "@react-hookz/web": "^14.2.3 || >=15.x", "emoji-regex": "^10.2.1", - "hast-util-is-element": "^2.1.0", + "hast-util-is-element": "^2.1.0 || ^3.0.0", "lodash-es": "^4.17.21", "mdast-util-gfm-autolink-literal": "^2.0.0", "mdast-util-gfm-strikethrough": "^2.0.0",