Skip to content

Deduplicate Dependencies Across Plugins #1656

Closed
@monilpat

Description

Is your feature request related to a problem? Please describe.

We have encountered version mismatches due to duplicated dependencies across various plugins, which has caused issues similar to those experienced with the viem library in PR #1642.

Describe the solution you'd like

Implement a strategy to deduplicate dependencies across plugins and move shared dependencies to the root package.json folder. This will help maintain consistency and prevent version conflicts.

Describe alternatives you've considered

Currently, we have been manually managing dependencies, but this approach is error-prone and unsustainable as the project scales.

Additional context

By centralizing shared dependencies, we can ensure that all plugins are using the same version, which will improve stability and reduce the likelihood of issues arising from version mismatches.

Related Issues

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    agent-generatedFor agent creation actions on pull requests, issues, and eventually milestones, releases etc.dependenciesenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions