How can I centralize dependecny version when using `nx` in a monorepo with `yarn4 png`?

I have a typescript monorepo managed by nx. There are about 122 projects in this repo and all written in typescript nodejs. With yarn4 pnp enabled https://yarnpkg.com/features/pnp. There are some 3rd party dependencies used by most of th

Continue reading →