From 4d0c1bbdebc7732b049aec4ac0e35a61d9942ade Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Wed, 3 Feb 2021 20:05:21 -0500 Subject: [PATCH] feat: add support for video embeds --- package.json | 4 ++-- yarn.lock | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 35882c2..ac9da88 100644 --- a/package.json +++ b/package.json @@ -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" }, diff --git a/yarn.lock b/yarn.lock index 9c90dfa..2ccaaf6 100644 --- a/yarn.lock +++ b/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"