|
13 | 13 | "generate-sitemap": "tsx scripts/generate-sitemap.ts" |
14 | 14 | }, |
15 | 15 | "dependencies": { |
16 | | - "@orama/orama": "^3.1.7", |
17 | | - "@orama/tokenizers": "^3.1.7", |
| 16 | + "@orama/orama": "^3.1.14", |
| 17 | + "@orama/tokenizers": "^3.1.14", |
18 | 18 | "@oramacloud/client": "^2.1.4", |
19 | | - "@tailwindcss/postcss": "^4.1.8", |
| 19 | + "@tailwindcss/postcss": "^4.1.13", |
20 | 20 | "autocorrect-node": "^2.14.0", |
21 | 21 | "class-variance-authority": "^0.7.1", |
22 | 22 | "clsx": "^2.1.1", |
23 | 23 | "commitizen": "^4.3.1", |
24 | 24 | "copy-to-clipboard": "^3.3.3", |
25 | 25 | "cz-conventional-changelog": "^3.3.0", |
26 | | - "dotenv": "^16.5.0", |
| 26 | + "dotenv": "^16.6.1", |
27 | 27 | "fast-glob": "^3.3.3", |
28 | | - "framer-motion": "^12.16.0", |
| 28 | + "framer-motion": "^12.23.22", |
29 | 29 | "fumadocs-core": "15.1.2", |
30 | 30 | "fumadocs-mdx": "11.5.7", |
31 | 31 | "fumadocs-typescript": "^3.1.0", |
32 | 32 | "fumadocs-ui": "15.1.2", |
33 | 33 | "lucide-react": "^0.483.0", |
34 | 34 | "next": "15.2.3", |
35 | 35 | "only-allow": "^1.2.1", |
36 | | - "react": "^19.1.0", |
37 | | - "react-dom": "^19.1.0", |
| 36 | + "react": "^19.1.1", |
| 37 | + "react-dom": "^19.1.1", |
38 | 38 | "react-icons": "^5.5.0", |
39 | | - "shiki": "^3.6.0", |
| 39 | + "shiki": "^3.13.0", |
40 | 40 | "std-env": "^3.9.0", |
41 | | - "tailwind-merge": "^3.3.0" |
| 41 | + "tailwind-merge": "^3.3.1" |
42 | 42 | }, |
43 | 43 | "devDependencies": { |
44 | 44 | "@fumadocs/cli": "^0.0.8", |
45 | 45 | "@types/mdx": "^2.0.13", |
46 | 46 | "@types/node": "22.13.11", |
47 | | - "@types/react": "^19.1.6", |
48 | | - "@types/react-dom": "^19.1.6", |
| 47 | + "@types/react": "^19.1.14", |
| 48 | + "@types/react-dom": "^19.1.9", |
49 | 49 | "autoprefixer": "^10.4.21", |
50 | | - "postcss": "^8.5.4", |
51 | | - "prettier": "^3.5.3", |
52 | | - "tailwindcss": "^4.1.8", |
53 | | - "tsx": "^4.19.4", |
54 | | - "typescript": "^5.8.3" |
| 50 | + "postcss": "^8.5.6", |
| 51 | + "prettier": "^3.6.2", |
| 52 | + "tailwindcss": "^4.1.13", |
| 53 | + "tsx": "^4.20.6", |
| 54 | + "typescript": "^5.9.2" |
55 | 55 | }, |
56 | 56 | "config": { |
57 | 57 | "commitizen": { |
|
0 commit comments