Allowing the react-error-boundary dependency to be newer than 3.1.0
Why:
Its impossible to get correct package resolution without this for users who would like to use
How:
I changed from the dependency being ^3.1.0 to >=3.1.0. Then I ran npm test to make sure things are working after using npm upgrade react-error-boundary to install the new version.
What:
Allowing the react-error-boundary dependency to be newer than 3.1.0
Why:
Its impossible to get correct package resolution without this for users who would like to use
How:
I changed from the dependency being
^3.1.0
to>=3.1.0
. Then I rannpm test
to make sure things are working after usingnpm upgrade react-error-boundary
to install the new version.Checklist: