|
6 | 6 | "start": "next start" |
7 | 7 | }, |
8 | 8 | "dependencies": { |
9 | | - "@heroicons/react": "^2.1.4", |
10 | | - "@tailwindcss/forms": "^0.5.7", |
11 | | - "@vercel/postgres": "^0.8.0", |
12 | | - "autoprefixer": "10.4.19", |
| 9 | + "@heroicons/react": "^2.2.0", |
| 10 | + "@tailwindcss/forms": "^0.5.9", |
| 11 | + "@vercel/postgres": "^0.10.0", |
| 12 | + "autoprefixer": "10.4.20", |
13 | 13 | "bcrypt": "^5.1.1", |
14 | 14 | "clsx": "^2.1.1", |
15 | | - "next": "latest", |
| 15 | + "next": "^15.0.3", |
16 | 16 | "next-auth": "5.0.0-beta.19", |
17 | | - "postcss": "8.4.38", |
| 17 | + "postcss": "8.4.49", |
18 | 18 | "react": "19.0.0-rc-cd22717c-20241013", |
19 | 19 | "react-dom": "19.0.0-rc-cd22717c-20241013", |
20 | | - "tailwindcss": "3.4.4", |
21 | | - "typescript": "5.5.2", |
22 | | - "use-debounce": "^10.0.1", |
| 20 | + "tailwindcss": "3.4.15", |
| 21 | + "typescript": "5.7.2", |
| 22 | + "use-debounce": "^10.0.4", |
23 | 23 | "zod": "^3.23.8" |
24 | 24 | }, |
25 | 25 | "devDependencies": { |
26 | 26 | "@types/bcrypt": "^5.0.2", |
27 | | - "@types/node": "20.14.8", |
| 27 | + "@types/node": "22.10.1", |
28 | 28 | "@types/react": "npm:[email protected]", |
29 | 29 | "@types/react-dom": "npm:[email protected]" |
30 | 30 | }, |
|
0 commit comments