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
Expected behavior
The screenshot on the left is much easier for me to read off the information that I care about. The >=A.B.C, <D.E.F ranges are just unnecessarily verbose/cluttered and disguises when there are real >=/< dependencies that are not equivalent to a ^ dependency (as in >=0.2, <0.4). 😕
Additional context
If this was not made as an intentional change, it's possible it was introduced inadvertently in the course of a dependency update such as #2990.