diff --git a/package.json b/package.json index 2d48c8a..efc57be 100644 --- a/package.json +++ b/package.json @@ -39,16 +39,16 @@ "next": "^12.1.1", "next-api-og-image": "^2.2.1", "node-fetch": "^2.6.1", - "notion-client": "^6.7.0-alpha.2", - "notion-types": "^6.7.0-alpha.0", - "notion-utils": "^6.7.0-alpha.2", + "notion-client": "^6.7.0", + "notion-types": "^6.7.0", + "notion-utils": "^6.7.0", "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.7.0-alpha.2", + "react-notion-x": "^6.7.0", "react-static-tweets": "^0.7.2", "react-use": "^17.3.2", "static-tweets": "^0.7.2" diff --git a/readme.md b/readme.md index bc2b52d..8a524d3 100644 --- a/readme.md +++ b/readme.md @@ -131,7 +131,7 @@ All Open Graph and social meta tags are generated from your Notion content, whic Social images are generated automatically using headless chrome. You can tweak the default React template for social images by editing [api/social-images.tsx](./pages/api/social-image.tsx). -You can view an example social image live in production [here](https://transitivebullsh.it/api/social-image?id=d1b5dcf8-b9ff-425b-8aef-5ce6f0730202). +You can view an example social image live in production [here](https://transitivebullsh.it/api/social-image?id=dfc7f709-ae3e-42c6-9292-f6543d5586f0). ## Automatic Table of Contents diff --git a/yarn.lock b/yarn.lock index f6a528f..7597f72 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2947,30 +2947,30 @@ normalize-url@^7.0.3: resolved "https://registry.npmjs.org/normalize-url/-/normalize-url-7.0.3.tgz" integrity sha512-RiCOdwdPnzvwcBFJE4iI1ss3dMVRIrEzFpn8ftje6iBfzBInqlnRrNhxcLwBEKjPPXQKzm1Ptlxtaiv9wdcj5w== -notion-client@^6.7.0-alpha.2: - version "6.7.0-alpha.2" - resolved "https://registry.yarnpkg.com/notion-client/-/notion-client-6.7.0-alpha.2.tgz#ef1f3ec4993be2843c38c8cd2b7ba796676d87f9" - integrity sha512-nWPx7SyHgR4k4Gu9vF3HKd6LSIH7jqly7dJmubGZ6UjAnqgVaus37+YKjF57+UMQ8csOtkcdfJaTH0rpANkT3A== +notion-client@^6.7.0: + version "6.7.0" + resolved "https://registry.yarnpkg.com/notion-client/-/notion-client-6.7.0.tgz#0123817bcc7aaa7c627ad61155b987b6e9a0db7c" + integrity sha512-8ATDfYU1p8wD9MvHe7+A0QjkSipol8vAlbonkmyPVJtnFrCniFFuaAjiCbzOrao3O7XVeUyjSbEgbDNayLu4/Q== dependencies: got "^11.8.1" - notion-types "^6.7.0-alpha.0" - notion-utils "^6.7.0-alpha.2" + notion-types "^6.7.0" + notion-utils "^6.7.0" p-map "^5.3.0" -notion-types@^6.7.0-alpha.0: - version "6.7.0-alpha.0" - resolved "https://registry.yarnpkg.com/notion-types/-/notion-types-6.7.0-alpha.0.tgz#81889eb1a9f2945555694db4e68446dfe423d0d8" - integrity sha512-HuB+kq/qd+ZG9422ob/ar7JZaoa1FjmhjYopM6TwlRgFbBmByIRphk6luB/OUNKG3Un8jKaDUsfhGL/VZe5GwQ== +notion-types@^6.7.0: + version "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.7.0-alpha.2: - version "6.7.0-alpha.2" - resolved "https://registry.yarnpkg.com/notion-utils/-/notion-utils-6.7.0-alpha.2.tgz#3413d6e95d3f9eaebe2069e0ad9d2e1184850bb2" - integrity sha512-jxehpnG8ZDzVkZBw7sXDt+M/cz7/Hd2jjrcIho3DvFY6njE6W3K1euUlxbXn65G/RAcugl5WKR+Ls7IDQLRxkw== +notion-utils@^6.7.0: + version "6.7.0" + resolved "https://registry.yarnpkg.com/notion-utils/-/notion-utils-6.7.0.tgz#f94669447ec62dd0c3477410643c542629e49939" + integrity sha512-wIBFkZK46QigaflnwrebRfZgFPATpg8IDF8xhpsx0vkNaqaPQqA90PruERV/fCnV35xKo8UFZKHuKLzTB1UYXQ== dependencies: is-url-superb "^6.1.0" mem "^9.0.2" normalize-url "^7.0.3" - notion-types "^6.7.0-alpha.0" + notion-types "^6.7.0" p-queue "^7.2.0" npm-run-all@^4.1.5: @@ -3530,17 +3530,17 @@ react-modal@^3.14.3: react-lifecycles-compat "^3.0.0" warning "^4.0.3" -react-notion-x@^6.7.0-alpha.2: - version "6.7.0-alpha.2" - resolved "https://registry.yarnpkg.com/react-notion-x/-/react-notion-x-6.7.0-alpha.2.tgz#ede46bec478e4847a8c792f6de0fddb0b936f371" - integrity sha512-SDbN9w6y1sbG4IkqE83RQy0oaaOefVbsScRvaaXqafnYsHkUeg4WPCO1IbdEP7A/0huZ7LqkhUTjow7vzi3/jA== +react-notion-x@^6.7.0: + version "6.7.0" + resolved "https://registry.yarnpkg.com/react-notion-x/-/react-notion-x-6.7.0.tgz#5bad5918ab2816a7de1b3f412a52e21b611701a0" + integrity sha512-kSDJD5Gz0r+DsFp5XiUI/RZ4P3a82/zyahbd1uGTKpoL0f5oiBI8mMqKDB2wMNt4o+SGEt62NHqmG3H8n+Xdbg== 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-alpha.0" - notion-utils "^6.7.0-alpha.2" + notion-types "^6.7.0" + notion-utils "^6.7.0" prismjs "^1.27.0" react-fast-compare "^3.2.0" react-hotkeys-hook "^3.0.3"