chore: update dependencies

This commit is contained in:
Amruth Pillai
2026-06-29 09:09:00 +02:00
parent 8eab8fdaa0
commit d3735ebe27
20 changed files with 1944 additions and 2265 deletions
+26 -26
View File
@@ -17,17 +17,17 @@
"#react-pdf-renderer": "@react-pdf/renderer"
},
"dependencies": {
"@ai-sdk/anthropic": "^3.0.85",
"@ai-sdk/google": "^3.0.83",
"@ai-sdk/openai": "^3.0.72",
"@ai-sdk/openai-compatible": "^2.0.51",
"@aws-sdk/client-s3": "^3.1070.0",
"@better-auth/api-key": "^1.6.19",
"@better-auth/drizzle-adapter": "^1.6.19",
"@better-auth/infra": "^0.2.14",
"@better-auth/oauth-provider": "^1.6.19",
"@better-auth/passkey": "^1.6.19",
"@hono/node-server": "^2.0.5",
"@ai-sdk/anthropic": "^4.0.1",
"@ai-sdk/google": "^4.0.2",
"@ai-sdk/openai": "^4.0.2",
"@ai-sdk/openai-compatible": "^3.0.1",
"@aws-sdk/client-s3": "^3.1075.0",
"@better-auth/api-key": "^1.6.22",
"@better-auth/drizzle-adapter": "^1.6.22",
"@better-auth/infra": "^0.3.4",
"@better-auth/oauth-provider": "^1.6.22",
"@better-auth/passkey": "^1.6.22",
"@hono/node-server": "^2.0.6",
"@modelcontextprotocol/sdk": "^1.29.0",
"@orpc/client": "^1.14.6",
"@orpc/experimental-ratelimit": "^1.14.6",
@@ -46,40 +46,40 @@
"@sindresorhus/slugify": "^3.0.0",
"@t3-oss/env-core": "^0.13.11",
"@uiw/color-convert": "^2.10.3",
"ai": "^6.0.207",
"ai": "^7.0.4",
"bcrypt": "^6.0.0",
"better-auth": "1.6.19",
"better-auth": "1.6.22",
"cjk-regex": "^3.4.0",
"deepmerge-ts": "^7.1.5",
"dompurify": "^3.4.10",
"dompurify": "^3.4.11",
"dotenv": "^17.4.2",
"drizzle-orm": "1.0.0-rc.3",
"drizzle-orm": "1.0.0-rc.4",
"drizzle-zod": "1.0.0-beta.14-a36c63d",
"es-toolkit": "^1.47.1",
"es-toolkit": "^1.49.0",
"fast-json-patch": "^3.1.1",
"hono": "^4.12.25",
"jsonrepair": "^3.14.0",
"node-html-parser": "^7.1.0",
"nodemailer": "^9.0.0",
"hono": "^4.12.27",
"jsonrepair": "^3.14.1",
"node-html-parser": "^8.0.3",
"nodemailer": "^9.0.1",
"ollama-ai-provider-v2": "^3.6.0",
"pg": "^8.21.0",
"pg": "^8.22.0",
"phosphor-icons-react-pdf": "^0.1.3",
"react": "^19.2.7",
"react-email": "^6.6.3",
"react-email": "^6.6.5",
"react-pdf-html": "^2.1.5",
"resumable-stream": "^2.2.12",
"sharp": "^0.35.1",
"sharp": "^0.35.2",
"ts-pattern": "^5.9.0",
"unique-names-generator": "^4.7.1",
"uuid": "^14.0.0",
"uuid": "^14.0.1",
"zod": "^4.4.3"
},
"devDependencies": {
"@reactive-resume/config": "workspace:*",
"@types/node": "^25.9.3",
"@types/node": "^26.0.1",
"@types/pg": "^8.20.0",
"@types/react": "^19.2.17",
"@typescript/native-preview": "7.0.0-dev.20260617.2",
"@typescript/native-preview": "7.0.0-dev.20260628.1",
"tsdown": "^0.22.3",
"tsx": "^4.22.4",
"typescript": "^6.0.3",