|
15 | 15 | "prepare": "husky" |
16 | 16 | }, |
17 | 17 | "dependencies": { |
18 | | - "@mantine/core": "^7.16.2", |
19 | | - "@mantine/form": "^7.17.1", |
20 | | - "@mantine/hooks": "^7.16.2", |
21 | | - "@tabler/icons-react": "^3.29.0", |
22 | | - "@vercel/analytics": "^1.4.1", |
| 18 | + "@mantine/core": "^7.17.2", |
| 19 | + "@mantine/form": "^7.17.2", |
| 20 | + "@mantine/hooks": "^7.17.2", |
| 21 | + "@tabler/icons-react": "^3.31.0", |
| 22 | + "@vercel/analytics": "^1.5.0", |
23 | 23 | "@vercel/postgres": "^0.10.0", |
24 | | - "@vercel/speed-insights": "^1.1.0", |
| 24 | + "@vercel/speed-insights": "^1.2.0", |
25 | 25 | "bcrypt": "^5.1.1", |
26 | 26 | "clsx": "^2.1.1", |
27 | 27 | "dotenv": "^16.4.7", |
28 | | - "eslint": "^9.19.0", |
29 | | - "next": "^15.1.6", |
| 28 | + "eslint": "^9.23.0", |
| 29 | + "next": "^15.2.3", |
30 | 30 | "next-auth": "5.0.0-beta.25", |
31 | 31 | "react": "^19.0.0", |
32 | 32 | "react-dom": "^19.0.0", |
33 | 33 | "react-icons": "^5.5.0", |
34 | 34 | "sharp": "^0.33.5", |
35 | 35 | "uuid": "^11.1.0", |
36 | | - "zod": "^3.24.1" |
| 36 | + "zod": "^3.24.2" |
37 | 37 | }, |
38 | 38 | "devDependencies": { |
39 | | - "@playwright/test": "^1.50.1", |
| 39 | + "@playwright/test": "^1.51.1", |
40 | 40 | "@types/bcrypt": "^5.0.2", |
41 | | - "@types/node": "^22.13.0", |
42 | | - "@types/react": "^19.0.8", |
| 41 | + "@types/node": "^22.13.11", |
| 42 | + "@types/react": "^19.0.12", |
43 | 43 | "@types/react-dom": "^19.0.4", |
44 | 44 | "eslint-config-next": "15.1.4", |
45 | 45 | "eslint-config-prettier": "^9.1.0", |
46 | 46 | "husky": "^9.1.7", |
47 | | - "lint-staged": "^15.4.3", |
48 | | - "postcss": "^8.5.1", |
| 47 | + "lint-staged": "^15.5.0", |
| 48 | + "postcss": "^8.5.3", |
49 | 49 | "postcss-preset-mantine": "^1.17.0", |
50 | 50 | "postcss-simple-vars": "^7.0.1", |
51 | 51 | "prettier": "3.5.2", |
52 | | - "typescript": "^5.7.3" |
| 52 | + "typescript": "^5.8.2" |
53 | 53 | }, |
54 | 54 | "lint-staged": { |
55 | 55 | "**/*": "prettier --write --ignore-unknown" |
|
0 commit comments