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",