|
17 | 17 | "format:fix": "prettier --check --write ." |
18 | 18 | }, |
19 | 19 | "dependencies": { |
20 | | - "@auth/drizzle-adapter": "^1.7.4", |
| 20 | + "@auth/drizzle-adapter": "^1.8.0", |
21 | 21 | "@hookform/error-message": "^2.0.1", |
22 | 22 | "@hookform/resolvers": "4.0.0", |
23 | 23 | "@radix-ui/react-alert-dialog": "^1.1.6", |
|
30 | 30 | "@radix-ui/react-slot": "^1.1.2", |
31 | 31 | "@radix-ui/react-tooltip": "^1.1.8", |
32 | 32 | "@t3-oss/env-nextjs": "^0.12.0", |
33 | | - "@tanstack/react-query": "^5.66.9", |
34 | | - "@trpc/client": "11.0.0-rc.730", |
35 | | - "@trpc/react-query": "11.0.0-rc.730", |
36 | | - "@trpc/server": "11.0.0-rc.730", |
| 33 | + "@tanstack/react-query": "^5.70.0", |
| 34 | + "@trpc/client": "11.0.1", |
| 35 | + "@trpc/react-query": "11.0.1", |
| 36 | + "@trpc/server": "11.0.1", |
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.3", |
41 | | - "drizzle-zod": "^0.7.0", |
| 40 | + "drizzle-orm": "^0.41.0", |
| 41 | + "drizzle-zod": "^0.7.1", |
42 | 42 | "geist": "^1.3.1", |
43 | | - "lucide-react": "^0.475.0", |
44 | | - "next": "^15.1.7", |
| 43 | + "lucide-react": "^0.485.0", |
| 44 | + "next": "^15.2.4", |
45 | 45 | "next-auth": "5.0.0-beta.25", |
46 | | - "next-themes": "^0.4.4", |
47 | | - "nextjs-toploader": "^3.7.15", |
48 | | - "pg": "^8.13.3", |
| 46 | + "next-themes": "^0.4.6", |
| 47 | + "nextjs-toploader": "^3.8.16", |
| 48 | + "pg": "^8.14.1", |
49 | 49 | "postgres": "^3.4.5", |
50 | 50 | "radix-ui": "^1.1.3", |
51 | | - "react": "^19.0.0", |
52 | | - "react-dom": "^19.0.0", |
53 | | - "react-hook-form": "^7.54.2", |
| 51 | + "react": "^19.1.0", |
| 52 | + "react-dom": "^19.1.0", |
| 53 | + "react-hook-form": "^7.55.0", |
54 | 54 | "server-only": "^0.0.1", |
55 | | - "sonner": "^2.0.1", |
| 55 | + "sonner": "^2.0.2", |
56 | 56 | "superjson": "^2.2.2", |
57 | | - "tailwind-merge": "^3.0.1", |
| 57 | + "tailwind-merge": "^3.0.2", |
58 | 58 | "tailwindcss-animate": "^1.0.7", |
59 | 59 | "uuid": "^11.1.0", |
60 | 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.8", |
| 64 | + "@tailwindcss/postcss": "^4.0.17", |
65 | 65 | "@types/bcrypt": "^5.0.2", |
66 | 66 | "@types/eslint": "^9.6.1", |
67 | | - "@types/node": "^22.13.5", |
| 67 | + "@types/node": "^22.13.14", |
68 | 68 | "@types/pg": "^8.11.11", |
69 | | - "@types/react": "^19.0.10", |
| 69 | + "@types/react": "^19.0.12", |
70 | 70 | "@types/react-dom": "^19.0.4", |
71 | 71 | "@types/uuid": "^10.0.0", |
72 | | - "@typescript-eslint/eslint-plugin": "^8.24.1", |
73 | | - "@typescript-eslint/parser": "^8.24.1", |
74 | | - "drizzle-kit": "^0.30.4", |
75 | | - "eslint": "^9.21.0", |
76 | | - "eslint-config-next": "^15.1.7", |
| 72 | + "@typescript-eslint/eslint-plugin": "^8.28.0", |
| 73 | + "@typescript-eslint/parser": "^8.28.0", |
| 74 | + "drizzle-kit": "^0.30.6", |
| 75 | + "eslint": "^9.23.0", |
| 76 | + "eslint-config-next": "^15.2.4", |
77 | 77 | "eslint-plugin-drizzle": "^0.2.3", |
78 | 78 | "postcss": "^8.5.3", |
79 | | - "prettier": "^3.5.1", |
| 79 | + "prettier": "^3.5.3", |
80 | 80 | "prettier-plugin-tailwindcss": "^0.6.11", |
81 | | - "tailwindcss": "^4.0.8", |
82 | | - "typescript": "^5.7.3", |
83 | | - "typescript-eslint": "^8.24.1" |
| 81 | + "tailwindcss": "^4.0.17", |
| 82 | + "typescript": "^5.8.2", |
| 83 | + "typescript-eslint": "^8.28.0" |
84 | 84 | }, |
85 | 85 | "ct3aMetadata": { |
86 | 86 | "initVersion": "7.37.0" |
|
0 commit comments