You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 29, 2025. It is now read-only.
This is great, thank you for doing this! I might be using this as a guide line for building a monorepo at my company, but I have a question about dependencies themselves; why does each package carry its dependencies in its own package.json? Why not share them across all packages? That way they all can use the same version of Next, React etc. the same way they share devDependencies across packages. Is this possible to do? So if this monorepo gets to be 6-8 apps, you wouldn't need to manage the dependencies individually