Question
I'm using react 17, but in new packages in the monorepo I end up using npm install react, which adds react 19
syncpack's solution is to bump everything to v19 instead of having the new arrival match the existing versions.
How can I force syncpack to use v17 instead? Currently the process is very manual
Code of Conduct