From d98cf8e57b970540fa3baa518b58ea64a27c29f7 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Sat, 2 Apr 2022 14:21:45 -0400 Subject: [PATCH] bump deps; optimize collection and next/image re-renders --- package.json | 2 +- yarn.lock | 14 ++++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6071c65..a0d0f75 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "react-body-classname": "^1.3.1", "react-dom": "^17.0.2", "react-icons": "^4.3.1", - "react-notion-x": "^6.6.0", + "react-notion-x": "^6.6.1", "react-static-tweets": "^0.7.1", "react-use": "^17.3.2", "static-tweets": "^0.7.1" diff --git a/yarn.lock b/yarn.lock index 40588f3..7be1eef 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3176,6 +3176,11 @@ react-dom@^17.0.2: object-assign "^4.1.1" scheduler "^0.20.2" +react-fast-compare@^3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/react-fast-compare/-/react-fast-compare-3.2.0.tgz#641a9da81b6a6320f270e89724fb45a0b39e43bb" + integrity sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA== + react-hotkeys-hook@^3.0.3: version "3.4.4" resolved "https://registry.yarnpkg.com/react-hotkeys-hook/-/react-hotkeys-hook-3.4.4.tgz#52ba5d8ef5e47cc2e776c70a9036d518e0993d51" @@ -3229,10 +3234,10 @@ react-modal@^3.14.3: react-lifecycles-compat "^3.0.0" warning "^4.0.3" -react-notion-x@^6.6.0: - version "6.6.0" - resolved "https://registry.yarnpkg.com/react-notion-x/-/react-notion-x-6.6.0.tgz#fcb349cb6d15f5abb52efc3a8a60bae8fcd16534" - integrity sha512-2a8NY2leZKfsEAnby4ePNenLxs3pUntmQrVvFXJR26WSm6Sor2lxQBgi/egK5mR0I7kS0Yx9/Z0Noj3Xh5GpmA== +react-notion-x@^6.6.1: + version "6.6.1" + resolved "https://registry.yarnpkg.com/react-notion-x/-/react-notion-x-6.6.1.tgz#9fc00a0993604b18161faec32ac6fe5717152261" + integrity sha512-Pj4n3m/OE1OEBPyHkiRUYSSHZglTd3iGHw2Ec0u8ishbarM5l95LANirDF5VaxrL6CnzAEeLXfES2jFS9NF15w== dependencies: "@matejmazur/react-katex" "^3.1.3" "@radix-ui/react-dropdown-menu" "^0.1.6" @@ -3241,6 +3246,7 @@ react-notion-x@^6.6.0: notion-types "^6.5.0" notion-utils "^6.5.0" prismjs "^1.27.0" + react-fast-compare "^3.2.0" react-hotkeys-hook "^3.0.3" react-image "^4.0.3" react-lazy-images "^1.1.0"