Back to changelog
October 05, 2024
This update adds support for Yarn's "resolutions"
field, which allows you to override the resolutions of specific dependencies. The field is frequently used to instruct Yarn to use a specific package version in cases where you want to enforce all your packages to use a single version of a dependency, or backport a fix.
For more information on the specifics of our Yarn support, check out the updated documentation.