|
10 | 10 | "postinstall": "prisma generate"
|
11 | 11 | },
|
12 | 12 | "dependencies": {
|
13 |
| - "@auth/prisma-adapter": "^1.0.2", |
| 13 | + "@auth/prisma-adapter": "^2.0.0", |
14 | 14 | "@prisma/client": "^5.2.0",
|
15 | 15 | "@radix-ui/react-dropdown-menu": "^2.0.5",
|
16 | 16 | "@radix-ui/react-icons": "^1.3.0",
|
17 | 17 | "@radix-ui/react-scroll-area": "^1.0.4",
|
18 | 18 | "@radix-ui/react-slot": "^1.0.2",
|
19 |
| - "@t3-oss/env-nextjs": "^0.9.0", |
| 19 | + "@t3-oss/env-nextjs": "^0.10.0", |
20 | 20 | "@types/react": "18.2.65",
|
21 | 21 | "@types/react-dom": "18.2.22",
|
22 | 22 | "@types/react-syntax-highlighter": "^15.5.7",
|
23 | 23 | "ai": "^3.0.0",
|
24 |
| - "autoprefixer": "10.4.18", |
| 24 | + "autoprefixer": "10.4.19", |
25 | 25 | "bun-types": "^1.0.2",
|
26 | 26 | "class-variance-authority": "^0.7.0",
|
27 | 27 | "clsx": "^2.0.0",
|
28 |
| - "eslint": "8.57.0", |
29 |
| - "eslint-config-next": "14.1.3", |
| 28 | + "eslint": "9.1.1", |
| 29 | + "eslint-config-next": "14.2.2", |
30 | 30 | "geist": "^1.1.0",
|
31 | 31 | "langchain": "^0.1.0",
|
32 |
| - "lucide-react": "0.356.0", |
33 |
| - "next": "14.1.3", |
| 32 | + "lucide-react": "0.372.0", |
| 33 | + "next": "14.2.2", |
34 | 34 | "next-auth": "^4.23.1",
|
35 | 35 | "next-themes": "^0.3.0",
|
36 |
| - "postcss": "8.4.35", |
| 36 | + "postcss": "8.4.38", |
37 | 37 | "prisma": "^5.2.0",
|
38 | 38 | "react": "18.2.0",
|
39 | 39 | "react-dom": "18.2.0",
|
|
42 | 42 | "rehype-sanitize": "^6.0.0",
|
43 | 43 | "remark-gfm": "^4.0.0",
|
44 | 44 | "tailwind-merge": "^2.0.0",
|
45 |
| - "tailwindcss": "3.4.1", |
| 45 | + "tailwindcss": "3.4.3", |
46 | 46 | "tailwindcss-animate": "^1.0.7",
|
47 |
| - "typescript": "5.4.2", |
| 47 | + "typescript": "5.4.5", |
48 | 48 | "zod": "^3.22.2"
|
49 | 49 | }
|
50 | 50 | }
|
0 commit comments