|
19 | 19 | "start": "next start" |
20 | 20 | }, |
21 | 21 | "dependencies": { |
22 | | - "@hookform/resolvers": "^3.7.0", |
| 22 | + "@hookform/resolvers": "^5.2.2", |
23 | 23 | "@radix-ui/react-alert-dialog": "^1.1.1", |
24 | 24 | "@radix-ui/react-avatar": "^1.1.0", |
25 | 25 | "@radix-ui/react-checkbox": "^1.1.1", |
|
43 | 43 | "class-variance-authority": "^0.7.0", |
44 | 44 | "clsx": "^2.1.1", |
45 | 45 | "cmdk": "^1.0.0", |
46 | | - "date-fns": "^3.6.0", |
47 | | - "lucide-react": "^0.400.0", |
| 46 | + "date-fns": "^4.1.0", |
| 47 | + "lucide-react": "^1.14.0", |
48 | 48 | "next": "15.5.10", |
49 | 49 | "next-themes": "^0.3.0", |
50 | | - "react": "^18", |
51 | | - "react-day-picker": "^8.10.1", |
52 | | - "react-dom": "^18", |
| 50 | + "react": "^19.2.6", |
| 51 | + "react-day-picker": "^10.0.0", |
| 52 | + "react-dom": "^19.2.6", |
53 | 53 | "react-hook-form": "^7.52.1", |
54 | | - "recharts": "^2.12.7", |
55 | | - "sonner": "^1.5.0", |
| 54 | + "recharts": "^3.8.1", |
| 55 | + "sonner": "^2.0.7", |
56 | 56 | "swr": "^2.2.5", |
57 | | - "tailwind-merge": "^2.3.0", |
| 57 | + "tailwind-merge": "^3.6.0", |
58 | 58 | "tailwindcss-animate": "^1.0.7", |
59 | | - "vaul": "^0.9.1", |
60 | | - "zod": "^3.23.8" |
| 59 | + "vaul": "^1.1.2", |
| 60 | + "zod": "^4.4.3" |
61 | 61 | }, |
62 | 62 | "devDependencies": { |
63 | 63 | "@trivago/prettier-plugin-sort-imports": "6.0.2", |
64 | | - "@types/node": "^20", |
65 | | - "@types/react": "^18", |
66 | | - "@types/react-dom": "^18", |
67 | | - "eslint": "^8.57.1", |
68 | | - "eslint-config-next": "14.2.4", |
| 64 | + "@types/node": "^24.12.3", |
| 65 | + "@types/react": "^19.2.14", |
| 66 | + "@types/react-dom": "^19.2.3", |
| 67 | + "eslint": "^10.3.0", |
| 68 | + "eslint-config-next": "16.2.6", |
69 | 69 | "postcss": "^8", |
70 | 70 | "prettier": "3.8.3", |
71 | 71 | "prettier-plugin-astro": "0.14.1", |
72 | | - "tailwindcss": "^3.4.1", |
73 | | - "typescript": "^5" |
| 72 | + "tailwindcss": "^4.3.0", |
| 73 | + "typescript": "^6.0.3" |
74 | 74 | }, |
75 | 75 | "packageManager": "pnpm@10.10.0" |
76 | 76 | } |
0 commit comments