|
11 | 11 | "lint:fix": "biome check src --write" |
12 | 12 | }, |
13 | 13 | "dependencies": { |
14 | | - "@radix-ui/react-accordion": "^1.2.3", |
15 | | - "@radix-ui/react-dialog": "^1.1.6", |
16 | | - "@radix-ui/react-dropdown-menu": "^2.1.6", |
17 | | - "@radix-ui/react-navigation-menu": "^1.2.5", |
18 | | - "@radix-ui/react-progress": "^1.1.7", |
19 | | - "@radix-ui/react-separator": "^1.1.7", |
20 | | - "@radix-ui/react-slot": "^1.1.2", |
21 | | - "@radix-ui/react-tabs": "^1.1.12", |
| 14 | + "@radix-ui/react-accordion": "^1.2.12", |
| 15 | + "@radix-ui/react-dialog": "^1.1.15", |
| 16 | + "@radix-ui/react-dropdown-menu": "^2.1.16", |
| 17 | + "@radix-ui/react-navigation-menu": "^1.2.14", |
| 18 | + "@radix-ui/react-progress": "^1.1.8", |
| 19 | + "@radix-ui/react-separator": "^1.1.8", |
| 20 | + "@radix-ui/react-slot": "^1.2.4", |
| 21 | + "@radix-ui/react-tabs": "^1.1.13", |
22 | 22 | "class-variance-authority": "^0.7.1", |
23 | 23 | "clsx": "^2.1.1", |
24 | | - "framer-motion": "^12.18.1", |
25 | | - "lucide-react": "^0.516.0", |
26 | | - "motion": "^12.18.1", |
27 | | - "next": "15.3.8", |
28 | | - "next-mdx-remote": "^5.0.0", |
29 | | - "posthog-js": "^1.253.4", |
30 | | - "react": "19.1.0", |
31 | | - "react-dom": "19.1.0", |
32 | | - "tailwind-merge": "^3.3.1", |
| 24 | + "framer-motion": "^12.38.0", |
| 25 | + "lucide-react": "^1.7.0", |
| 26 | + "motion": "^12.38.0", |
| 27 | + "next": "16.2.2", |
| 28 | + "next-mdx-remote": "^6.0.0", |
| 29 | + "posthog-js": "^1.364.6", |
| 30 | + "react": "19.2.4", |
| 31 | + "react-dom": "19.2.4", |
| 32 | + "tailwind-merge": "^3.5.0", |
33 | 33 | "tailwindcss-animate": "^1.0.7" |
34 | 34 | }, |
35 | 35 | "devDependencies": { |
36 | | - "@biomejs/biome": "^1.9.4", |
37 | | - "@tailwindcss/postcss": "^4.1.10", |
38 | | - "@types/node": "^24", |
| 36 | + "@biomejs/biome": "^2.4.10", |
| 37 | + "@tailwindcss/postcss": "^4.2.2", |
| 38 | + "@types/node": "^25", |
39 | 39 | "@types/react": "^19", |
40 | 40 | "@types/react-dom": "^19", |
41 | 41 | "postcss": "^8", |
42 | | - "tailwindcss": "^4.1.10", |
43 | | - "typescript": "^5" |
| 42 | + "tailwindcss": "^4.2.2", |
| 43 | + "typescript": "^6" |
44 | 44 | } |
45 | 45 | } |
0 commit comments