Let's say I have multiple packages in my yarn workspaces
.
@mycompany/utils
@mycompany/app
@mycompany/serv
Let's say each of these packages has a dependency
on lodash
. I want to make sure that they all have the same lodash
version.
Is there a way to do that in each of the package.json?