You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a situation where my project uses a package, but there are dependencies that also have older versions of the package.
I use a resolution field to force the package to a specific version, but this causes a DX issue where i now have the package in two separate sections: resolution and dependencies.
I've had a few situations already where I may update the version on one or the other but forget to do them all. It'd be nice if I can do a * for dependencies in this situation so I only need to update just the resolution field.
I'm currently using prefer-absolute-version-dependencies so the * would need to be an exception here for the dependencies
I have a situation where my project uses a package, but there are dependencies that also have older versions of the package.
I use a
resolution
field to force the package to a specific version, but this causes a DX issue where i now have the package in two separate sections:resolution
anddependencies
.I've had a few situations already where I may update the version on one or the other but forget to do them all. It'd be nice if I can do a
*
fordependencies
in this situation so I only need to update just theresolution
field.I'm currently using
prefer-absolute-version-dependencies
so the*
would need to be an exception here for thedependencies
The text was updated successfully, but these errors were encountered: