build: use bun for installs and pin better-auth core deps (#2)

This commit was merged in pull request #2.
This commit is contained in:
2026-08-18 18:05:55 +00:00
parent 4af95b0f0f
commit af13853a61
3 changed files with 21 additions and 7 deletions
+4 -2
View File
@@ -84,6 +84,8 @@
],
"overrides": {
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3"
"@types/react-dom": "19.2.3",
"@better-auth/core": "1.6.22",
"better-call": "1.3.7"
}
}
}