Prevent duplicate packages in node_modules
Created by: felixfbecker
This can cause errors and bloats bundle sizes, and it caused errors from yarn.lock diffs when Renovate updates packages (because Renovate is configured to deduplicate, but we don't, and we have scripts that run git diff --exit-code
)