|
14 | 14 | "directory": "packages/docs"
|
15 | 15 | },
|
16 | 16 | "scripts": {
|
17 |
| - "dev": "next dev", |
| 17 | + "dev": "next dev --turbo", |
18 | 18 | "build": "next build",
|
19 | 19 | "start": "next start",
|
20 | 20 | "postinstall": "fumadocs-mdx"
|
21 | 21 | },
|
22 | 22 | "dependencies": {
|
23 |
| - "@faker-js/faker": "^9.0.3", |
24 |
| - "@headlessui/react": "^2.1.9", |
| 23 | + "@faker-js/faker": "^9.2.0", |
| 24 | + "@headlessui/react": "2.2.0", |
25 | 25 | "@headlessui/tailwindcss": "^0.2.1",
|
26 | 26 | "@icons-pack/react-simple-icons": "^10.1.0",
|
27 | 27 | "@radix-ui/react-checkbox": "^1.1.2",
|
|
33 | 33 | "@radix-ui/react-switch": "^1.1.1",
|
34 | 34 | "@radix-ui/react-toggle": "^1.1.0",
|
35 | 35 | "@radix-ui/react-toggle-group": "^1.1.0",
|
36 |
| - "@sentry/nextjs": "^8.33.1", |
| 36 | + "@sentry/nextjs": "^8.38.0", |
37 | 37 | "@tailwindcss/container-queries": "^0.1.1",
|
38 |
| - "@tremor/react": "^3.18.3", |
| 38 | + "@tremor/react": "^3.18.4", |
39 | 39 | "cheerio": "1.0.0-rc.12",
|
40 | 40 | "class-variance-authority": "^0.7.0",
|
41 | 41 | "clsx": "^2.1.1",
|
42 | 42 | "dayjs": "^1.11.13",
|
43 |
| - "fumadocs-core": "^13.4.10", |
44 |
| - "fumadocs-mdx": "^10.0.2", |
45 |
| - "fumadocs-ui": "^13.4.10", |
46 |
| - "lucide-react": "^0.451.0", |
47 |
| - "next": "14.2.15", |
| 43 | + "fumadocs-core": "^14.4.0", |
| 44 | + "fumadocs-mdx": "^11.1.1", |
| 45 | + "fumadocs-ui": "^14.4.0", |
| 46 | + "lucide-react": "^0.456.0", |
| 47 | + "next": "15.0.3", |
48 | 48 | "nuqs": "workspace:*",
|
49 | 49 | "pretty-bytes": "^6.1.1",
|
50 | 50 | "react": "catalog:react19rc",
|
51 | 51 | "react-dom": "catalog:react19rc",
|
52 |
| - "recharts": "^2.12.7", |
| 52 | + "recharts": "^2.13.3", |
53 | 53 | "remark-smartypants": "^3.0.2",
|
54 | 54 | "res": "workspace:*",
|
55 | 55 | "semver": "^7.6.3",
|
56 | 56 | "server-only": "^0.0.1",
|
57 |
| - "tailwind-merge": "^2.5.3", |
58 |
| - "tailwindcss": "^3.4.13", |
| 57 | + "tailwind-merge": "^2.5.4", |
| 58 | + "tailwindcss": "^3.4.14", |
59 | 59 | "tailwindcss-animate": "^1.0.7",
|
60 | 60 | "zod": "^3.23.8"
|
61 | 61 | },
|
62 | 62 | "devDependencies": {
|
63 |
| - "@shikijs/transformers": "^1.22.0", |
| 63 | + "@shikijs/transformers": "^1.22.2", |
64 | 64 | "@types/mdx": "^2.0.13",
|
65 |
| - "@types/react": "^18.3.11", |
66 |
| - "@types/react-dom": "^18.3.0", |
| 65 | + "@types/react": "^18.3.12", |
| 66 | + "@types/react-dom": "^18.3.1", |
67 | 67 | "@types/semver": "^7.5.8",
|
68 | 68 | "autoprefixer": "^10.4.20",
|
69 | 69 | "hast-util-to-jsx-runtime": "^2.3.2",
|
70 |
| - "postcss": "^8.4.47", |
| 70 | + "postcss": "^8.4.49", |
71 | 71 | "prettier-plugin-tailwindcss": "^0.6.8",
|
72 |
| - "shiki": "^1.22.0", |
| 72 | + "shiki": "^1.22.2", |
73 | 73 | "typescript": "^5.6.3"
|
74 | 74 | },
|
75 | 75 | "postcss": {
|
|
0 commit comments