Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): remove unused deps & resolutions #534

Merged

Commits on May 11, 2024

  1. 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>
    agilgur5 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    d8a8c1a View commit details
    Browse the repository at this point in the history
  2. 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>
    agilgur5 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    9a9c86c View commit details
    Browse the repository at this point in the history