feat: update react-notion-x to v7

This commit is contained in:
Travis Fischer
2024-11-01 00:04:25 -05:00
parent 7421da8d18
commit c738b43007
2 changed files with 709 additions and 21 deletions

View File

@@ -17,6 +17,7 @@
"deploy": "vercel deploy",
"deps:update": "[ -z $GITHUB_ACTIONS ] && pnpm up -L notion-client notion-types notion-utils react-notion-x || echo 'Skipping deps:update on CI'",
"deps:link": "[ -z $GITHUB_ACTIONS ] && run-s deps:link:* || echo 'Skipping deps:update on CI'",
"deps:unlink": "[ -z $GITHUB_ACTIONS ] && pnpm add notion-client notion-types notion-utils react-notion-x || echo 'Skipping deps:update on CI'",
"deps:link:notion-types": "pnpm link ../react-notion-x/packages/notion-types",
"deps:link:notion-utils": "pnpm link ../react-notion-x/packages/notion-utils",
"deps:link:notion-client": "pnpm link ../react-notion-x/packages/notion-client",
@@ -41,9 +42,9 @@
"ky": "^1.7.2",
"lqip-modern": "^2.1.0",
"next": "^15.0.2",
"notion-client": "^6.15.6",
"notion-types": "^6.15.6",
"notion-utils": "^6.15.6",
"notion-client": "^7.0.0",
"notion-types": "^7.0.0",
"notion-utils": "^7.0.0",
"p-map": "^7.0.2",
"p-memoize": "^7.1.1",
"posthog-js": "^1.20.2",
@@ -51,7 +52,7 @@
"react": "^18.2.0",
"react-body-classname": "^1.3.1",
"react-dom": "^18.2.0",
"react-notion-x": "^6.15.6",
"react-notion-x": "^7.0.0",
"react-tweet-embed": "^2.0.0",
"react-use": "^17.4.2",
"rss": "^1.2.2"

721
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff