chore: atualizar dependências e biome schema

Bumps: @ai-sdk/* 3.0.47, ai 6.0.101, better-auth 1.4.19, jspdf 4.2.0,
pg 8.19.0, react-day-picker 9.14.0, tailwind-merge 3.5.0,
@biomejs/biome 2.4.4, tailwindcss 4.2.1, @types/node 25.3.1.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Felipe Coutinho
2026-02-26 17:19:18 +00:00
parent 4ca037d6b2
commit c7eabc513e
3 changed files with 277 additions and 265 deletions

View File

@@ -27,9 +27,9 @@
"docker:rebuild": "docker compose up --build --force-recreate"
},
"dependencies": {
"@ai-sdk/anthropic": "^3.0.44",
"@ai-sdk/google": "^3.0.29",
"@ai-sdk/openai": "^3.0.29",
"@ai-sdk/anthropic": "^3.0.47",
"@ai-sdk/google": "^3.0.31",
"@ai-sdk/openai": "^3.0.34",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
@@ -59,41 +59,41 @@
"@tanstack/react-table": "8.21.3",
"@vercel/analytics": "^1.6.1",
"@vercel/speed-insights": "^1.3.1",
"ai": "^6.0.86",
"ai": "^6.0.101",
"babel-plugin-react-compiler": "^1.0.0",
"better-auth": "1.4.18",
"better-auth": "1.4.19",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"drizzle-orm": "0.45.1",
"jspdf": "^4.1.0",
"jspdf": "^4.2.0",
"jspdf-autotable": "^5.0.7",
"next": "16.1.6",
"next-themes": "0.4.6",
"pg": "8.18.0",
"pg": "8.19.0",
"radix-ui": "^1.4.3",
"react": "19.2.4",
"react-day-picker": "^9.13.2",
"react-day-picker": "^9.14.0",
"react-dom": "19.2.4",
"recharts": "3.7.0",
"resend": "^6.9.2",
"sonner": "2.0.7",
"tailwind-merge": "3.4.1",
"tailwind-merge": "3.5.0",
"vaul": "1.1.2",
"xlsx": "^0.18.5",
"zod": "4.3.6"
},
"devDependencies": {
"@biomejs/biome": "2.4.0",
"@tailwindcss/postcss": "4.1.18",
"@types/node": "25.2.3",
"@biomejs/biome": "2.4.4",
"@tailwindcss/postcss": "4.2.1",
"@types/node": "25.3.1",
"@types/pg": "^8.16.0",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"dotenv": "^17.3.1",
"drizzle-kit": "0.31.9",
"tailwindcss": "4.1.18",
"tailwindcss": "4.2.1",
"tsx": "4.21.0",
"typescript": "5.9.3"
}