Skip to content

Deduplicate Dependencies Across Plugins #1652

Closed
@monilpat

Description

@monilpat

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

Inconsistent dependency versions across plugins lead to version mismatches and bugs, as experienced recently with the viem package in PR 1642.

Describe the solution you'd like

Deduplicate dependencies across all plugins and move shared dependencies to the root package.json folder. This will ensure that all plugins use the same version of shared dependencies, reducing the likelihood of version conflicts.

Describe alternatives you've considered

Leaving the dependencies as is, but this would likely lead to further issues and inconsistencies in the future.

Additional context

This change will enhance the stability of the project and prevent similar issues from occurring in the future.

Related Issues

Metadata

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