mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-13 23:16:47 +00:00
bump deps
This commit is contained in:
@@ -40,16 +40,16 @@
|
||||
"next": "^12.1.1",
|
||||
"next-api-og-image": "^2.2.1",
|
||||
"node-fetch": "^2.6.1",
|
||||
"notion-client": "^6.9.3-6.10.0-alpha.0.0",
|
||||
"notion-types": "^6.7.0",
|
||||
"notion-utils": "^6.9.3-6.10.0-alpha.0.0",
|
||||
"notion-client": "^6.9.4",
|
||||
"notion-types": "^6.9.4",
|
||||
"notion-utils": "^6.9.4",
|
||||
"p-map": "^5.3.0",
|
||||
"p-memoize": "^6.0.1",
|
||||
"posthog-js": "^1.20.2",
|
||||
"react": "^17.0.2",
|
||||
"react-body-classname": "^1.3.1",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-notion-x": "^6.9.3",
|
||||
"react-notion-x": "^6.9.4",
|
||||
"react-static-tweets": "^0.7.2",
|
||||
"react-use": "^17.3.2",
|
||||
"static-tweets": "^0.7.2"
|
||||
|
||||
42
yarn.lock
42
yarn.lock
@@ -2926,30 +2926,30 @@ normalize-url@^7.0.3:
|
||||
resolved "https://registry.npmjs.org/normalize-url/-/normalize-url-7.0.3.tgz"
|
||||
integrity sha512-RiCOdwdPnzvwcBFJE4iI1ss3dMVRIrEzFpn8ftje6iBfzBInqlnRrNhxcLwBEKjPPXQKzm1Ptlxtaiv9wdcj5w==
|
||||
|
||||
notion-client@^6.9.3-6.10.0-alpha.0.0:
|
||||
version "6.9.3-6.10.0-alpha.0.0"
|
||||
resolved "https://registry.yarnpkg.com/notion-client/-/notion-client-6.9.3-6.10.0-alpha.0.0.tgz#b82b95733ae4bc543d25e4341d98a5b57f795fba"
|
||||
integrity sha512-Zq+7TxavVYuZ4+zUqlqeIEENkfM64b1u0MBNQSgKuHW9typCqQBckxnYwm2gydOHgBdrEp1nFWOugE8kXU+Nrg==
|
||||
notion-client@^6.9.4:
|
||||
version "6.9.4"
|
||||
resolved "https://registry.yarnpkg.com/notion-client/-/notion-client-6.9.4.tgz#609e909736dce12060eee9cd5b2c43130edfbb54"
|
||||
integrity sha512-MNYGDEHyYNpP7XukZNw0HUveC2cgvP+xEO8/XaaeAKeYtHeIVTmuD+y2NHxtlgakVLVqT87tvkIbEPy82r31zQ==
|
||||
dependencies:
|
||||
got "^11.8.1"
|
||||
notion-types "^6.7.0"
|
||||
notion-utils "^6.9.3-6.10.0-alpha.0.0"
|
||||
notion-types "^6.9.4"
|
||||
notion-utils "^6.9.4"
|
||||
p-map "^5.3.0"
|
||||
|
||||
notion-types@^6.7.0:
|
||||
version "6.7.0"
|
||||
resolved "https://registry.yarnpkg.com/notion-types/-/notion-types-6.7.0.tgz#f5ccb8ef701389b2bf52e5561bd31bc60c49ccdf"
|
||||
integrity sha512-j7O6juQDOPgAinELMMpvVn0c8Vgr+Dhqm7UTTnhILnBhbOtQKaIYPCNKA4AJw/OPzzy1iEJ6KrthTEkPbQYEeg==
|
||||
notion-types@^6.9.4:
|
||||
version "6.9.4"
|
||||
resolved "https://registry.yarnpkg.com/notion-types/-/notion-types-6.9.4.tgz#137bc0e7b327aa0b75defffdd128009384e72f05"
|
||||
integrity sha512-hLOHtg5VZU5czs77aHNROUYuY/1bk+Ejl7GAHjPpAgCzfTeQVpJYjvLr+XZIqcBUSa/3u/BcTpEImRmp+UOw9Q==
|
||||
|
||||
notion-utils@^6.9.3-6.10.0-alpha.0.0:
|
||||
version "6.9.3-6.10.0-alpha.0.0"
|
||||
resolved "https://registry.yarnpkg.com/notion-utils/-/notion-utils-6.9.3-6.10.0-alpha.0.0.tgz#d8515de8fae473a7163e7feb85a33355f18c7933"
|
||||
integrity sha512-uBJYy2JzMVWLy1UvnaEsmZPlM32B8zxWx9rAmMTmcszblYrTCU9CZJCA0h/gyYiI7hmYfDEXDEgpFo/4kkpEtQ==
|
||||
notion-utils@^6.9.4:
|
||||
version "6.9.4"
|
||||
resolved "https://registry.yarnpkg.com/notion-utils/-/notion-utils-6.9.4.tgz#e4274b146c9c86521f557d8cabdf08bc285675ca"
|
||||
integrity sha512-OIAeGBBkOndVb6rXZosStugM0di8Pvi3YMGTLf1oh84KtipYyPw70zbloJNM9zLDf578AW9MU2i/yyt5A4TMRQ==
|
||||
dependencies:
|
||||
is-url-superb "^6.1.0"
|
||||
mem "^9.0.2"
|
||||
normalize-url "^7.0.3"
|
||||
notion-types "^6.7.0"
|
||||
notion-types "^6.9.4"
|
||||
p-queue "^7.2.0"
|
||||
|
||||
npm-run-all@^4.1.5:
|
||||
@@ -3509,16 +3509,16 @@ react-modal@^3.14.3:
|
||||
react-lifecycles-compat "^3.0.0"
|
||||
warning "^4.0.3"
|
||||
|
||||
react-notion-x@^6.9.3:
|
||||
version "6.9.3"
|
||||
resolved "https://registry.yarnpkg.com/react-notion-x/-/react-notion-x-6.9.3.tgz#dc0caa7267a2e4fe9d578078432140b4a56ab564"
|
||||
integrity sha512-ZQhracel7+1MBEhWePPdviPQcHetK76PbN50R2HD048DDDhsi3LnZtJKDUgdZrDOipDe9TUZncWKzBiFIYx53w==
|
||||
react-notion-x@^6.9.4:
|
||||
version "6.9.4"
|
||||
resolved "https://registry.yarnpkg.com/react-notion-x/-/react-notion-x-6.9.4.tgz#a20e42ea21cb77037eb037412f490e7dc217e153"
|
||||
integrity sha512-5/SuoOTl2I7Tojt187ZEt1ArvamxQEJlUx5P5+Q5DV3dvqt3PPdJYERckrdMVUdLQFHJr+4jgvEbBl91oSmjRQ==
|
||||
dependencies:
|
||||
"@fisch0920/medium-zoom" "^1.0.7"
|
||||
"@matejmazur/react-katex" "^3.1.3"
|
||||
"@radix-ui/react-dropdown-menu" "^0.1.6"
|
||||
notion-types "^6.7.0"
|
||||
notion-utils "^6.9.3-6.10.0-alpha.0.0"
|
||||
notion-types "^6.9.4"
|
||||
notion-utils "^6.9.4"
|
||||
prismjs "^1.27.0"
|
||||
react-fast-compare "^3.2.0"
|
||||
react-hotkeys-hook "^3.0.3"
|
||||
|
||||
Reference in New Issue
Block a user