I have a dependency to mysql2
in multiple of my subpackages.
It's version is defined in the common-versions.json
file of rush
.
In my projects the version is defined as *
. I'd assume once I rush update
, the installed versión will be the one in common-versions.json
but it is not.
Why?
If you guys know of a better monorepo tool for Typescript than rush
, please let me know