chore: atualizações de dependências, lint fixes e ajustes menores

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Felipe Coutinho
2026-02-15 21:35:39 +00:00
parent 2362a70b9d
commit b9f788312c
35 changed files with 637 additions and 824 deletions

View File

@@ -27,13 +27,13 @@
"docker:rebuild": "docker compose up --build --force-recreate"
},
"dependencies": {
"@ai-sdk/anthropic": "^3.0.37",
"@ai-sdk/google": "^3.0.21",
"@ai-sdk/openai": "^3.0.25",
"@ai-sdk/anthropic": "^3.0.44",
"@ai-sdk/google": "^3.0.29",
"@ai-sdk/openai": "^3.0.29",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@openrouter/ai-sdk-provider": "^2.1.1",
"@openrouter/ai-sdk-provider": "^2.2.3",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-alert-dialog": "1.1.15",
"@radix-ui/react-avatar": "1.1.11",
@@ -59,7 +59,7 @@
"@tanstack/react-table": "8.21.3",
"@vercel/analytics": "^1.6.1",
"@vercel/speed-insights": "^1.3.1",
"ai": "^6.0.73",
"ai": "^6.0.86",
"babel-plugin-react-compiler": "^1.0.0",
"better-auth": "1.4.18",
"class-variance-authority": "0.7.1",
@@ -73,25 +73,25 @@
"next-themes": "0.4.6",
"pg": "8.18.0",
"react": "19.2.4",
"react-day-picker": "^9.13.0",
"react-day-picker": "^9.13.2",
"react-dom": "19.2.4",
"recharts": "3.7.0",
"resend": "^6.9.1",
"resend": "^6.9.2",
"sonner": "2.0.7",
"tailwind-merge": "3.4.0",
"tailwind-merge": "3.4.1",
"vaul": "1.1.2",
"xlsx": "^0.18.5",
"zod": "4.3.6"
},
"devDependencies": {
"@biomejs/biome": "2.3.14",
"@biomejs/biome": "2.4.0",
"@tailwindcss/postcss": "4.1.18",
"@types/node": "25.2.1",
"@types/node": "25.2.3",
"@types/pg": "^8.16.0",
"@types/react": "19.2.13",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"dotenv": "^17.2.4",
"drizzle-kit": "0.31.8",
"dotenv": "^17.3.1",
"drizzle-kit": "0.31.9",
"tailwindcss": "4.1.18",
"tsx": "4.21.0",
"typescript": "5.9.3"