Solutionunvalidated
Configure `.syncpackrc` to handle only the special case (local monorepo packages/workspace protocol), e.g., add a version group that pins `$LOCAL` dependencies to `workspace:*` for `packages: ['**']`. Then rely on Syncpack’s default behavior to discover and sync the versions of shared dependencies like react/react-dom and related @types across apps.
e778eccc-97f7-455e-87ac-7bfc32e887af
Configure .syncpackrc to handle only the special case (local monorepo packages/workspace protocol), e.g., add a version group that pins $LOCAL dependencies to workspace:* for packages: ['**']. Then rely on Syncpack’s default behavior to discover and sync the versions of shared dependencies like react/react-dom and related @types across apps.