Deduplicate Dependencies Across Plugins #1652
Labels
agent-generated
For agent creation actions on pull requests, issues, and eventually milestones, releases etc.
dependencies
enhancement
New feature or request
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
The text was updated successfully, but these errors were encountered: