mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-13 23:16:47 +00:00
fix: collection headers not showing; collection view page
This commit is contained in:
@@ -36,16 +36,16 @@
|
||||
"lqip-modern": "^1.2.0",
|
||||
"next": "^12.1.0",
|
||||
"node-fetch": "^2.6.1",
|
||||
"notion-client": "^6.0.8",
|
||||
"notion-client": "^6.0.11",
|
||||
"notion-types": "^6.0.6",
|
||||
"notion-utils": "^6.0.8",
|
||||
"notion-utils": "^6.0.11",
|
||||
"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.10",
|
||||
"react-notion-x": "^6.0.12",
|
||||
"react-static-tweets": "^0.7.1",
|
||||
"react-use": "^17.3.2",
|
||||
"static-tweets": "^0.7.1",
|
||||
|
||||
@@ -165,8 +165,8 @@
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.notion-collection-column-title {
|
||||
display: none !important;
|
||||
.notion-collection-page-properties .notion-collection-column-title {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.notion-collection-row-property .notion-property {
|
||||
|
||||
28
yarn.lock
28
yarn.lock
@@ -2579,14 +2579,14 @@ normalize-url@^6.0.1:
|
||||
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-6.1.0.tgz#40d0885b535deffe3f3147bec877d05fe4c5668a"
|
||||
integrity sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==
|
||||
|
||||
notion-client@^6.0.8:
|
||||
version "6.0.8"
|
||||
resolved "https://registry.yarnpkg.com/notion-client/-/notion-client-6.0.8.tgz#1f6a6aaaa36c4b568dcae5a6d8efbb1da9adf447"
|
||||
integrity sha512-ZZXfPVQSgUHIeUW04NXwY2NT9uydRQ+MR/HMF5ZXUQxSPs/WsIo3ddKbnrI717ytmQwAl263VXj3PNdUEc6o9g==
|
||||
notion-client@^6.0.11:
|
||||
version "6.0.11"
|
||||
resolved "https://registry.yarnpkg.com/notion-client/-/notion-client-6.0.11.tgz#bb5f35efcfc4bbc527a042e19217de11b3232f01"
|
||||
integrity sha512-66rRwJd397pvqdemn6TMccxhrovXT3eXW0dSuM458zh2/TifG9OA08dFCLZCXhH3w9hXIM12pQX32rD9Mjz0wA==
|
||||
dependencies:
|
||||
got "^11.8.1"
|
||||
notion-types "^6.0.6"
|
||||
notion-utils "^6.0.8"
|
||||
notion-utils "^6.0.11"
|
||||
p-map "^5.3.0"
|
||||
|
||||
notion-types@^6.0.6:
|
||||
@@ -2594,10 +2594,10 @@ notion-types@^6.0.6:
|
||||
resolved "https://registry.yarnpkg.com/notion-types/-/notion-types-6.0.6.tgz#bd97d25119ff3526526f05d3f7b8defb6e593194"
|
||||
integrity sha512-SJF6KQvJXjzgaicatcaoDctYWWYxFP/RYUbBFEA3wYuQVprU5U7EwXddBVO6t62xpWmgLX+PKXQc1r+m/mDzCg==
|
||||
|
||||
notion-utils@^6.0.8:
|
||||
version "6.0.8"
|
||||
resolved "https://registry.yarnpkg.com/notion-utils/-/notion-utils-6.0.8.tgz#ab0dcb5d7273949938185bdd8a86edab3c339cb3"
|
||||
integrity sha512-YW5HKRv9hzL/UuQzXAq872L7lizfo1z0UoTPD+5w+FASnbjwSwQfiO0nVXuxWTZoPxJxRfDC64b25JxJsLOHng==
|
||||
notion-utils@^6.0.11:
|
||||
version "6.0.11"
|
||||
resolved "https://registry.yarnpkg.com/notion-utils/-/notion-utils-6.0.11.tgz#99ea743483217e703d360a203234b47e5dbf0e75"
|
||||
integrity sha512-vNXVrzFaTBFJ9z9arrgWhqiIKY/prI1sQ6Esmxy73rC/AfnA3J4APn7M0bTMJkUQIotyjMdpEK7fjdrZPKaojA==
|
||||
dependencies:
|
||||
is-url-superb "^6.1.0"
|
||||
notion-types "^6.0.6"
|
||||
@@ -3162,10 +3162,10 @@ react-modal@^3.14.3:
|
||||
react-lifecycles-compat "^3.0.0"
|
||||
warning "^4.0.3"
|
||||
|
||||
react-notion-x@^6.0.10:
|
||||
version "6.0.10"
|
||||
resolved "https://registry.yarnpkg.com/react-notion-x/-/react-notion-x-6.0.10.tgz#0d00718ba4e265242d52e65e777321be9486a19b"
|
||||
integrity sha512-KzqOcwqSuGJzBw62eeK2w7aPG+i/GZHGwC0GnK6tNwTjaFCMo6MldwE+FTRaBtHpE9Hj5plddt+HpnHmuauqpw==
|
||||
react-notion-x@^6.0.12:
|
||||
version "6.0.12"
|
||||
resolved "https://registry.yarnpkg.com/react-notion-x/-/react-notion-x-6.0.12.tgz#6cf53dbc80b56d80e50706907a1fec76b7642d97"
|
||||
integrity sha512-jFyZIG9dUoo+x8e3mxojSFYxcBemjzhfgiBgZZAQuegIyr6d4VHZ5kQ4lih2U2ShN7w8q90pxIW9109Xz/EE1A==
|
||||
dependencies:
|
||||
"@matejmazur/react-katex" "^3.1.3"
|
||||
clipboard-copy "^4.0.1"
|
||||
@@ -3176,7 +3176,7 @@ react-notion-x@^6.0.10:
|
||||
lodash.throttle "^4.1.1"
|
||||
medium-zoom "^1.0.6"
|
||||
notion-types "^6.0.6"
|
||||
notion-utils "^6.0.8"
|
||||
notion-utils "^6.0.11"
|
||||
prismjs "^1.27.0"
|
||||
rc-dropdown "^3.3.3"
|
||||
rc-menu "^9.5.1"
|
||||
|
||||
Reference in New Issue
Block a user