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
+1 -1
View File
@@ -26,6 +26,6 @@
"@types/react-dom": "19.2.3"
},
"dependencies": {
"better-auth": "^1.6.22"
"better-auth": "1.6.22"
}
}