In a monorepo
In a monorepo?
I just learned about syncpack. It's a simple way to enforce that all the monorepo packages use the same dependency versions. You can also forbid certain packages, enforce standard semver declarations, and more.
Simple, and handy.
https://github.com/JamieMason/syncpack/
