Skip to content

fix(deps): remove stale peer flags from frontend package-lock.json#596

Open
williamtang5354 wants to merge 1 commit into666ghj:mainfrom
williamtang5354:fix/frontend-package-lock-peer-deps
Open

fix(deps): remove stale peer flags from frontend package-lock.json#596
williamtang5354 wants to merge 1 commit into666ghj:mainfrom
williamtang5354:fix/frontend-package-lock-peer-deps

Conversation

@williamtang5354
Copy link
Copy Markdown

Summary

  • Re-generated frontend/package-lock.json via npm install to remove spurious "peer": true entries on d3-selection, vite, and vue
  • These stale flags were left over from an older lockfile and are inaccurate in the current dependency tree
  • No dependency versions changed — purely a lockfile cleanup

Test plan

  • cd frontend && npm install completes without errors
  • npm run dev starts normally
  • No regressions in the dependency graph

Generated with Claude Code

Re-generated package-lock.json with npm install to drop spurious
`"peer": true` entries on d3-selection, vite, and vue that were
left over from an older lockfile. No dependency versions changed.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@dosubot dosubot Bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label May 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant