chore: remove bun.lock file, update package.json for workspace configuration, and adjust dependencies across apps and packages

This commit is contained in:
2025-10-27 11:06:59 -03:00
parent 6bfc0c2ced
commit 929633492d
29 changed files with 6964 additions and 602 deletions

View File

@@ -10,11 +10,11 @@
"description": "",
"devDependencies": {
"@types/node": "^24.3.0",
"typescript": "catalog:"
"typescript": "^5.9.2"
},
"dependencies": {
"@convex-dev/better-auth": "^0.9.6",
"convex": "catalog:",
"better-auth": "catalog:"
"convex": "^1.28.0",
"better-auth": "1.3.27"
}
}