chore: update dependencies

This commit is contained in:
Amruth Pillai
2026-05-20 23:12:39 +02:00
parent c77684d317
commit 3596102c63
22 changed files with 977 additions and 896 deletions
+7 -7
View File
@@ -18,7 +18,7 @@
"@ai-sdk/google": "^3.0.75",
"@ai-sdk/openai": "^3.0.64",
"@ai-sdk/openai-compatible": "^2.0.47",
"@aws-sdk/client-s3": "^3.1049.0",
"@aws-sdk/client-s3": "^3.1051.0",
"@better-auth/api-key": "^1.6.11",
"@better-auth/drizzle-adapter": "^1.6.11",
"@better-auth/infra": "^0.2.8",
@@ -54,7 +54,7 @@
"drizzle-zod": "1.0.0-beta.14-a36c63d",
"es-toolkit": "^1.46.1",
"fast-json-patch": "^3.1.1",
"hono": "^4.12.19",
"hono": "^4.12.21",
"jsonrepair": "^3.14.0",
"node-html-parser": "^7.1.0",
"nodemailer": "^8.0.7",
@@ -73,13 +73,13 @@
},
"devDependencies": {
"@reactive-resume/config": "workspace:*",
"@types/node": "^25.9.0",
"@types/node": "^25.9.1",
"@types/pg": "^8.20.0",
"@types/react": "^19.2.14",
"@typescript/native-preview": "7.0.0-dev.20260518.1",
"@types/react": "^19.2.15",
"@typescript/native-preview": "7.0.0-dev.20260519.1",
"tsdown": "^0.22.0",
"tsx": "^4.22.2",
"tsx": "^4.22.3",
"typescript": "^6.0.3",
"vitest": "^4.1.6"
"vitest": "^4.1.7"
}
}