|
13 | 13 | "generate-sitemap": "tsx scripts/generate-sitemap.ts"
|
14 | 14 | },
|
15 | 15 | "dependencies": {
|
16 |
| - "@orama/orama": "^3.0.4", |
17 |
| - "@orama/tokenizers": "^3.0.4", |
| 16 | + "@orama/orama": "^3.1.3", |
| 17 | + "@orama/tokenizers": "^3.1.3", |
18 | 18 | "@oramacloud/client": "^2.1.4",
|
19 | 19 | "autocorrect-node": "^2.13.0",
|
20 | 20 | "class-variance-authority": "^0.7.1",
|
|
23 | 23 | "copy-to-clipboard": "^3.3.3",
|
24 | 24 | "cz-conventional-changelog": "^3.3.0",
|
25 | 25 | "dotenv": "^16.4.7",
|
26 |
| - "framer-motion": "^11.16.4", |
| 26 | + "framer-motion": "^11.18.2", |
27 | 27 | "fumadocs-core": "14.6.4",
|
28 | 28 | "fumadocs-mdx": "11.2.1",
|
29 |
| - "fumadocs-typescript": "^3.0.2", |
| 29 | + "fumadocs-typescript": "^3.1.0", |
30 | 30 | "fumadocs-ui": "14.6.4",
|
31 |
| - "globby": "^14.0.2", |
| 31 | + "globby": "^14.1.0", |
32 | 32 | "lucide-react": "^0.469.0",
|
33 | 33 | "next": "15.1.2",
|
34 | 34 | "only-allow": "^1.2.1",
|
35 | 35 | "react": "^19.0.0",
|
36 | 36 | "react-dom": "^19.0.0",
|
37 | 37 | "react-feather": "^2.0.10",
|
38 |
| - "react-icons": "^5.4.0", |
39 |
| - "shiki": "^1.26.1", |
| 38 | + "react-icons": "^5.5.0", |
| 39 | + "shiki": "^1.29.2", |
40 | 40 | "tailwind-merge": "^2.6.0"
|
41 | 41 | },
|
42 | 42 | "devDependencies": {
|
43 | 43 | "@types/mdx": "^2.0.13",
|
44 | 44 | "@types/node": "22.10.2",
|
45 |
| - "@types/react": "^19.0.4", |
46 |
| - "@types/react-dom": "^19.0.2", |
47 |
| - "autoprefixer": "^10.4.20", |
48 |
| - "postcss": "^8.4.49", |
49 |
| - "prettier": "^3.4.2", |
| 45 | + "@types/react": "^19.0.12", |
| 46 | + "@types/react-dom": "^19.0.4", |
| 47 | + "autoprefixer": "^10.4.21", |
| 48 | + "postcss": "^8.5.3", |
| 49 | + "prettier": "^3.5.3", |
50 | 50 | "tailwindcss": "^3.4.17",
|
51 |
| - "tsx": "^4.19.2", |
52 |
| - "typescript": "^5.7.3" |
| 51 | + "tsx": "^4.19.3", |
| 52 | + "typescript": "^5.8.2" |
53 | 53 | },
|
54 | 54 | "config": {
|
55 | 55 | "commitizen": {
|
|
0 commit comments