chore: update dependencies

This commit is contained in:
Amruth Pillai
2026-05-13 00:44:51 +02:00
parent 62b0a1d533
commit e35ff83911
16 changed files with 925 additions and 913 deletions
+7 -7
View File
@@ -16,18 +16,18 @@
"test:agent": "vitest run --reporter=agent --reporter=json --outputFile.json=reports/vitest-results.json --passWithNoTests"
},
"dependencies": {
"@better-auth/api-key": "^1.6.10",
"@better-auth/drizzle-adapter": "^1.6.10",
"@better-auth/infra": "^0.2.7",
"@better-auth/oauth-provider": "^1.6.10",
"@better-auth/passkey": "^1.6.10",
"@better-auth/api-key": "^1.6.11",
"@better-auth/drizzle-adapter": "^1.6.11",
"@better-auth/infra": "^0.2.8",
"@better-auth/oauth-provider": "^1.6.11",
"@better-auth/passkey": "^1.6.11",
"@reactive-resume/db": "workspace:*",
"@reactive-resume/email": "workspace:*",
"@reactive-resume/env": "workspace:*",
"@reactive-resume/utils": "workspace:*",
"@tanstack/react-start": "^1.167.71",
"bcrypt": "^6.0.0",
"better-auth": "1.6.10",
"better-auth": "1.6.11",
"drizzle-orm": "1.0.0-beta.22",
"jose": "^6.2.3",
"react": "^19.2.6",
@@ -37,7 +37,7 @@
"@reactive-resume/config": "workspace:*",
"@types/bcrypt": "^6.0.0",
"@types/react": "^19.2.14",
"@typescript/native-preview": "7.0.0-dev.20260511.1",
"@typescript/native-preview": "7.0.0-dev.20260512.1",
"typescript": "^6.0.3"
}
}