|
27 | 27 | "@mui/icons-material": "^7.3.7", |
28 | 28 | "@mui/material": "^7.3.7", |
29 | 29 | "@mui/material-nextjs": "^7.3.7", |
30 | | - "@prisma/client": "^6.4.1", |
| 30 | + "@prisma/adapter-pg": "^7.3.0", |
| 31 | + "@prisma/client": "^7.3.0", |
31 | 32 | "@radix-ui/react-checkbox": "^1.0.4", |
32 | 33 | "@radix-ui/react-dialog": "^1.0.5", |
33 | 34 | "@radix-ui/react-dropdown-menu": "^2.0.6", |
|
41 | 42 | "@tanstack/eslint-plugin-query": "^5.66.1", |
42 | 43 | "@tanstack/react-query": "^5.69.0", |
43 | 44 | "@tanstack/react-query-devtools": "^5.69.0", |
| 45 | + "@types/pg": "^8.16.0", |
44 | 46 | "bcryptjs": "^2.4.3", |
45 | 47 | "class-variance-authority": "^0.7.0", |
46 | 48 | "clsx": "^2.1.1", |
47 | 49 | "dayjs": "^1.11.13", |
48 | | - "dotenv": "^16.4.7", |
| 50 | + "dotenv": "^17.2.3", |
49 | 51 | "lucide-react": "^0.477.0", |
50 | 52 | "next": "16.1.1", |
51 | 53 | "next-intl": "^4.6.0", |
52 | 54 | "next-themes": "^0.4.4", |
| 55 | + "pg": "^8.17.2", |
53 | 56 | "react": "19.2.3", |
54 | 57 | "react-dom": "19.2.3", |
55 | 58 | "react-hook-form": "^7.51.5", |
56 | 59 | "svix": "^1.61.2", |
57 | 60 | "tailwind-merge": "^2.3.0", |
58 | 61 | "tailwindcss-animate": "^1.0.7", |
| 62 | + "tsx": "^4.21.0", |
59 | 63 | "ws": "^8.17.0", |
60 | 64 | "zod": "^3.23.8" |
61 | 65 | }, |
|
89 | 93 | "postcss": "^8", |
90 | 94 | "prettier": "^3.8.0", |
91 | 95 | "prettier-plugin-tailwindcss": "^0.6.11", |
92 | | - "prisma": "^6.4.1", |
| 96 | + "prisma": "^7.3.0", |
93 | 97 | "tailwindcss": "^3.4.17", |
94 | 98 | "typescript": "^5.7.3", |
95 | 99 | "typescript-eslint": "^8.25.0" |
|
0 commit comments