|
10 | 10 | "format": "prettier --write \"./**/*.{ts,tsx,json}\""
|
11 | 11 | },
|
12 | 12 | "dependencies": {
|
13 |
| - "@fontsource/poppins": "^5.0.8", |
14 |
| - "@fortawesome/fontawesome-svg-core": "^6.4.2", |
15 |
| - "@fortawesome/free-regular-svg-icons": "^6.4.2", |
16 |
| - "@fortawesome/free-solid-svg-icons": "^6.4.2", |
17 |
| - "@fortawesome/react-fontawesome": "^0.2.0", |
| 13 | + "@fontsource/poppins": "^5.0.16", |
| 14 | + "@fortawesome/fontawesome-svg-core": "^6.6.0", |
| 15 | + "@fortawesome/free-regular-svg-icons": "^6.6.0", |
| 16 | + "@fortawesome/free-solid-svg-icons": "^6.6.0", |
| 17 | + "@fortawesome/react-fontawesome": "^0.2.2", |
18 | 18 | "@next-auth/xata-adapter": "^0.2.2",
|
19 |
| - "@t3-oss/env-nextjs": "^0.6.1", |
| 19 | + "@t3-oss/env-nextjs": "^0.11.1", |
20 | 20 | "@twuni/emojify": "^1.0.2",
|
21 |
| - "@xata.io/client": "^0.26.7", |
22 |
| - "axios": "^1.5.1", |
23 |
| - "daisyui": "^3.7.7", |
24 |
| - "framer-motion": "^10.16.4", |
25 |
| - "jotai": "^2.4.3", |
26 |
| - "next": "^13.5.3", |
27 |
| - "next-auth": "^4.23.2", |
28 |
| - "next-cloudinary": "^4.22.0", |
29 |
| - "next-seo": "^6.1.0", |
| 21 | + "@xata.io/client": "^0.30.0", |
| 22 | + "axios": "^1.7.7", |
| 23 | + "daisyui": "^4.12.10", |
| 24 | + "framer-motion": "^11.5.4", |
| 25 | + "jotai": "^2.9.3", |
| 26 | + "next": "^14.2.8", |
| 27 | + "next-auth": "^4.24.7", |
| 28 | + "next-cloudinary": "^6.12.0", |
| 29 | + "next-seo": "^6.6.0", |
30 | 30 | "nextjs-progressbar": "^0.0.16",
|
31 |
| - "react": "18.2.0", |
32 |
| - "react-dom": "18.2.0", |
33 |
| - "react-hook-form": "^7.46.2", |
| 31 | + "react": "18.3.1", |
| 32 | + "react-dom": "18.3.1", |
| 33 | + "react-hook-form": "^7.53.0", |
34 | 34 | "react-hot-toast": "^2.4.1",
|
35 |
| - "react-icons": "^4.11.0", |
36 |
| - "zod": "^3.22.2" |
| 35 | + "react-icons": "^5.3.0", |
| 36 | + "zod": "^3.23.8" |
37 | 37 | },
|
38 | 38 | "devDependencies": {
|
39 |
| - "@types/node": "^20.6.3", |
40 |
| - "@types/react": "18.2.22", |
41 |
| - "@types/twuni__emojify": "^1.0.0", |
42 |
| - "autoprefixer": "^10.4.16", |
43 |
| - "eslint": "8.50.0", |
44 |
| - "eslint-config-next": "13.5.2", |
45 |
| - "postcss": "^8.4.30", |
46 |
| - "prettier": "^3.0.3", |
47 |
| - "prettier-plugin-tailwindcss": "^0.5.5", |
48 |
| - "tailwindcss": "^3.3.3", |
49 |
| - "typescript": "5.2.2" |
| 39 | + "@types/node": "^22.5.4", |
| 40 | + "@types/react": "18.3.5", |
| 41 | + "@types/twuni__emojify": "^1.0.2", |
| 42 | + "autoprefixer": "^10.4.20", |
| 43 | + "eslint": "9.10.0", |
| 44 | + "eslint-config-next": "14.2.8", |
| 45 | + "postcss": "^8.4.45", |
| 46 | + "prettier": "^3.3.3", |
| 47 | + "prettier-plugin-tailwindcss": "^0.6.6", |
| 48 | + "tailwindcss": "^3.4.10", |
| 49 | + "typescript": "5.5.4" |
50 | 50 | }
|
51 | 51 | }
|
0 commit comments