terascope / teraslice

Scalable data processing pipelines in JavaScript
https://terascope.github.io/teraslice/
Apache License 2.0
50 stars 13 forks source link

Change all package.jsons to allow only patch level differences in yarn.lock. #3823

Closed busma13 closed 6 hours ago

busma13 commented 1 week 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.

godber commented 6 hours ago

Closed by #3831