|
10 | 10 | "lint:fix": "next lint --fix"
|
11 | 11 | },
|
12 | 12 | "dependencies": {
|
13 |
| - "@aws-sdk/client-s3": "^3.572.0", |
14 |
| - "cookies-next": "^4.1.1", |
15 |
| - "drizzle-orm": "^0.30.10", |
16 |
| - "firebase": "^10.11.1", |
17 |
| - "firebase-admin": "^12.1.0", |
| 13 | + "@aws-sdk/client-s3": "^3.620.1", |
| 14 | + "cookies-next": "^4.2.1", |
| 15 | + "drizzle-orm": "^0.32.1", |
| 16 | + "firebase": "^10.12.4", |
| 17 | + "firebase-admin": "^12.3.0", |
18 | 18 | "immer": "^10.1.1",
|
19 |
| - "lucide-react": "^0.378.0", |
20 |
| - "next": "14.2.3", |
21 |
| - "pg": "^8.11.5", |
| 19 | + "lucide-react": "^0.417.0", |
| 20 | + "next": "14.2.5", |
| 21 | + "pg": "^8.12.0", |
22 | 22 | "react": "^18.3.1",
|
23 | 23 | "react-dom": "^18.3.1",
|
24 | 24 | "react-hot-toast": "^2.4.1",
|
25 | 25 | "reactish-state": "^0.11.1",
|
26 |
| - "sharp": "^0.33.3", |
27 |
| - "undici": "^6.16.0", |
28 |
| - "use-immer": "^0.9.0" |
| 26 | + "sharp": "^0.33.4", |
| 27 | + "undici": "^6.19.4", |
| 28 | + "use-immer": "^0.10.0" |
29 | 29 | },
|
30 | 30 | "devDependencies": {
|
31 | 31 | "@hazmi35/eslint-config": "^14.0.1",
|
32 | 32 | "@next/eslint-plugin-next": "^14.2.5",
|
33 |
| - "@types/node": "^20.12.11", |
| 33 | + "@types/node": "^20.14.13", |
34 | 34 | "@types/pg": "^8.11.6",
|
35 |
| - "@types/react": "^18.3.1", |
| 35 | + "@types/react": "^18.3.3", |
36 | 36 | "@types/react-dom": "^18.3.0",
|
37 | 37 | "@typescript-eslint/eslint-plugin": "^7.18.0",
|
38 |
| - "drizzle-kit": "^0.20.18", |
| 38 | + "drizzle-kit": "^0.23.0", |
39 | 39 | "eslint": "^9.8.0",
|
40 | 40 | "eslint-config-next": "14.2.5",
|
41 | 41 | "eslint-plugin-drizzle": "^0.2.3",
|
42 | 42 | "eslint-plugin-tailwindcss": "^3.17.4",
|
43 |
| - "postcss": "^8.4.38", |
44 |
| - "tailwindcss": "^3.4.3", |
| 43 | + "postcss": "^8.4.40", |
| 44 | + "tailwindcss": "^3.4.7", |
45 | 45 | "typescript": "^5.5.4"
|
46 | 46 | },
|
47 | 47 | "eslintConfig": {
|
|
0 commit comments