chore: update dependencies

This commit is contained in:
Amruth Pillai
2026-06-05 23:35:23 +02:00
parent b9e4ab78ef
commit 042d076efa
20 changed files with 1644 additions and 1512 deletions
+9 -9
View File
@@ -16,27 +16,27 @@
"test:agent": "vitest run --reporter=agent --reporter=json --outputFile.json=reports/vitest-results.json --passWithNoTests"
},
"dependencies": {
"@better-auth/api-key": "^1.6.13",
"@better-auth/drizzle-adapter": "^1.6.13",
"@better-auth/infra": "^0.2.11",
"@better-auth/oauth-provider": "^1.6.13",
"@better-auth/passkey": "^1.6.13",
"@better-auth/api-key": "^1.6.14",
"@better-auth/drizzle-adapter": "^1.6.14",
"@better-auth/infra": "^0.2.13",
"@better-auth/oauth-provider": "^1.6.14",
"@better-auth/passkey": "^1.6.14",
"@reactive-resume/db": "workspace:*",
"@reactive-resume/email": "workspace:*",
"@reactive-resume/env": "workspace:*",
"@reactive-resume/utils": "workspace:*",
"bcrypt": "^6.0.0",
"better-auth": "1.6.13",
"better-auth": "1.6.14",
"drizzle-orm": "1.0.0-rc.3",
"jose": "^6.2.3",
"react": "^19.2.6",
"react": "^19.2.7",
"zod": "^4.4.3"
},
"devDependencies": {
"@reactive-resume/config": "workspace:*",
"@types/bcrypt": "^6.0.0",
"@types/react": "^19.2.15",
"@typescript/native-preview": "7.0.0-dev.20260527.2",
"@types/react": "^19.2.17",
"@typescript/native-preview": "7.0.0-dev.20260605.1",
"typescript": "^6.0.3"
}
}