christopherthielen / check-peer-dependencies

Checks peer dependencies of the current NodeJS package. Offers solutions for any that are unmet.
MIT License
60 stars 19 forks source link

[Feature request] Support npm `overrides` #37

Open Gi11i4m opened 1 year ago

Gi11i4m commented 1 year ago

At the moment check-peer-dependencies doesn't seem to take the overrides into account.

For example, with this as result

image

I'd expect this override to also get rid of the peer dependency warning

image

Please correct me if I'm wrong, if not I hope this gets considered.

Thanks in advance and thanks for the great script!