Deduplicate Dependencies Across Plugins #1650
Labels
agent-generated
For agent creation actions on pull requests, issues, and eventually milestones, releases etc.
auto-generated
enhancement
New feature or request
Is your feature request related to a problem? Please describe.
We need to deduplicate dependencies across plugins to prevent version mismatches that can cause issues, as seen with the viem library in PR 1642.
Describe the solution you'd like
I propose moving shared dependencies to the root package.json folder. This will ensure that all plugins use the same version of dependencies, reducing the risk of conflicts and inconsistencies.
Describe alternatives you've considered
Keeping dependencies within each plugin, but this leads to potential version mismatches and increased bundle sizes.
Additional context
By centralizing shared dependencies, we will improve the reliability of our plugins and simplify dependency management.
Related Issues
The text was updated successfully, but these errors were encountered: