fix: update dependencies to latest versions

This commit is contained in:
Felipe Coutinho
2025-11-25 14:17:58 +00:00
parent a34d92f3bd
commit 2d8d677bcc

View File

@@ -25,10 +25,10 @@
"docker:rebuild": "docker compose up --build --force-recreate" "docker:rebuild": "docker compose up --build --force-recreate"
}, },
"dependencies": { "dependencies": {
"@ai-sdk/anthropic": "^2.0.44", "@ai-sdk/anthropic": "^2.0.48",
"@ai-sdk/google": "^2.0.34", "@ai-sdk/google": "^2.0.43",
"@ai-sdk/openai": "^2.0.68", "@ai-sdk/openai": "^2.0.72",
"@openrouter/ai-sdk-provider": "^1.2.3", "@openrouter/ai-sdk-provider": "^1.2.5",
"@radix-ui/react-alert-dialog": "1.1.15", "@radix-ui/react-alert-dialog": "1.1.15",
"@radix-ui/react-avatar": "1.1.11", "@radix-ui/react-avatar": "1.1.11",
"@radix-ui/react-checkbox": "1.3.3", "@radix-ui/react-checkbox": "1.3.3",
@@ -52,9 +52,9 @@
"@tanstack/react-table": "8.21.3", "@tanstack/react-table": "8.21.3",
"@vercel/analytics": "^1.5.0", "@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.2.0", "@vercel/speed-insights": "^1.2.0",
"ai": "^5.0.93", "ai": "^5.0.101",
"babel-plugin-react-compiler": "^1.0.0", "babel-plugin-react-compiler": "^1.0.0",
"better-auth": "1.3.34", "better-auth": "1.4.1",
"class-variance-authority": "0.7.1", "class-variance-authority": "0.7.1",
"clsx": "2.1.1", "clsx": "2.1.1",
"cmdk": "^1.1.1", "cmdk": "^1.1.1",
@@ -62,29 +62,29 @@
"drizzle-orm": "0.44.7", "drizzle-orm": "0.44.7",
"lucide-react": "0.554.0", "lucide-react": "0.554.0",
"motion": "^12.23.24", "motion": "^12.23.24",
"next": "16.0.3", "next": "16.0.4",
"next-themes": "0.4.6", "next-themes": "0.4.6",
"pg": "8.16.3", "pg": "8.16.3",
"react": "19.2.0", "react": "19.2.0",
"react-day-picker": "^9.11.1", "react-day-picker": "^9.11.2",
"react-dom": "19.2.0", "react-dom": "19.2.0",
"recharts": "3.4.1", "recharts": "3.5.0",
"resend": "^6.4.2", "resend": "^6.5.2",
"sonner": "2.0.7", "sonner": "2.0.7",
"tailwind-merge": "3.4.0", "tailwind-merge": "3.4.0",
"vaul": "1.1.2", "vaul": "1.1.2",
"zod": "4.1.12" "zod": "4.1.13"
}, },
"devDependencies": { "devDependencies": {
"@tailwindcss/postcss": "4.1.17", "@tailwindcss/postcss": "4.1.17",
"@types/d3-array": "^3.2.2", "@types/d3-array": "^3.2.2",
"@types/node": "24.10.1", "@types/node": "24.10.1",
"@types/react": "19.2.5", "@types/react": "19.2.7",
"@types/react-dom": "19.2.3", "@types/react-dom": "19.2.3",
"depcheck": "^1.4.7", "depcheck": "^1.4.7",
"drizzle-kit": "0.31.7", "drizzle-kit": "0.31.7",
"eslint": "9.39.1", "eslint": "9.39.1",
"eslint-config-next": "16.0.3", "eslint-config-next": "16.0.4",
"tailwindcss": "4.1.17", "tailwindcss": "4.1.17",
"tsx": "4.20.6", "tsx": "4.20.6",
"typescript": "5.9.3" "typescript": "5.9.3"