fix(auth): pin better-auth packages to exact 1.6.22 (#1)

This commit was merged in pull request #1.
This commit is contained in:
2026-08-18 17:29:35 +00:00
parent 2f9949c2bb
commit ec2c21115b
3 changed files with 15 additions and 31 deletions
+5 -5
View File
@@ -18,10 +18,10 @@
},
"dependencies": {
"@aws-sdk/client-s3": "^3.1036.0",
"@better-auth/api-key": "^1.6.22",
"@better-auth/drizzle-adapter": "^1.6.9",
"@better-auth/expo": "^1.6.11",
"@better-auth/passkey": "^1.6.9",
"@better-auth/api-key": "1.6.22",
"@better-auth/drizzle-adapter": "1.6.22",
"@better-auth/expo": "1.6.22",
"@better-auth/passkey": "1.6.22",
"@elysia/cron": "^1.4.2",
"@elysia/eden": "^1.4.10",
"@elysia/openapi": "^1.4.15",
@@ -37,7 +37,7 @@
"@tiptap/pm": "^3.22.4",
"@tiptap/react": "^3.22.4",
"@tiptap/starter-kit": "^3.22.4",
"better-auth": "^1.6.22",
"better-auth": "1.6.22",
"dotenv": "^17.4.2",
"drizzle-orm": "^0.45.2",
"echarts": "^6.0.0",