We switched to NPM workspaces to share source code. Works fine.
We want to go further and utilize NPM workspaces to share dependencies. Like every WEB app in monorepo should be built with Next.js v14.0.3 - not any other version.
How could we achieve version sharing?