|
8 | 8 | "dev:email": "next dev", |
9 | 9 | "prebuild:site": "nx run @blocknote/dev-scripts:gen", |
10 | 10 | "build:site": "fumadocs-mdx && next build", |
11 | | - "start": "serve out", |
| 11 | + "start": "next start", |
12 | 12 | "types:check": "fumadocs-mdx && next typegen && tsc --noEmit", |
13 | 13 | "postinstall": "fumadocs-mdx", |
14 | 14 | "lint": "eslint", |
|
33 | 33 | "@blocknote/xl-multi-column": "workspace:*", |
34 | 34 | "@blocknote/xl-odt-exporter": "workspace:*", |
35 | 35 | "@blocknote/xl-pdf-exporter": "workspace:*", |
36 | | - "@fumadocs/base-ui": "^16.4.7", |
| 36 | + "@fumadocs/base-ui": "16.5.0", |
37 | 37 | "@liveblocks/client": "3.7.1-tiptap3", |
38 | 38 | "@liveblocks/react": "3.7.1-tiptap3", |
39 | 39 | "@liveblocks/react-blocknote": "3.7.1-tiptap3", |
|
42 | 42 | "@mantine/core": "^8.3.11", |
43 | 43 | "@mantine/hooks": "^8.3.11", |
44 | 44 | "@mantine/utils": "^6.0.22", |
| 45 | + "@marsidev/react-turnstile": "^1.4.2", |
45 | 46 | "@mui/icons-material": "^5.16.1", |
46 | 47 | "@mui/material": "^5.16.1", |
47 | 48 | "@orama/orama": "^3.1.18", |
|
75 | 76 | "better-sqlite3": "^12.6.2", |
76 | 77 | "class-variance-authority": "^0.7.1", |
77 | 78 | "framer-motion": "^12.26.2", |
78 | | - "fumadocs-core": "16.4.7", |
79 | | - "fumadocs-mdx": "14.2.5", |
| 79 | + "fumadocs-core": "16.5.0", |
| 80 | + "fumadocs-mdx": "^14.2.6", |
80 | 81 | "fumadocs-twoslash": "^3.1.12", |
81 | | - "fumadocs-typescript": "^5.0.1", |
82 | | - "fumadocs-ui": "npm:@fumadocs/base-ui@latest", |
| 82 | + "fumadocs-typescript": "^5.1.1", |
| 83 | + "fumadocs-ui": "npm:@fumadocs/base-ui@16.5.0", |
83 | 84 | "lucide-react": "^0.562.0", |
84 | 85 | "motion": "^12.28.1", |
85 | 86 | "next": "^16.1.5", |
|
0 commit comments