chore: update dependencies

This commit is contained in:
Amruth Pillai
2026-06-17 10:40:23 +02:00
parent 76bd1e80f7
commit 37faf592b7
21 changed files with 2722 additions and 2389 deletions
+7 -7
View File
@@ -16,17 +16,17 @@
"test:agent": "vitest run --reporter=agent --reporter=json --outputFile.json=reports/vitest-results.json --passWithNoTests"
},
"dependencies": {
"@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",
"@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",
"@reactive-resume/db": "workspace:*",
"@reactive-resume/email": "workspace:*",
"@reactive-resume/env": "workspace:*",
"@reactive-resume/utils": "workspace:*",
"bcrypt": "^6.0.0",
"better-auth": "1.6.14",
"better-auth": "1.6.19",
"drizzle-orm": "1.0.0-rc.3",
"jose": "^6.2.3",
"react": "^19.2.7",
@@ -36,7 +36,7 @@
"@reactive-resume/config": "workspace:*",
"@types/bcrypt": "^6.0.0",
"@types/react": "^19.2.17",
"@typescript/native-preview": "7.0.0-dev.20260605.1",
"@typescript/native-preview": "7.0.0-dev.20260617.2",
"typescript": "^6.0.3"
}
}