[Done] Third party dependencies, specify version per environment

We’re now halfway there, you can now specify the exact version of a third-party dependency, but it’s still global. So you can prevent a third-party dependency change from breaking your app unexpectedly, but the upgrade path would require a clone of your app to use for testing.

A terrific improvement for production apps!

2 Likes