Join Slack
Powered by
implemted parsing and sorting version ranges.. <ht...
# refreshversions
n
Nikky
06/05/2021, 8:30 PM
implemted parsing and sorting version ranges..
https://classic.yarnpkg.com/en/docs/dependency-versions/#toc-comparators
stuff like
Copy code
>=2.7.1 >=2.0.0 <3.1.4 <2.0.0 || >3.1.4 2.0.0 - 3.1.4 3.1.x ~3.1.4 ^3.1.4
should
all work it picks the lowest bound of any range it finds by sorting its components first
Open in Slack
Previous
Next