mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-15 23:16:43 +00:00
feat: MAJOR update to core deps v6.0.2
This commit is contained in:
10
package.json
10
package.json
@@ -8,7 +8,7 @@
|
||||
"repository": "transitive-bullshit/nextjs-notion-starter-kit",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=14"
|
||||
"node": ">=12"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
@@ -37,16 +37,16 @@
|
||||
"lqip-modern": "^1.2.0",
|
||||
"next": "^12.1.0",
|
||||
"node-fetch": "^2.6.1",
|
||||
"notion-client": "^6.0.0",
|
||||
"notion-types": "^6.0.0",
|
||||
"notion-utils": "^6.0.0",
|
||||
"notion-client": "^6.0.2",
|
||||
"notion-types": "^6.0.2",
|
||||
"notion-utils": "^6.0.2",
|
||||
"p-map": "^5.3.0",
|
||||
"p-memoize": "^6.0.1",
|
||||
"react": "^17.0.2",
|
||||
"react-body-classname": "^1.3.1",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-icons": "^4.3.1",
|
||||
"react-notion-x": "^6.0.1",
|
||||
"react-notion-x": "^6.0.2",
|
||||
"react-static-tweets": "^0.7.1",
|
||||
"react-use": "^17.3.2",
|
||||
"static-tweets": "^0.7.1",
|
||||
|
||||
42
yarn.lock
42
yarn.lock
@@ -2576,27 +2576,27 @@ normalize-url@^4.1.0:
|
||||
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-4.5.0.tgz#453354087e6ca96957bd8f5baf753f5982142129"
|
||||
integrity sha512-2s47yzUxdexf1OhyRi4Em83iQk0aPvwTddtFz4hnSSw9dCEsLEGf6SwIO8ss/19S9iBb5sJaOuTvTGDeZI00BQ==
|
||||
|
||||
notion-client@^6.0.0:
|
||||
version "6.0.0"
|
||||
resolved "https://registry.yarnpkg.com/notion-client/-/notion-client-6.0.0.tgz#cf6ec7df9c0298b29ba83157a67e0634a52f8ffc"
|
||||
integrity sha512-EKiClsRXKmV10QLH0jLTJ6kZrs/xYr0GNxLZJXpMwmOXOYbTdw/n40o0zunGg/eH0vuTn+xVvL4guXO8MfzLaA==
|
||||
notion-client@^6.0.2:
|
||||
version "6.0.2"
|
||||
resolved "https://registry.yarnpkg.com/notion-client/-/notion-client-6.0.2.tgz#b2d57d10b15600909745cc51f2568cd161248345"
|
||||
integrity sha512-pLudRb0ARP9HH98zIma3KWVzfE/p2d6/HpphxAIJaFMDZoieCh5Pv97mtiYlvf+ovChG8rQUnzv+hMhMsNHpmw==
|
||||
dependencies:
|
||||
got "^11.8.1"
|
||||
notion-types "^6.0.0"
|
||||
notion-utils "^6.0.0"
|
||||
notion-types "^6.0.2"
|
||||
notion-utils "^6.0.2"
|
||||
p-map "^5.3.0"
|
||||
|
||||
notion-types@^6.0.0:
|
||||
version "6.0.0"
|
||||
resolved "https://registry.yarnpkg.com/notion-types/-/notion-types-6.0.0.tgz#3456431f0120e52e220f5b580c36e6570e468a07"
|
||||
integrity sha512-tpWzsj38rpYf608Fx7eNIhFBr6s6pIcmibn1h192S60b9Rq28A3PDOPThSrGHThPEfyMf1wU6EtAWaHwTjnbdA==
|
||||
notion-types@^6.0.2:
|
||||
version "6.0.2"
|
||||
resolved "https://registry.yarnpkg.com/notion-types/-/notion-types-6.0.2.tgz#23caae984f27eb266377cb257ba467e676510cda"
|
||||
integrity sha512-KFc9d+MbqLHh0nh3Tf+XDCizTAMg387Yv9xlSuDWI4V67/FX9ptiByjzHZdglxmgySzgNkN8/EKrTyKO0Kf/EQ==
|
||||
|
||||
notion-utils@^6.0.0:
|
||||
version "6.0.0"
|
||||
resolved "https://registry.yarnpkg.com/notion-utils/-/notion-utils-6.0.0.tgz#89273dce117a7f792c40535540c721828925509c"
|
||||
integrity sha512-nKgZ5yOuBFxxKbdCzdxfF4p5NoMG0QIef/lbOIE/Rkbk+MzcS5TrRrtfZsTbgi1Ra2tu3825dtrouRLooffDIw==
|
||||
notion-utils@^6.0.2:
|
||||
version "6.0.2"
|
||||
resolved "https://registry.yarnpkg.com/notion-utils/-/notion-utils-6.0.2.tgz#94169e0d3197006a69dcfc75613a931e372674a1"
|
||||
integrity sha512-bz91gapW+yc/ABgx6RHpKdwcoPFH1TkNF2SHoWpG55JJ5ImcAh99jVOn1UByAOHnI0c26vHXrWwdvZZV6Zh55w==
|
||||
dependencies:
|
||||
notion-types "^6.0.0"
|
||||
notion-types "^6.0.2"
|
||||
p-queue "^7.2.0"
|
||||
|
||||
npm-run-all@^4.1.5:
|
||||
@@ -3158,10 +3158,10 @@ react-modal@^3.14.3:
|
||||
react-lifecycles-compat "^3.0.0"
|
||||
warning "^4.0.3"
|
||||
|
||||
react-notion-x@^6.0.1:
|
||||
version "6.0.1"
|
||||
resolved "https://registry.yarnpkg.com/react-notion-x/-/react-notion-x-6.0.1.tgz#1fcb98fccfe617feef737b1c946c0b243c62971a"
|
||||
integrity sha512-UEV7W5qrqPC7FhB5DdhYOGvMZYvMDOXwjoD3FDyCPqlOqgMOR4FN+EkTB3hrgoK1TnWQ1cNPWW3qCgR4PWOa1A==
|
||||
react-notion-x@^6.0.2:
|
||||
version "6.0.2"
|
||||
resolved "https://registry.yarnpkg.com/react-notion-x/-/react-notion-x-6.0.2.tgz#10b9e6f9485e042094d19d1ed40d8d63b6b24e6f"
|
||||
integrity sha512-Rh237nW2Y+a6HH0HB2JvvBU7VzFNXk9PZ3iNUUXW34ZaprOgSMsKEtywqYlguHEezLMihpBtVQymtIrr6i5tLg==
|
||||
dependencies:
|
||||
"@matejmazur/react-katex" "^3.1.3"
|
||||
date-fns "^2.15.0"
|
||||
@@ -3170,8 +3170,8 @@ react-notion-x@^6.0.1:
|
||||
katex "^0.13.18"
|
||||
lodash.throttle "^4.1.1"
|
||||
medium-zoom "^1.0.6"
|
||||
notion-types "^6.0.0"
|
||||
notion-utils "^6.0.0"
|
||||
notion-types "^6.0.2"
|
||||
notion-utils "^6.0.2"
|
||||
prismjs "^1.27.0"
|
||||
rc-dropdown "^3.3.3"
|
||||
rc-menu "^9.5.1"
|
||||
|
||||
Reference in New Issue
Block a user