Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): remove unused deps &
resolutions
(#534)
* chore(deps): remove unused deps - these are all completely unused in the current codebase (search codebase, no references) - installs, builds, tests, etc still work without all these - maybe some of these were used at some point in the past, but none of them are currently used Signed-off-by: Anton Gilgur <agilgur5@gmail.com> * chore(deps): remove unnecessary Yarn resolutions - `lodash` resolution is no longer needed as all deps are compatible with `lodash` `^4` - 640ede9 added it and it _may_ have been necessary for some of the `lodash` v3 deps there, but this codebase no longer has any `lodash` v3 deps - `@types/history` is already using `^4.7.8` without the resolution - 546911a added it while also upgrading the devDep; only upgrading the devDep was necessary Signed-off-by: Anton Gilgur <agilgur5@gmail.com> --------- Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
- Loading branch information