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

Replace lodash NPM package with tiny lodash modules #5171

Merged
merged 1 commit into from
Feb 8, 2022

Conversation

vbaranov
Copy link
Member

@vbaranov vbaranov commented Feb 8, 2022

Motivation

lodash NPM package is too heavy. Replace it with tiny lodash modules which are used by the application.

Changelog

Replace lodash with

    "lodash.debounce": "^4.0.8",
    "lodash.differenceby": "^4.8.0",
    "lodash.find": "^4.6.0",
    "lodash.first": "^3.0.0",
    "lodash.forin": "^4.4.0",
    "lodash.get": "^4.4.2",
    "lodash.intersectionby": "^4.7.0",
    "lodash.isobject": "^3.0.2",
    "lodash.keys": "^4.2.0",
    "lodash.last": "^3.0.0",
    "lodash.map": "^4.6.0",
    "lodash.max": "^4.0.1",
    "lodash.merge": "^4.6.2",
    "lodash.min": "^4.0.1",
    "lodash.noop": "^3.0.1",
    "lodash.omit": "^4.5.0",
    "lodash.rangeright": "^4.2.0",
    "lodash.reduce": "^4.6.0",

Checklist for your Pull Request (PR)

@vbaranov vbaranov force-pushed the vb-replace-lodash-modular-lodash branch from bb3a81b to 7dca159 Compare February 8, 2022 15:38
@vbaranov vbaranov merged commit bff2630 into master Feb 8, 2022
@vbaranov vbaranov deleted the vb-replace-lodash-modular-lodash branch February 8, 2022 17:29
sidhujag pushed a commit to syscoin/blockscout that referenced this pull request Feb 11, 2022
…modular-lodash

Replace lodash NPM package with tiny lodash modules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant