|
10 | 10 | "format": "prettier --write \"./**/*.{ts,tsx,json}\""
|
11 | 11 | },
|
12 | 12 | "dependencies": {
|
13 |
| - "@auth/xata-adapter": "^1.4.2", |
14 |
| - "@t3-oss/env-nextjs": "^0.11.1", |
| 13 | + "@auth/xata-adapter": "^1.10.0", |
| 14 | + "@t3-oss/env-nextjs": "^0.13.8", |
15 | 15 | "@twuni/emojify": "^1.0.2",
|
16 |
| - "@xata.io/client": "^0.30.0", |
17 |
| - "axios": "^1.7.7", |
18 |
| - "class-variance-authority": "^0.7.0", |
| 16 | + "@xata.io/client": "^0.30.1", |
| 17 | + "axios": "^1.11.0", |
| 18 | + "class-variance-authority": "^0.7.1", |
19 | 19 | "clsx": "^2.1.1",
|
20 |
| - "daisyui": "^4.12.10", |
21 |
| - "framer-motion": "^11.5.4", |
22 |
| - "jotai": "^2.9.3", |
23 |
| - "lucide-react": "^0.439.0", |
24 |
| - "next": "^14.2.9", |
| 20 | + "daisyui": "^5.0.50", |
| 21 | + "framer-motion": "^12.23.12", |
| 22 | + "jotai": "^2.12.5", |
| 23 | + "lucide-react": "^0.536.0", |
| 24 | + "next": "^15.4.5", |
25 | 25 | "next-auth": "5.0.0-beta.20",
|
26 |
| - "next-cloudinary": "^6.12.0", |
27 |
| - "next-seo": "^6.6.0", |
| 26 | + "next-cloudinary": "^6.16.0", |
| 27 | + "next-seo": "^6.8.0", |
28 | 28 | "nextjs-progressbar": "^0.0.16",
|
29 |
| - "react": "18.3.1", |
30 |
| - "react-dom": "18.3.1", |
31 |
| - "react-hook-form": "^7.53.0", |
32 |
| - "react-hot-toast": "^2.4.1", |
33 |
| - "react-icons": "^5.3.0", |
34 |
| - "tailwind-merge": "^2.5.2", |
| 29 | + "react": "19.1.1", |
| 30 | + "react-dom": "19.1.1", |
| 31 | + "react-hook-form": "^7.62.0", |
| 32 | + "react-hot-toast": "^2.5.2", |
| 33 | + "react-icons": "^5.5.0", |
| 34 | + "tailwind-merge": "^3.3.1", |
35 | 35 | "tailwindcss-animate": "^1.0.7",
|
36 |
| - "zod": "^3.23.8" |
| 36 | + "zod": "^4.0.14" |
37 | 37 | },
|
38 | 38 | "devDependencies": {
|
39 |
| - "@types/node": "^22.5.4", |
40 |
| - "@types/react": "18.3.5", |
| 39 | + "@types/node": "^24.1.0", |
| 40 | + "@types/react": "19.1.9", |
41 | 41 | "@types/twuni__emojify": "^1.0.2",
|
42 |
| - "autoprefixer": "^10.4.20", |
43 |
| - "eslint": "8.57.0", |
44 |
| - "eslint-config-next": "14.2.9", |
45 |
| - "postcss": "^8.4.45", |
46 |
| - "prettier": "^3.3.3", |
47 |
| - "prettier-plugin-tailwindcss": "^0.6.6", |
| 42 | + "autoprefixer": "^10.4.21", |
| 43 | + "eslint": "9.32.0", |
| 44 | + "eslint-config-next": "15.4.5", |
| 45 | + "postcss": "^8.5.6", |
| 46 | + "prettier": "^3.6.2", |
| 47 | + "prettier-plugin-tailwindcss": "^0.6.14", |
48 | 48 | "tailwindcss": "^3.4.10",
|
49 |
| - "typescript": "5.6.2" |
| 49 | + "typescript": "5.9.2" |
50 | 50 | },
|
51 | 51 | "engines": {
|
52 |
| - "node": ">=20.0.0" |
| 52 | + "node": ">=22.0.0" |
53 | 53 | }
|
54 | 54 | }
|
0 commit comments