|
11 | 11 | "start": "next start" |
12 | 12 | }, |
13 | 13 | "dependencies": { |
14 | | - "@hookform/resolvers": "^3.7.0", |
| 14 | + "@hookform/resolvers": "^5.2.2", |
15 | 15 | "@radix-ui/react-alert-dialog": "^1.1.1", |
16 | 16 | "@radix-ui/react-avatar": "^1.1.0", |
17 | 17 | "@radix-ui/react-checkbox": "^1.1.1", |
|
35 | 35 | "class-variance-authority": "^0.7.0", |
36 | 36 | "clsx": "^2.1.1", |
37 | 37 | "cmdk": "^1.0.0", |
38 | | - "date-fns": "^3.6.0", |
| 38 | + "date-fns": "^4.1.0", |
39 | 39 | "lucide-react": "^0.400.0", |
40 | | - "next": "14.2.32", |
| 40 | + "next": "15.5.3", |
41 | 41 | "next-themes": "^0.3.0", |
42 | | - "react": "^18", |
43 | | - "react-day-picker": "^8.10.1", |
44 | | - "react-dom": "^18", |
| 42 | + "react": "^19.1.1", |
| 43 | + "react-day-picker": "^9.11.0", |
| 44 | + "react-dom": "^19.1.1", |
45 | 45 | "react-hook-form": "^7.52.1", |
46 | | - "recharts": "^2.12.7", |
47 | | - "sonner": "^1.5.0", |
| 46 | + "recharts": "^3.2.1", |
| 47 | + "sonner": "^2.0.7", |
48 | 48 | "swr": "^2.2.5", |
49 | | - "tailwind-merge": "^2.3.0", |
| 49 | + "tailwind-merge": "^3.3.1", |
50 | 50 | "tailwindcss-animate": "^1.0.7", |
51 | | - "vaul": "^0.9.1", |
52 | | - "zod": "^3.23.8" |
| 51 | + "vaul": "^1.1.2", |
| 52 | + "zod": "^4.1.11" |
53 | 53 | }, |
54 | 54 | "devDependencies": { |
55 | 55 | "@trivago/prettier-plugin-sort-imports": "5.2.2", |
56 | | - "@types/node": "^20", |
57 | | - "@types/react": "^18", |
58 | | - "@types/react-dom": "^18", |
59 | | - "eslint": "^8.57.1", |
60 | | - "eslint-config-next": "14.2.4", |
| 56 | + "@types/node": "^22.18.6", |
| 57 | + "@types/react": "^19.1.13", |
| 58 | + "@types/react-dom": "^19.1.9", |
| 59 | + "eslint": "^9.36.0", |
| 60 | + "eslint-config-next": "15.5.3", |
61 | 61 | "postcss": "^8", |
62 | 62 | "prettier": "3.5.3", |
63 | 63 | "prettier-plugin-astro": "0.14.1", |
64 | | - "tailwindcss": "^3.4.1", |
| 64 | + "tailwindcss": "^4.1.13", |
65 | 65 | "typescript": "^5" |
66 | 66 | }, |
67 | 67 | "packageManager": "[email protected]" |
|
0 commit comments