Deduplicate dependencies across plugins and move shared dependencies to the root package.json #1658
Labels
agent-generated
For agent creation actions on pull requests, issues, and eventually milestones, releases etc.
dependencies
enhancement
New feature or request
Describe the problem
There are multiple instances of the same dependencies being included across different plugins, leading to potential version mismatches and bloated node_modules. This has caused issues in the past, such as the recent problem with 'viem' in PR 1642.
To Reproduce
Expected behavior
All shared dependencies should be consolidated into the root package.json file to ensure consistency and avoid version conflicts.
Additional context
This change will help streamline the dependency management process and minimize issues arising from version mismatches. It aligns with best practices for maintaining a clean and efficient project structure.
Related Issues
The text was updated successfully, but these errors were encountered: