|
15 | 15 | "build": "next build", |
16 | 16 | "start": "next start", |
17 | 17 | "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'", |
19 | 19 | "deps:link": "[ -z $GITHUB_ACTIONS ] && run-s deps:link:* || echo 'Skipping deps:update on CI'", |
20 | 20 | "deps:unlink": "[ -z $GITHUB_ACTIONS ] && pnpm add notion-client notion-types notion-utils react-notion-x || echo 'Skipping deps:update on CI'", |
21 | 21 | "deps:link:notion-types": "pnpm link ../react-notion-x/packages/notion-types", |
|
42 | 42 | "ky": "^1.7.2", |
43 | 43 | "lqip-modern": "^2.1.0", |
44 | 44 | "next": "^15.0.3", |
45 | | - "notion-client": "^7.0.1", |
46 | | - "notion-types": "^7.0.1", |
47 | | - "notion-utils": "^7.0.1", |
| 45 | + "notion-client": "^7.1.1", |
| 46 | + "notion-types": "^7.1.1", |
| 47 | + "notion-utils": "^7.1.1", |
48 | 48 | "p-map": "^7.0.2", |
49 | 49 | "p-memoize": "^7.1.1", |
50 | 50 | "posthog-js": "^1.181.0", |
51 | 51 | "prismjs": "^1.29.0", |
52 | 52 | "react": "^18.2.0", |
53 | 53 | "react-body-classname": "^1.3.1", |
54 | 54 | "react-dom": "^18.2.0", |
55 | | - "react-notion-x": "^7.1.0", |
| 55 | + "react-notion-x": "^7.2.1", |
56 | 56 | "react-tweet-embed": "^2.0.0", |
57 | 57 | "react-use": "^17.4.2", |
58 | 58 | "rss": "^1.2.2" |
|
0 commit comments