Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): allow axios
>=0.25.0 || ^1.2.2
Versions of Axios 1.x are causing issues with Jest (axios/axios#5101). Jest 28 and 29, where this issue is resolved, has other issues surrounding memory leaks (jestjs/jest#7874). Allow `>=0.25.0` for applications that cannot upgrade Jest at this moment.
- Loading branch information