Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove obsolete yarn resolutions (#5917)
### Description Most of our yarn resolutions were inherited from the celo monorepo. Where they were incrementally added to fix security issues or unnecessary duplicated packages. However it can cause subtle issues, when the major version doesn't match what packages actually want, so they should be kept to a minimum. Also some were keeping us with older versions of some packages. So I only kept a few: - `redux`: we only want one version - `set-value`: fixes the following warning: `warning patch-package > find-yarn-workspace-root > micromatch > snapdragon > base > cache-base > union-value > [email protected]: Critical bug fixed in v3.0.1, please upgrade to the latest version.` ### Test plan - Tests pass ### Related issues - Part of RET-1192 ### Backwards compatibility Yes ### Network scalability If a new NetworkId and/or Network are added in the future, the changes in this PR will: - [x] Continue to work without code changes, OR trigger a compilation error (guaranteeing we find it when a new network is added) --------- Co-authored-by: Joe Bergeron <[email protected]> Co-authored-by: Joseph Bergeron <[email protected]>
- Loading branch information