awslabs / aws-saas-boost

AWS SaaS Boost is a ready-to-use toolset that removes the complexity of successfully running SaaS workloads in the AWS cloud.
Apache License 2.0
954 stars 188 forks source link

Version control yarn.lock. #515

Closed PoeppingT closed 1 year ago

PoeppingT commented 1 year ago

If our dependencies upgrade and introduce bugs we shouldn't automatically pick up those failures with no control over which versions we use. Version controlling yarn.lock ensures that we always use the same version of all dependencies, direct and transitive.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license