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