Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(package.json): Remove unused dependencies (semver and queue) #8046

Draft
wants to merge 1 commit into
base: canary
Choose a base branch
from

Conversation

mohebifar
Copy link

Summary

This PR removes two unused dependencies, semver and queue, from the package.json file(s). These dependencies were previously included in the project but are no longer being utilized in the codebase.

Changes

  • Removed semver from the dependencies section of package.json.
  • Removed queue from the dependencies section of package.json.
  • Updated the yarn.lock file accordingly to reflect the changes.

Why?

  • These dependencies are no longer needed, and removing them reduces unnecessary bloat in the project.
  • This also helps reduce potential security vulnerabilities by minimizing the number of external libraries used.

Testing

  • Runyarn install to verify no issues arise from removing the dependencies.
  • Ensure that all relevant tests pass after the changes.

Copy link

Removed dependencies detected. Learn more about Socket for GitHub ↗︎

🚮 Removed packages: npm/[email protected]

View full report↗︎

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.

1 participant