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: Remove redundant dependencies #4556

Merged
merged 2 commits into from
Jul 25, 2024
Merged

Commits on Jul 25, 2024

  1. chore: Remove redundant dependencies

    In various packages, we have a package listed as both a peer dependency and as
    a dependency. This was done by mistake, the dependency entries aren't actually
    used in practice, as we require the package to be installed as a "peer"
    package anyway. It's also incorrect to list other controllers as a dependency
    in this case because we don't know which version we need. In these cases we
    need it to match the version setup with the global messenger, which we don't
    know.
    Gudahtt committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    250c01b View commit details
    Browse the repository at this point in the history
  2. Add changelog entries

    Gudahtt committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    a765ed0 View commit details
    Browse the repository at this point in the history