Commit d0a9664
committed
fix: Sync package-lock with package.json so npm ci works
React Flow was first added with --legacy-peer-deps, which left the lock
missing peer packages (@testing-library/dom, @popperjs/core, …) and
broke `npm ci` in CI. Regenerated the lockfile with a plain full
`npm install` (no legacy flag needed), so `npm ci` passes.1 parent 4c67a02 commit d0a9664
1 file changed
Lines changed: 81 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments