|
16 | 16 | "optimize:images": "f() { webp=\"${1%.*}.webp\"; magick \"$1\" -resize 1200x1200\\> -quality 82 \"$webp\" && rm \"$1\" && echo \"Converted $1 → $webp (original removed)\"; }; f" |
17 | 17 | }, |
18 | 18 | "dependencies": { |
19 | | - "@orama/orama": "^3.1.18", |
20 | | - "@radix-ui/react-popover": "^1.1.17", |
21 | | - "@radix-ui/react-slot": "^1.3.0", |
22 | | - "class-variance-authority": "^0.7.1", |
23 | | - "clsx": "^2.1.1", |
24 | | - "fumadocs-core": "16.10.7", |
25 | | - "fumadocs-mdx": "15.0.13", |
26 | | - "fumadocs-openapi": "11.0.6", |
27 | | - "fumadocs-ui": "16.10.7", |
28 | | - "lucide-react": "^1.22.0", |
29 | | - "next": "16.2.9", |
30 | | - "react": "^19.2.7", |
31 | | - "react-dom": "^19.2.7", |
32 | | - "shiki": "^4.3.0", |
33 | | - "tailwind-merge": "^3.6.0", |
34 | | - "zod": "^4.4.3" |
| 19 | + "@orama/orama": "3.1.18", |
| 20 | + "@radix-ui/react-popover": "1.1.23", |
| 21 | + "@radix-ui/react-slot": "1.3.3", |
| 22 | + "class-variance-authority": "0.7.1", |
| 23 | + "clsx": "2.1.1", |
| 24 | + "fumadocs-core": "16.13.0", |
| 25 | + "fumadocs-mdx": "15.2.0", |
| 26 | + "fumadocs-openapi": "11.2.2", |
| 27 | + "fumadocs-ui": "16.13.0", |
| 28 | + "lucide-react": "^1.27.0", |
| 29 | + "next": "16.2.12", |
| 30 | + "react": "19.2.8", |
| 31 | + "react-dom": "19.2.8", |
| 32 | + "shiki": "4.3.1", |
| 33 | + "tailwind-merge": "3.6.0", |
| 34 | + "zod": "4.4.3" |
35 | 35 | }, |
36 | 36 | "devDependencies": { |
37 | | - "@biomejs/biome": "2.5.1", |
38 | | - "@tailwindcss/postcss": "^4.3.2", |
39 | | - "@types/mdx": "^2.0.14", |
40 | | - "@types/node": "^26.0.1", |
41 | | - "@types/react": "^19.2.17", |
42 | | - "@types/react-dom": "^19.2.3", |
43 | | - "json-schema-typed": "^8.0.2", |
44 | | - "openapi-types": "^12.1.3", |
45 | | - "postcss": "^8.5.16", |
46 | | - "serve": "^14.2.6", |
47 | | - "tailwindcss": "^4.3.2", |
48 | | - "tw-animate-css": "^1.4.0", |
49 | | - "typescript": "^6.0.3", |
50 | | - "wrangler": "^4.105.0" |
| 37 | + "@biomejs/biome": "2.5.6", |
| 38 | + "@tailwindcss/postcss": "4.3.3", |
| 39 | + "@types/mdx": "2.0.14", |
| 40 | + "@types/node": "26.1.2", |
| 41 | + "@types/react": "19.2.17", |
| 42 | + "@types/react-dom": "19.2.3", |
| 43 | + "json-schema-typed": "8.0.2", |
| 44 | + "openapi-types": "12.1.3", |
| 45 | + "postcss": "8.5.24", |
| 46 | + "serve": "14.2.6", |
| 47 | + "tailwindcss": "4.3.3", |
| 48 | + "tw-animate-css": "1.4.0", |
| 49 | + "typescript": "7.0.2", |
| 50 | + "wrangler": "4.115.0" |
51 | 51 | }, |
52 | | - "packageManager": "pnpm@11.9.0" |
| 52 | + "packageManager": "pnpm@11.18.0" |
53 | 53 | } |
0 commit comments