Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Removing lodash as a dependency #2435

Merged
merged 4 commits into from
Sep 28, 2018
Merged

Removing lodash as a dependency #2435

merged 4 commits into from
Sep 28, 2018

Commits on Sep 28, 2018

  1. Removing lodash as a dependency

    We're only depending on `flowRight`, so these changes remove
    the dependency on `lodash`, switching the dependency to
    `lodash.flowright`. React Apollo 3.0 will be removing this
    dependency completely, but for now this will help with bundle
    sizes.
    
    All development `lodash` use has also been adjusted to use
    individually imported `lodash` modules. Those will likely be
    removed as well in React Apollo 3.0.
    hwillson committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    42dd03f View commit details
    Browse the repository at this point in the history
  2. Fix module name typo

    hwillson committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    5fc3a52 View commit details
    Browse the repository at this point in the history
  3. Fix file line endings

    hwillson committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    ee430a7 View commit details
    Browse the repository at this point in the history
  4. Changelog update

    hwillson committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    37b3ad5 View commit details
    Browse the repository at this point in the history