Skip to content

Commit 99a7ced

Browse files
Merge pull request #651 from transitive-bullshit/fix/social-images
2 parents 163fda4 + dd3154e commit 99a7ced

File tree

9 files changed

+300
-300
lines changed

9 files changed

+300
-300
lines changed

lib/fonts/inter-regular.ts

Lines changed: 4 additions & 0 deletions
Large diffs are not rendered by default.

lib/fonts/inter-semibold.ts

Lines changed: 4 additions & 0 deletions
Large diffs are not rendered by default.

lib/map-image-url.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { type Block } from 'notion-types'
2-
import { defaultMapImageUrl } from 'react-notion-x'
2+
import { defaultMapImageUrl } from 'notion-utils'
33

44
import { defaultPageCover, defaultPageIcon } from './config'
55

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"build": "next build",
1616
"start": "next start",
1717
"deploy": "vercel deploy",
18-
"deps:update": "[ -z $GITHUB_ACTIONS ] && pnpm up -L notion-client notion-types notion-utils react-notion-x || echo 'Skipping deps:update on CI'",
18+
"deps:upgrade": "[ -z $GITHUB_ACTIONS ] && pnpm up -L notion-client notion-types notion-utils react-notion-x || echo 'Skipping deps:update on CI'",
1919
"deps:link": "[ -z $GITHUB_ACTIONS ] && run-s deps:link:* || echo 'Skipping deps:update on CI'",
2020
"deps:unlink": "[ -z $GITHUB_ACTIONS ] && pnpm add notion-client notion-types notion-utils react-notion-x || echo 'Skipping deps:update on CI'",
2121
"deps:link:notion-types": "pnpm link ../react-notion-x/packages/notion-types",
@@ -36,23 +36,23 @@
3636
"@react-icons/all-files": "^4.1.0",
3737
"@vercel/og": "^0.6.3",
3838
"classnames": "^2.5.1",
39-
"date-fns": "^2.30.0",
39+
"date-fns": "^4.1.0",
4040
"expiry-map": "^2.0.0",
4141
"fathom-client": "^3.4.1",
4242
"ky": "^1.7.2",
4343
"lqip-modern": "^2.1.0",
44-
"next": "^15.0.2",
45-
"notion-client": "^7.0.1",
46-
"notion-types": "^7.0.1",
47-
"notion-utils": "^7.0.1",
44+
"next": "^15.0.3",
45+
"notion-client": "^7.1.1",
46+
"notion-types": "^7.1.1",
47+
"notion-utils": "^7.1.1",
4848
"p-map": "^7.0.2",
4949
"p-memoize": "^7.1.1",
50-
"posthog-js": "^1.20.2",
50+
"posthog-js": "^1.181.0",
5151
"prismjs": "^1.29.0",
5252
"react": "^18.2.0",
5353
"react-body-classname": "^1.3.1",
5454
"react-dom": "^18.2.0",
55-
"react-notion-x": "^7.0.1",
55+
"react-notion-x": "^7.2.1",
5656
"react-tweet-embed": "^2.0.0",
5757
"react-use": "^17.4.2",
5858
"rss": "^1.2.2"

pages/api/notion-page-info.tsx

Lines changed: 0 additions & 156 deletions
This file was deleted.

0 commit comments

Comments
 (0)