mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-19 07:26:45 +00:00
bump deps; optimize collection and next/image re-renders
This commit is contained in:
@@ -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"
|
||||
|
||||
14
yarn.lock
14
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"
|
||||
|
||||
Reference in New Issue
Block a user