diff --git a/package.json b/package.json index 754eeea..f5f444b 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "react-body-classname": "^1.3.1", "react-dom": "17.0.1", "react-icons": "^4.1.0", - "react-notion-x": "^3.2.4", + "react-notion-x": "^3.2.5", "react-use": "^15.3.3" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 9075ca2..9bd035b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2352,6 +2352,11 @@ hosted-git-info@^2.1.4: resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.8.tgz#7539bd4bc1e0e0a895815a2e0262420b12858488" integrity sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg== +hotkeys-js@3.8.1: + version "3.8.1" + resolved "https://registry.yarnpkg.com/hotkeys-js/-/hotkeys-js-3.8.1.tgz#fa7051f73bf1dc92a8b8d580a40b247f91966376" + integrity sha512-YlhVQtyG9f1b7GhtzdhR0Pl+cImD1ZrKI6zYUa7QLd0zuThiL7RzZ+ANJyy7z+kmcCpNYBf5PjBa3CjiQ5PFpw== + htmlparser2@5.0.1: version "5.0.1" resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-5.0.1.tgz#7daa6fc3e35d6107ac95a4fc08781f091664f6e7" @@ -4079,6 +4084,13 @@ react-dom@17.0.1: object-assign "^4.1.1" scheduler "^0.20.1" +react-hotkeys-hook@^3.0.3: + version "3.0.3" + resolved "https://registry.yarnpkg.com/react-hotkeys-hook/-/react-hotkeys-hook-3.0.3.tgz#5967486a4f569eb7045d2384ed0c35687ac7bdfa" + integrity sha512-kbnb820AUITXxK3qRHq612ivoNvMidIEaVAG7rUDuJMBTlJdSniJjjFl0jddL4iSKJK1d0Vqgn80uPW+spq6yQ== + dependencies: + hotkeys-js "3.8.1" + react-icons@^4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/react-icons/-/react-icons-4.1.0.tgz#9ca9bcbf2e3aee8e86e378bb9d465842947bbfc3" @@ -4125,10 +4137,10 @@ react-modal@^3.11.2: react-lifecycles-compat "^3.0.0" warning "^4.0.3" -react-notion-x@^3.2.4: - version "3.2.4" - resolved "https://registry.yarnpkg.com/react-notion-x/-/react-notion-x-3.2.4.tgz#bae07613d45e2b5136ce07677c04ee0ac36dca8b" - integrity sha512-sk7endU7VGYimRKrQpmglbkIq0akoA1hpcb87EUsEDli48VUVXxyoYI8ywJjX3MsIzNLrKB9xpP4mZ9GSOeD+Q== +react-notion-x@^3.2.5: + version "3.2.5" + resolved "https://registry.yarnpkg.com/react-notion-x/-/react-notion-x-3.2.5.tgz#973ef522255200f190dac2fb33262d734d3860ae" + integrity sha512-6KWfxMOvW2DefiHl2j44uwnrdonVfps86rHZ/S2mT+8TB0ia22iULF2GzHSN036haKzBLinDPPL3hUOuemEenQ== dependencies: "@matejmazur/react-katex" "^3.1.3" date-fns "^2.15.0" @@ -4142,6 +4154,7 @@ react-notion-x@^3.2.4: prismjs "^1.20.0" rc-dropdown "^3.1.2" rc-menu "^8.5.2" + react-hotkeys-hook "^3.0.3" react-image "^4.0.3" react-lazy-images "^1.1.0" react-modal "^3.11.2"