bolt
bolt copied to clipboard
Add bolt normalize --force flag
Add a --force
flag to bolt normalize
which skips the check to see if workspaces have a compatible version range with the project's dependencies.
Instead just look for the highest compatible version with the project's dependencies, and then update the dependency ranges in workspaces to match the project.