I have a monorepo setup with Lerna and Yarn. I would like to install and use some pre-release packages from a third party project into my monorepo and after some time I would like to switch to the "release" versions of those third party packages.
Is these an easy way to achieve this without the need to change the package.json files manually?
Thanks.