From 877527ddb0ff3b5a9be8704cf4b8b208a8d49a9d Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Sun, 25 Nov 2018 16:07:28 +0100 Subject: [PATCH] Update `hast-to-hyperscript`, `mdast-util-to-hast` --- package.json | 4 ++-- test/react/v0.14/fixtures/footnotes/output.html | 8 +++----- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 2c9f66d..2f8928c 100644 --- a/package.json +++ b/package.json @@ -17,9 +17,9 @@ ], "dependencies": { "@mapbox/hast-util-table-cell-style": "^0.1.3", - "hast-to-hyperscript": "^5.0.0", + "hast-to-hyperscript": "^6.0.0", "hast-util-sanitize": "^1.0.0", - "mdast-util-to-hast": "^3.0.0" + "mdast-util-to-hast": "^4.0.0" }, "devDependencies": { "cz-conventional-changelog": "^2.0.0", diff --git a/test/react/v0.14/fixtures/footnotes/output.html b/test/react/v0.14/fixtures/footnotes/output.html index 13aeb4d..404b279 100644 --- a/test/react/v0.14/fixtures/footnotes/output.html +++ b/test/react/v0.14/fixtures/footnotes/output.html @@ -70,15 +70,13 @@ - +

  • -

    Normal footnote.

    - +

    Normal footnote.

  • -

    charlie india

    - +

    charlie india

  • \ No newline at end of file