|
10 | 10 | "db:migrate": "cross-env DB_MIGRATING=true drizzle-kit migrate" |
11 | 11 | }, |
12 | 12 | "dependencies": { |
13 | | - "@auth/drizzle-adapter": "^1.8.0", |
14 | | - "@conform-to/react": "^1.3.0", |
15 | | - "@conform-to/zod": "^1.3.0", |
| 13 | + "@auth/drizzle-adapter": "^1.11.1", |
| 14 | + "@conform-to/react": "^1.14.1", |
| 15 | + "@conform-to/zod": "^1.14.1", |
16 | 16 | "@nextui-org/react": "^2.6.11", |
17 | | - "@t3-oss/env-nextjs": "^0.12.0", |
18 | | - "@tabler/icons-react": "^3.31.0", |
19 | | - "dotenv": "^16.4.7", |
20 | | - "dotenv-expand": "^12.0.1", |
21 | | - "drizzle-orm": "^0.41.0", |
22 | | - "drizzle-zod": "^0.7.1", |
23 | | - "framer-motion": "^11.15.0", |
24 | | - "jiti": "^2.4.2", |
25 | | - "next": "15.2.4", |
26 | | - "next-auth": "^4.24.11", |
| 17 | + "@t3-oss/env-nextjs": "^0.13.8", |
| 18 | + "@tabler/icons-react": "^3.35.0", |
| 19 | + "dotenv": "^17.2.3", |
| 20 | + "dotenv-expand": "^12.0.3", |
| 21 | + "drizzle-orm": "^0.45.0", |
| 22 | + "drizzle-zod": "^0.8.3", |
| 23 | + "framer-motion": "^12.23.25", |
| 24 | + "jiti": "^2.6.1", |
| 25 | + "next": "15.5.7", |
| 26 | + "next-auth": "^4.24.13", |
27 | 27 | "next-themes": "^0.4.6", |
28 | | - "postgres": "^3.4.5", |
29 | | - "react": "^18", |
30 | | - "react-dom": "^18", |
31 | | - "zod": "^3.24.2" |
| 28 | + "postgres": "^3.4.7", |
| 29 | + "react": "^19.2.1", |
| 30 | + "react-dom": "^19.2.1", |
| 31 | + "zod": "^4.1.13" |
32 | 32 | }, |
33 | 33 | "devDependencies": { |
34 | | - "@trivago/prettier-plugin-sort-imports": "^5.2.2", |
35 | | - "@types/node": "^22", |
36 | | - "@types/react": "^18", |
37 | | - "@types/react-dom": "^18", |
38 | | - "cross-env": "^7.0.3", |
39 | | - "drizzle-kit": "^0.30.6", |
40 | | - "eslint": "^9.23.0", |
41 | | - "eslint-config-next": "15.2.4", |
42 | | - "eslint-config-prettier": "^9.1.0", |
43 | | - "eslint-plugin-check-file": "^2.8.0", |
44 | | - "eslint-plugin-n": "^17.17.0", |
45 | | - "postcss": "^8", |
46 | | - "prettier": "3.5.3", |
47 | | - "prettier-plugin-tailwindcss": "^0.6.11", |
| 34 | + "@trivago/prettier-plugin-sort-imports": "^6.0.0", |
| 35 | + "@types/node": "^24.10.1", |
| 36 | + "@types/react": "^19.2.7", |
| 37 | + "@types/react-dom": "^19.2.3", |
| 38 | + "cross-env": "^10.1.0", |
| 39 | + "drizzle-kit": "^0.31.8", |
| 40 | + "eslint": "^9.39.1", |
| 41 | + "eslint-config-next": "15.5.7", |
| 42 | + "eslint-config-prettier": "^10.1.8", |
| 43 | + "eslint-plugin-check-file": "^3.3.1", |
| 44 | + "eslint-plugin-n": "^17.23.1", |
| 45 | + "postcss": "^8.5.6", |
| 46 | + "prettier": "3.7.4", |
| 47 | + "prettier-plugin-tailwindcss": "^0.7.2", |
48 | 48 | "tailwindcss": "^3.4.17", |
49 | | - "typescript": "^5" |
| 49 | + "typescript": "^5.9.3" |
50 | 50 | }, |
51 | 51 | "license": "MIT" |
52 | 52 | } |
0 commit comments