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:
2
bunfig.toml
Normal file
2
bunfig.toml
Normal file
@@ -0,0 +1,2 @@
|
||||
[install]
|
||||
exact = true
|
||||
Reference in New Issue
Block a user