chore(deps): atualizar dependências

- @ai-sdk/anthropic: 3.0.15 → 3.0.16
- @openrouter/ai-sdk-provider: 1.5.4 → 2.0.0
- ai: 6.0.39 → 6.0.42
- better-auth: 1.4.10 → 1.4.16
- motion: 12.26.2 → 12.27.3
- next: 16.1.1 → 16.1.4
- pg: 8.16.3 → 8.17.1
- resend: 6.7.0 → 6.8.0
- @types/node: 25.0.3 → 25.0.9
- @types/react: 19.2.7 → 19.2.8
- eslint-config-next: 16.1.1 → 16.1.4

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Felipe Coutinho
2026-01-20 13:43:17 +00:00
parent 39ef33ef19
commit 7670b26a8c

View File

@@ -27,10 +27,10 @@
"docker:rebuild": "docker compose up --build --force-recreate" "docker:rebuild": "docker compose up --build --force-recreate"
}, },
"dependencies": { "dependencies": {
"@ai-sdk/anthropic": "^3.0.15", "@ai-sdk/anthropic": "^3.0.16",
"@ai-sdk/google": "^3.0.10", "@ai-sdk/google": "^3.0.10",
"@ai-sdk/openai": "^3.0.12", "@ai-sdk/openai": "^3.0.12",
"@openrouter/ai-sdk-provider": "^1.5.4", "@openrouter/ai-sdk-provider": "^2.0.0",
"@radix-ui/react-accordion": "^1.2.12", "@radix-ui/react-accordion": "^1.2.12",
"@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",
@@ -56,9 +56,9 @@
"@tanstack/react-table": "8.21.3", "@tanstack/react-table": "8.21.3",
"@vercel/analytics": "^1.6.1", "@vercel/analytics": "^1.6.1",
"@vercel/speed-insights": "^1.3.1", "@vercel/speed-insights": "^1.3.1",
"ai": "^6.0.39", "ai": "^6.0.42",
"babel-plugin-react-compiler": "^1.0.0", "babel-plugin-react-compiler": "^1.0.0",
"better-auth": "1.4.10", "better-auth": "1.4.16",
"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",
@@ -66,15 +66,15 @@
"drizzle-orm": "0.45.1", "drizzle-orm": "0.45.1",
"jspdf": "^4.0.0", "jspdf": "^4.0.0",
"jspdf-autotable": "^5.0.7", "jspdf-autotable": "^5.0.7",
"motion": "^12.26.2", "motion": "^12.27.3",
"next": "16.1.1", "next": "16.1.4",
"next-themes": "0.4.6", "next-themes": "0.4.6",
"pg": "8.16.3", "pg": "8.17.1",
"react": "19.2.3", "react": "19.2.3",
"react-day-picker": "^9.13.0", "react-day-picker": "^9.13.0",
"react-dom": "19.2.3", "react-dom": "19.2.3",
"recharts": "3.6.0", "recharts": "3.6.0",
"resend": "^6.7.0", "resend": "^6.8.0",
"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",
@@ -84,16 +84,16 @@
"devDependencies": { "devDependencies": {
"@tailwindcss/postcss": "4.1.18", "@tailwindcss/postcss": "4.1.18",
"@types/d3-array": "^3.2.2", "@types/d3-array": "^3.2.2",
"@types/node": "25.0.3", "@types/node": "25.0.9",
"@types/pg": "^8.16.0", "@types/pg": "^8.16.0",
"@types/react": "19.2.7", "@types/react": "19.2.8",
"@types/react-dom": "19.2.3", "@types/react-dom": "19.2.3",
"baseline-browser-mapping": "^2.9.15", "baseline-browser-mapping": "^2.9.15",
"depcheck": "^1.4.7", "depcheck": "^1.4.7",
"dotenv": "^17.2.3", "dotenv": "^17.2.3",
"drizzle-kit": "0.31.8", "drizzle-kit": "0.31.8",
"eslint": "9.39.2", "eslint": "9.39.2",
"eslint-config-next": "16.1.1", "eslint-config-next": "16.1.4",
"tailwindcss": "4.1.18", "tailwindcss": "4.1.18",
"tsx": "4.21.0", "tsx": "4.21.0",
"typescript": "5.9.3" "typescript": "5.9.3"