Closed busma13 closed 6 hours ago
Our package.jsons currently allow for variations of minor dependency versions, indicated by the ^ before the version, in the yarn.lock. We are going to change that to ~ which allows for differences at the patch version only.
package.json
^
yarn.lock
~
Closed by #3831
Our
package.json
s currently allow for variations of minor dependency versions, indicated by the^
before the version, in theyarn.lock
. We are going to change that to~
which allows for differences at the patch version only.