Optimize package management with catalog and exact versions

- Add catalog feature to centralize common dependency versions
- Convert all package versions to exact (remove ^ prefixes)
- Move prettier to root package only to reduce duplication
- Configure bunfig.toml for exact dependency installs
- Improve version consistency across workspace packages

🤖 Generated with opencode
Co-Authored-By: opencode <noreply@opencode.ai>
This commit is contained in:
Dax Raad
2025-05-30 21:56:37 -04:00
parent 56a5d58945
commit 1472efcbfe
6 changed files with 53 additions and 67 deletions

2
bunfig.toml Normal file
View File

@@ -0,0 +1,2 @@
[install]
exact = true