From e364d03e11fffbc44eb851b21c35db892904fffb Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Thu, 21 Jan 2021 23:01:22 -0500 Subject: [PATCH] fix for toc h3 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4b910ee..e72681a 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "react-body-classname": "^1.3.1", "react-dom": "17.0.1", "react-icons": "^4.1.0", - "react-notion-x": "^3.3.1", + "react-notion-x": "^3.3.2", "react-use": "^15.3.3" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index fcf9322..557384d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5146,10 +5146,10 @@ react-modal@^3.11.2: react-lifecycles-compat "^3.0.0" warning "^4.0.3" -react-notion-x@^3.3.1: - version "3.3.1" - resolved "https://registry.yarnpkg.com/react-notion-x/-/react-notion-x-3.3.1.tgz#b4ad09a0bd05d7e10ce722c9ea02e545b1911712" - integrity sha512-gbe6gf0U28jvEimqJ37gX9fgPhEA+l3sydY/xb6aKqYlQ+8wCE++K60zBx90W3X5nH0D+cLm1WXAVL/mlBPgeQ== +react-notion-x@^3.3.2: + version "3.3.2" + resolved "https://registry.yarnpkg.com/react-notion-x/-/react-notion-x-3.3.2.tgz#4c9b9a8be4aa406a35b7666d3b08d84481a33021" + integrity sha512-Ke49ScQriQDqcEF8BZuBUkubSbmQdjf8iL2xwXTEYOUqfX0uPf4KRG5p0jrEyAhF+HOU4ACMkFy9fxzc5EjyFg== dependencies: "@matejmazur/react-katex" "^3.1.3" date-fns "^2.15.0"