Closed blarghmatey closed 1 year ago
N/A
There were a number of constraints using >= which is dangerous. Updated to use ^ which constrains to be within a given major or minor version specifier.
>=
^
Deploy to RC and verify that the app works properly
What are the relevant tickets?
N/A
Description (What does it do?)
There were a number of constraints using
>=
which is dangerous. Updated to use^
which constrains to be within a given major or minor version specifier.How can this be tested?
Deploy to RC and verify that the app works properly