This commit is contained in:
Travis Fischer
2022-04-07 18:13:58 -04:00
parent 7b34c16edc
commit 04801df802
2 changed files with 17 additions and 17 deletions

View File

@@ -39,16 +39,16 @@
"next": "^12.1.1",
"next-api-og-image": "^2.2.1",
"node-fetch": "^2.6.1",
"notion-client": "^6.8.2",
"notion-client": "^6.8.3",
"notion-types": "^6.7.0",
"notion-utils": "^6.8.2",
"notion-utils": "^6.8.3",
"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.8.2",
"react-notion-x": "^6.8.3",
"react-static-tweets": "^0.7.2",
"react-use": "^17.3.2",
"static-tweets": "^0.7.2"

View File

@@ -2947,14 +2947,14 @@ normalize-url@^7.0.3:
resolved "https://registry.npmjs.org/normalize-url/-/normalize-url-7.0.3.tgz"
integrity sha512-RiCOdwdPnzvwcBFJE4iI1ss3dMVRIrEzFpn8ftje6iBfzBInqlnRrNhxcLwBEKjPPXQKzm1Ptlxtaiv9wdcj5w==
notion-client@^6.8.2:
version "6.8.2"
resolved "https://registry.yarnpkg.com/notion-client/-/notion-client-6.8.2.tgz#da822832047be16ad5b824e7dced011da2405217"
integrity sha512-5jLXbVyenTM+Yo6SIJo4q1NaJLtQeIdN/ZfSlRJPEU2k38mtOmWCyFA1aS4T8lMhbV6fgIIk15kPCLWfC9uklg==
notion-client@^6.8.3:
version "6.8.3"
resolved "https://registry.yarnpkg.com/notion-client/-/notion-client-6.8.3.tgz#855f999fdddd0c69940b96ecf4045557bfdcecc1"
integrity sha512-o6ZJxn3N/cGqwxV9+3BY4cEIFsyb6zBbI5/GT2Xtj6+ZL7hBCK7OuJhOOhz3WyhIepQDUCt4z/YNwvWTdiBDyA==
dependencies:
got "^11.8.1"
notion-types "^6.7.0"
notion-utils "^6.8.2"
notion-utils "^6.8.3"
p-map "^5.3.0"
notion-types@^6.7.0:
@@ -2962,10 +2962,10 @@ notion-types@^6.7.0:
resolved "https://registry.yarnpkg.com/notion-types/-/notion-types-6.7.0.tgz#f5ccb8ef701389b2bf52e5561bd31bc60c49ccdf"
integrity sha512-j7O6juQDOPgAinELMMpvVn0c8Vgr+Dhqm7UTTnhILnBhbOtQKaIYPCNKA4AJw/OPzzy1iEJ6KrthTEkPbQYEeg==
notion-utils@^6.8.2:
version "6.8.2"
resolved "https://registry.yarnpkg.com/notion-utils/-/notion-utils-6.8.2.tgz#4f36031663c1313677f0c3bd4b2569a24a5a49eb"
integrity sha512-lN0j5rxN1Afl4/6EnnHJYiOTer+eRLlu+PEG8fQf2BLTM31Lkrs6juf/+xKu8oE8RtsaDI1OwH0Xtf/CTVn7MQ==
notion-utils@^6.8.3:
version "6.8.3"
resolved "https://registry.yarnpkg.com/notion-utils/-/notion-utils-6.8.3.tgz#efc5973722517efa3e8cc915978996d689d84663"
integrity sha512-Nwqw19txK8WTHT5BhJLJ9BCqRkz7b1LdbCR3LeQuIhfs2zOHd56gWENT6jh5mmKrQn3PlinVjWo2pl3HwGKd3A==
dependencies:
is-url-superb "^6.1.0"
mem "^9.0.2"
@@ -3530,17 +3530,17 @@ react-modal@^3.14.3:
react-lifecycles-compat "^3.0.0"
warning "^4.0.3"
react-notion-x@^6.8.2:
version "6.8.2"
resolved "https://registry.yarnpkg.com/react-notion-x/-/react-notion-x-6.8.2.tgz#3e060df2f8a1cc06526f90800a76e62609f872d1"
integrity sha512-usRmXABCvdLQNVazcacapYRl518PDmaLpRZ1J9TrGKZFWETDWiwwghVMp/0owIs7Sbppp88RQB+jhM402u2Xsw==
react-notion-x@^6.8.3:
version "6.8.3"
resolved "https://registry.yarnpkg.com/react-notion-x/-/react-notion-x-6.8.3.tgz#726d67f50d5f1bd4385d5788feb2e9d37614d0cc"
integrity sha512-vsr0Dvc50UhvSGn1X5apdX//AabsYsaJR8iPOUjOdkgly9kyF/sDQvlvhxYOjFXZ+JXfiZrL5fKBbDiJTG9VRA==
dependencies:
"@matejmazur/react-katex" "^3.1.3"
"@radix-ui/react-dropdown-menu" "^0.1.6"
katex "^0.13.18"
medium-zoom "^1.0.6"
notion-types "^6.7.0"
notion-utils "^6.8.2"
notion-utils "^6.8.3"
prismjs "^1.27.0"
react-fast-compare "^3.2.0"
react-hotkeys-hook "^3.0.3"