dellisd opened this issue 2 years ago · 0 comments
Right now we just compare version strings which will not always be correct.
e.g. evaluating "2.10.1" > "2.8.7" will return false. This can cause the lockfile to lock the wrong version.
"2.10.1" > "2.8.7"
false