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
Palette should probably not impose constraints on patch versions and use the lowest possible minor version that is required.
For instance, if Palette has a dependency on moment with constraint ^2.23.0, then when the main project depends on moment with a constraint like 2.19.0 or 2.24.0 we’ll end up with multiple versions installed. Instead, Palette should specify ^2.0or, only if a feature was added in v2.23, it should be ^2.23.
The text was updated successfully, but these errors were encountered:
Palette should probably not impose constraints on patch versions and use the lowest possible minor version that is required.
For instance, if Palette has a dependency on
moment
with constraint^2.23.0
, then when the main project depends onmoment
with a constraint like2.19.0
or2.24.0
we’ll end up with multiple versions installed. Instead, Palette should specify^2.0
or, only if a feature was added inv2.23
, it should be^2.23
.The text was updated successfully, but these errors were encountered: