Skip to content

fix: remove stale packages from yarn.lock#36

Merged
ProLoser merged 1 commit into
mainfrom
copilot/fix-lock-file
Jun 9, 2026
Merged

fix: remove stale packages from yarn.lock#36
ProLoser merged 1 commit into
mainfrom
copilot/fix-lock-file

Conversation

Copilot AI commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

yarn.lock contained entries for react-router, cookie, and set-cookie-parser — none of which are declared in package.json. These orphaned entries cause lock file validation failures.

Changes

  • Ran yarn install to reconcile yarn.lock with package.json, removing 18 lines of stale dependency entries

@ProLoser ProLoser marked this pull request as ready for review June 9, 2026 21:31
@ProLoser ProLoser merged commit 241fbc4 into main Jun 9, 2026
@ProLoser ProLoser deleted the copilot/fix-lock-file branch June 9, 2026 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants