|
19 | 19 | "dependencies": { |
20 | 20 | "@auth/drizzle-adapter": "^1.7.4", |
21 | 21 | "@hookform/error-message": "^2.0.1", |
22 | | - "@hookform/resolvers": "^3.10.0", |
23 | | - "@radix-ui/react-alert-dialog": "^1.1.5", |
24 | | - "@radix-ui/react-dialog": "^1.1.5", |
25 | | - "@radix-ui/react-dropdown-menu": "^2.1.5", |
| 22 | + "@hookform/resolvers": "4.0.0", |
| 23 | + "@radix-ui/react-alert-dialog": "^1.1.6", |
| 24 | + "@radix-ui/react-dialog": "^1.1.6", |
| 25 | + "@radix-ui/react-dropdown-menu": "^2.1.6", |
26 | 26 | "@radix-ui/react-icons": "^1.3.2", |
27 | | - "@radix-ui/react-label": "^2.1.1", |
28 | | - "@radix-ui/react-navigation-menu": "^1.2.4", |
29 | | - "@radix-ui/react-separator": "^1.1.1", |
30 | | - "@radix-ui/react-slot": "^1.1.1", |
31 | | - "@radix-ui/react-tooltip": "^1.1.7", |
| 27 | + "@radix-ui/react-label": "^2.1.2", |
| 28 | + "@radix-ui/react-navigation-menu": "^1.2.5", |
| 29 | + "@radix-ui/react-separator": "^1.1.2", |
| 30 | + "@radix-ui/react-slot": "^1.1.2", |
| 31 | + "@radix-ui/react-tooltip": "^1.1.8", |
32 | 32 | "@t3-oss/env-nextjs": "^0.12.0", |
33 | | - "@tanstack/react-query": "^5.66.0", |
| 33 | + "@tanstack/react-query": "^5.66.9", |
34 | 34 | "@trpc/client": "11.0.0-rc.730", |
35 | 35 | "@trpc/react-query": "11.0.0-rc.730", |
36 | 36 | "@trpc/server": "11.0.0-rc.730", |
37 | 37 | "bcrypt": "^5.1.1", |
38 | 38 | "class-variance-authority": "^0.7.1", |
39 | 39 | "clsx": "^2.1.1", |
40 | | - "drizzle-orm": "^0.39.1", |
| 40 | + "drizzle-orm": "^0.39.3", |
41 | 41 | "drizzle-zod": "^0.7.0", |
42 | 42 | "geist": "^1.3.1", |
43 | | - "lucide-react": "^0.474.0", |
44 | | - "next": "^15.1.6", |
| 43 | + "lucide-react": "^0.475.0", |
| 44 | + "next": "^15.1.7", |
45 | 45 | "next-auth": "5.0.0-beta.25", |
46 | 46 | "next-themes": "^0.4.4", |
47 | 47 | "nextjs-toploader": "^3.7.15", |
48 | | - "pg": "^8.13.1", |
| 48 | + "pg": "^8.13.3", |
49 | 49 | "postgres": "^3.4.5", |
50 | | - "radix-ui": "^1.1.2", |
| 50 | + "radix-ui": "^1.1.3", |
51 | 51 | "react": "^19.0.0", |
52 | 52 | "react-dom": "^19.0.0", |
53 | 53 | "react-hook-form": "^7.54.2", |
54 | 54 | "server-only": "^0.0.1", |
55 | | - "sonner": "^1.7.3", |
| 55 | + "sonner": "^2.0.1", |
56 | 56 | "superjson": "^2.2.2", |
57 | 57 | "tailwind-merge": "^3.0.1", |
58 | 58 | "tailwindcss-animate": "^1.0.7", |
59 | | - "uuid": "^11.0.5", |
60 | | - "zod": "^3.24.1" |
| 59 | + "uuid": "^11.1.0", |
| 60 | + "zod": "^3.24.2" |
61 | 61 | }, |
62 | 62 | "devDependencies": { |
63 | 63 | "@ianvs/prettier-plugin-sort-imports": "^4.4.1", |
64 | | - "@tailwindcss/postcss": "^4.0.1", |
| 64 | + "@tailwindcss/postcss": "^4.0.8", |
65 | 65 | "@types/bcrypt": "^5.0.2", |
66 | 66 | "@types/eslint": "^9.6.1", |
67 | | - "@types/node": "^22.12.0", |
| 67 | + "@types/node": "^22.13.5", |
68 | 68 | "@types/pg": "^8.11.11", |
69 | | - "@types/react": "^19.0.8", |
70 | | - "@types/react-dom": "^19.0.3", |
| 69 | + "@types/react": "^19.0.10", |
| 70 | + "@types/react-dom": "^19.0.4", |
71 | 71 | "@types/uuid": "^10.0.0", |
72 | | - "@typescript-eslint/eslint-plugin": "^8.22.0", |
73 | | - "@typescript-eslint/parser": "^8.22.0", |
| 72 | + "@typescript-eslint/eslint-plugin": "^8.24.1", |
| 73 | + "@typescript-eslint/parser": "^8.24.1", |
74 | 74 | "drizzle-kit": "^0.30.4", |
75 | | - "eslint": "^9.19.0", |
76 | | - "eslint-config-next": "^15.1.6", |
| 75 | + "eslint": "^9.21.0", |
| 76 | + "eslint-config-next": "^15.1.7", |
77 | 77 | "eslint-plugin-drizzle": "^0.2.3", |
78 | | - "postcss": "^8.5.1", |
79 | | - "prettier": "^3.4.2", |
| 78 | + "postcss": "^8.5.3", |
| 79 | + "prettier": "^3.5.1", |
80 | 80 | "prettier-plugin-tailwindcss": "^0.6.11", |
81 | | - "tailwindcss": "^4.0.1", |
| 81 | + "tailwindcss": "^4.0.8", |
82 | 82 | "typescript": "^5.7.3", |
83 | | - "typescript-eslint": "^8.22.0" |
| 83 | + "typescript-eslint": "^8.24.1" |
84 | 84 | }, |
85 | 85 | "ct3aMetadata": { |
86 | 86 | "initVersion": "7.37.0" |
|
0 commit comments