|
25 | 25 | "prepare": "husky" |
26 | 26 | }, |
27 | 27 | "dependencies": { |
28 | | - "@auth/drizzle-adapter": "^1.7.0", |
| 28 | + "@auth/drizzle-adapter": "^1.7.2", |
29 | 29 | "@hookform/resolvers": "^3.9.0", |
30 | 30 | "@radix-ui/react-accordion": "^1.2.1", |
31 | 31 | "@radix-ui/react-alert-dialog": "^1.1.2", |
|
45 | 45 | "@radix-ui/react-toggle-group": "^1.1.0", |
46 | 46 | "@radix-ui/react-tooltip": "^1.1.3", |
47 | 47 | "@t3-oss/env-nextjs": "^0.11.1", |
48 | | - "@tanstack/react-query": "^5.59.13", |
49 | | - "@upstash/ratelimit": "^2.0.3", |
| 48 | + "@tanstack/react-query": "^5.59.16", |
| 49 | + "@upstash/ratelimit": "^2.0.4", |
50 | 50 | "@upstash/redis": "^1.34.3", |
51 | | - "babel-plugin-react-compiler": "^0.0.0-experimental-ad3b12a-20241011", |
| 51 | + "babel-plugin-react-compiler": "^0.0.0-experimental-fe484b5-20240912", |
52 | 52 | "bcryptjs": "^2.4.3", |
53 | 53 | "class-variance-authority": "^0.7.0", |
54 | 54 | "clsx": "^2.1.1", |
55 | 55 | "cmdk": "^1.0.0", |
56 | 56 | "cookies-next": "^4.3.0", |
57 | | - "drizzle-orm": "^0.34.1", |
| 57 | + "drizzle-orm": "^0.35.3", |
58 | 58 | "geist": "^1.3.1", |
59 | 59 | "jiti": "^2.3.3", |
60 | | - "jotai": "^2.10.0", |
61 | | - "lucide-react": "^0.452.0", |
62 | | - "next": "^15.0.0-rc.0", |
63 | | - "next-auth": "^5.0.0-beta.22", |
| 60 | + "jotai": "^2.10.1", |
| 61 | + "lucide-react": "^0.453.0", |
| 62 | + "next": "^15.0.1", |
| 63 | + "next-auth": "^5.0.0-beta.25", |
64 | 64 | "next-themes": "^0.3.0", |
65 | 65 | "postgres": "^3.4.4", |
66 | 66 | "react": "^19.0.0-rc-fb9a90fa48-20240614", |
67 | 67 | "react-dom": "^19.0.0-rc-fb9a90fa48-20240614", |
68 | | - "react-hook-form": "^7.53.0", |
| 68 | + "react-hook-form": "^7.53.1", |
69 | 69 | "react-use-audio-player": "^2.2.0", |
70 | 70 | "sonner": "^1.5.0", |
71 | | - "tailwind-merge": "^2.5.3", |
| 71 | + "tailwind-merge": "^2.5.4", |
72 | 72 | "tailwindcss-animate": "^1.0.7", |
73 | 73 | "vaul": "^1.1.0", |
74 | 74 | "zod": "^3.23.8" |
|
77 | 77 | "@commitlint/cli": "^19.5.0", |
78 | 78 | "@commitlint/config-conventional": "^19.5.0", |
79 | 79 | "@ianvs/prettier-plugin-sort-imports": "^4.3.1", |
80 | | - "@next/bundle-analyzer": "^14.2.15", |
| 80 | + "@next/bundle-analyzer": "^14.2.16", |
81 | 81 | "@total-typescript/ts-reset": "^0.6.1", |
82 | 82 | "@types/bcryptjs": "^2.4.6", |
83 | | - "@types/node": "22.7.5", |
84 | | - "@types/react": "18.3.11", |
| 83 | + "@types/node": "22.7.9", |
| 84 | + "@types/react": "18.3.12", |
85 | 85 | "@types/react-dom": "18.3.1", |
86 | 86 | "@typescript-eslint/eslint-plugin": "7.18.0", |
87 | 87 | "@typescript-eslint/parser": "^7.18.0", |
88 | 88 | "autoprefixer": "10.4.20", |
89 | | - "drizzle-kit": "^0.25.0", |
| 89 | + "drizzle-kit": "^0.26.2", |
90 | 90 | "eslint": "8.57.1", |
91 | | - "eslint-config-next": "14.2.15", |
| 91 | + "eslint-config-next": "14.2.16", |
92 | 92 | "eslint-config-prettier": "^9.1.0", |
93 | | - "eslint-plugin-react-compiler": "^0.0.0-experimental-45ae4c3-20241011", |
| 93 | + "eslint-plugin-react-compiler": "^0.0.0-experimental-fa06e2c-20241016", |
94 | 94 | "eslint-plugin-tailwindcss": "^3.17.5", |
95 | 95 | "husky": "^9.1.6", |
96 | 96 | "lint-staged": "^15.2.10", |
97 | | - "pg": "^8.13.0", |
| 97 | + "pg": "^8.13.1", |
98 | 98 | "postcss": "8.4.47", |
99 | 99 | "prettier": "^3.3.3", |
100 | 100 | "prettier-plugin-tailwindcss": "^0.6.8", |
101 | 101 | "sharp": "^0.33.5", |
102 | | - "tailwindcss": "3.4.13", |
| 102 | + "tailwindcss": "3.4.14", |
103 | 103 | "typescript": "5.6.3" |
104 | 104 | }, |
105 | 105 | "lint-staged": { |
|
0 commit comments