File tree Expand file tree Collapse file tree 2 files changed +709
-21
lines changed Expand file tree Collapse file tree 2 files changed +709
-21
lines changed Original file line number Diff line number Diff line change 17
17
"deploy" : " vercel deploy" ,
18
18
"deps:update" : " [ -z $GITHUB_ACTIONS ] && pnpm up -L notion-client notion-types notion-utils react-notion-x || echo 'Skipping deps:update on CI'" ,
19
19
"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'" ,
20
21
"deps:link:notion-types" : " pnpm link ../react-notion-x/packages/notion-types" ,
21
22
"deps:link:notion-utils" : " pnpm link ../react-notion-x/packages/notion-utils" ,
22
23
"deps:link:notion-client" : " pnpm link ../react-notion-x/packages/notion-client" ,
41
42
"ky" : " ^1.7.2" ,
42
43
"lqip-modern" : " ^2.1.0" ,
43
44
"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 " ,
47
48
"p-map" : " ^7.0.2" ,
48
49
"p-memoize" : " ^7.1.1" ,
49
50
"posthog-js" : " ^1.20.2" ,
50
51
"prismjs" : " ^1.29.0" ,
51
52
"react" : " ^18.2.0" ,
52
53
"react-body-classname" : " ^1.3.1" ,
53
54
"react-dom" : " ^18.2.0" ,
54
- "react-notion-x" : " ^6.15.6 " ,
55
+ "react-notion-x" : " ^7.0.0 " ,
55
56
"react-tweet-embed" : " ^2.0.0" ,
56
57
"react-use" : " ^17.4.2" ,
57
58
"rss" : " ^1.2.2"
You can’t perform that action at this time.
0 commit comments