We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When installing react-modal with NPM, i get this warning:
react-modal
npm WARN deprecated lodash.assign@4.2.0: This package is deprecated. Use Object.assign.
Using NodeJS 6.x: npm install react-modal
npm install react-modal
I would expect no deprecated dependencies on the latest version.
I assume you want it for a pollyfill. I think there are smaller ones out there that are not deprecated, eg: https://www.npmjs.com/package/object-assign
Looks like lodash.assign inflates the number of dependencies quite a bit too, it would be good to remove!
lodash.assign
├─┬ react-modal@1.4.0 │ ├── element-class@0.2.2 │ ├── exenv@1.2.0 │ └─┬ lodash.assign@3.2.0 │ ├─┬ lodash._baseassign@3.2.0 │ │ └── lodash._basecopy@3.0.1 │ ├─┬ lodash._createassigner@3.1.1 │ │ ├── lodash._bindcallback@3.0.1 │ │ ├── lodash._isiterateecall@3.0.9 │ │ └── lodash.restparam@3.6.1 │ └─┬ lodash.keys@3.1.2 │ ├── lodash._getnative@3.9.1 │ ├── lodash.isarguments@3.1.0 │ └── lodash.isarray@3.0.4
The text was updated successfully, but these errors were encountered:
@rfreitas can you look at this one?
Sorry, something went wrong.
yes, PR been added
Bumps lodash.assign to 4.2.0
9f9dcf0
closes #238
ad0b071
No branches or pull requests
Summary:
When installing
react-modal
with NPM, i get this warning:Steps to reproduce:
Using NodeJS 6.x:
npm install react-modal
Expected behavior:
I would expect no deprecated dependencies on the latest version.
I assume you want it for a pollyfill. I think there are smaller ones out there that are not deprecated, eg: https://www.npmjs.com/package/object-assign
Additional notes:
Looks like
lodash.assign
inflates the number of dependencies quite a bit too, it would be good to remove!The text was updated successfully, but these errors were encountered: