chore: atualizar dependências e aplicar formatação

- Atualizar package.json e pnpm-lock.yaml
- Aplicar formatação Biome em widgets do dashboard
- Pequenos ajustes de estilo em componentes diversos

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Felipe Coutinho
2026-01-30 14:53:44 +00:00
parent fd84a0d1ac
commit 79a2899bf2
18 changed files with 265 additions and 266 deletions

View File

@@ -27,13 +27,13 @@
"docker:rebuild": "docker compose up --build --force-recreate"
},
"dependencies": {
"@ai-sdk/anthropic": "^3.0.23",
"@ai-sdk/google": "^3.0.13",
"@ai-sdk/openai": "^3.0.19",
"@ai-sdk/anthropic": "^3.0.31",
"@ai-sdk/google": "^3.0.18",
"@ai-sdk/openai": "^3.0.23",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@openrouter/ai-sdk-provider": "^2.0.2",
"@openrouter/ai-sdk-provider": "^2.1.1",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-alert-dialog": "1.1.15",
"@radix-ui/react-avatar": "1.1.11",
@@ -55,13 +55,13 @@
"@radix-ui/react-toggle": "1.1.10",
"@radix-ui/react-toggle-group": "1.1.11",
"@radix-ui/react-tooltip": "1.2.8",
"@remixicon/react": "4.8.0",
"@remixicon/react": "4.9.0",
"@tanstack/react-table": "8.21.3",
"@vercel/analytics": "^1.6.1",
"@vercel/speed-insights": "^1.3.1",
"ai": "^6.0.50",
"ai": "^6.0.62",
"babel-plugin-react-compiler": "^1.0.0",
"better-auth": "1.4.17",
"better-auth": "1.4.18",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"cmdk": "^1.1.1",
@@ -70,14 +70,14 @@
"jspdf": "^4.0.0",
"jspdf-autotable": "^5.0.7",
"motion": "^12.29.2",
"next": "16.1.5",
"next": "16.1.6",
"next-themes": "0.4.6",
"pg": "8.17.2",
"react": "19.2.4",
"react-day-picker": "^9.13.0",
"react-dom": "19.2.4",
"recharts": "3.7.0",
"resend": "^6.9.0",
"resend": "^6.9.1",
"sonner": "2.0.7",
"tailwind-merge": "3.4.0",
"vaul": "1.1.2",
@@ -88,11 +88,11 @@
"@biomejs/biome": "2.3.13",
"@tailwindcss/postcss": "4.1.18",
"@types/d3-array": "^3.2.2",
"@types/node": "25.0.10",
"@types/node": "25.1.0",
"@types/pg": "^8.16.0",
"@types/react": "19.2.10",
"@types/react-dom": "19.2.3",
"baseline-browser-mapping": "^2.9.18",
"baseline-browser-mapping": "^2.9.19",
"depcheck": "^1.4.7",
"dotenv": "^17.2.3",
"drizzle-kit": "0.31.8",