mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-17 15:10:13 +00:00
feat: add support for video embeds
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
"isomorphic-unfetch": "^3.1.0",
|
||||
"lqip-modern": "^1.1.3",
|
||||
"next": "^10.0.6",
|
||||
"notion-client": "^4.2.7",
|
||||
"notion-client": "^4.2.8",
|
||||
"notion-types": "^4.0.0",
|
||||
"notion-utils": "^4.2.7",
|
||||
"p-map": "^4.0.0",
|
||||
@@ -46,7 +46,7 @@
|
||||
"react-body-classname": "^1.3.1",
|
||||
"react-dom": "17.0.1",
|
||||
"react-icons": "^4.1.0",
|
||||
"react-notion-x": "^4.2.7",
|
||||
"react-notion-x": "^4.2.8",
|
||||
"react-use": "^15.3.3",
|
||||
"use-dark-mode": "^2.3.1"
|
||||
},
|
||||
|
||||
16
yarn.lock
16
yarn.lock
@@ -3304,10 +3304,10 @@ 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@^4.2.7:
|
||||
version "4.2.7"
|
||||
resolved "https://registry.yarnpkg.com/notion-client/-/notion-client-4.2.7.tgz#7b559efff64152d1208a2e7f27a3676459713092"
|
||||
integrity sha512-9SQK7H1U47m4x6BCLxGaAaNH/3rqlZIBPpaOG/LKmioWaDyYW2z86As0uKozaGYm1Ic5rZSgdBtzdSwDWgUsEA==
|
||||
notion-client@^4.2.8:
|
||||
version "4.2.8"
|
||||
resolved "https://registry.yarnpkg.com/notion-client/-/notion-client-4.2.8.tgz#a9e963456b377a1354426382905aac8751e74124"
|
||||
integrity sha512-F30vBLoiKPxOi2pbv1Rpm/eLbmf55Z69Xd9UGOhTfGuZtBrnSEtCvl2QWaffec0Yv2Sy0icsff8wyHqAl56OIg==
|
||||
dependencies:
|
||||
got "^11.8.1"
|
||||
notion-types "^4.0.0"
|
||||
@@ -4110,10 +4110,10 @@ react-modal@^3.11.2:
|
||||
react-lifecycles-compat "^3.0.0"
|
||||
warning "^4.0.3"
|
||||
|
||||
react-notion-x@^4.2.7:
|
||||
version "4.2.7"
|
||||
resolved "https://registry.yarnpkg.com/react-notion-x/-/react-notion-x-4.2.7.tgz#13dc7b90a0e89f5dd5827cc732da910191bb88c6"
|
||||
integrity sha512-b4RW6PwnC+TygOnYl/2h/bsfEOWDGplAEk7aidFAmf1ZzCh8eTQQEBDAflLEQBc1oQ7NGEO8krXQN9VD0gcelw==
|
||||
react-notion-x@^4.2.8:
|
||||
version "4.2.8"
|
||||
resolved "https://registry.yarnpkg.com/react-notion-x/-/react-notion-x-4.2.8.tgz#d8c1aa5aab8bbb32046684686f4002ee160c16f3"
|
||||
integrity sha512-uUON8qr+/tcKNXqXTl2anXfQVmc8XGAWRY+mc/dEIrTKp2+df9VzkvEonvstGWS4hX2n79te5YyvOWS5M+Galg==
|
||||
dependencies:
|
||||
"@matejmazur/react-katex" "^3.1.3"
|
||||
date-fns "^2.15.0"
|
||||
|
||||
Reference in New Issue
Block a user