Skip to content

Commit c738b43

Browse files
feat: update react-notion-x to v7
1 parent 7421da8 commit c738b43

File tree

2 files changed

+709
-21
lines changed

2 files changed

+709
-21
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"deploy": "vercel deploy",
1818
"deps:update": "[ -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'",
20+
"deps:unlink": "[ -z $GITHUB_ACTIONS ] && pnpm add notion-client notion-types notion-utils react-notion-x || echo 'Skipping deps:update on CI'",
2021
"deps:link:notion-types": "pnpm link ../react-notion-x/packages/notion-types",
2122
"deps:link:notion-utils": "pnpm link ../react-notion-x/packages/notion-utils",
2223
"deps:link:notion-client": "pnpm link ../react-notion-x/packages/notion-client",
@@ -41,17 +42,17 @@
4142
"ky": "^1.7.2",
4243
"lqip-modern": "^2.1.0",
4344
"next": "^15.0.2",
44-
"notion-client": "^6.15.6",
45-
"notion-types": "^6.15.6",
46-
"notion-utils": "^6.15.6",
45+
"notion-client": "^7.0.0",
46+
"notion-types": "^7.0.0",
47+
"notion-utils": "^7.0.0",
4748
"p-map": "^7.0.2",
4849
"p-memoize": "^7.1.1",
4950
"posthog-js": "^1.20.2",
5051
"prismjs": "^1.29.0",
5152
"react": "^18.2.0",
5253
"react-body-classname": "^1.3.1",
5354
"react-dom": "^18.2.0",
54-
"react-notion-x": "^6.15.6",
55+
"react-notion-x": "^7.0.0",
5556
"react-tweet-embed": "^2.0.0",
5657
"react-use": "^17.4.2",
5758
"rss": "^1.2.2"

0 commit comments

Comments
 (0)