christopherthielen / check-peer-dependencies

Checks peer dependencies of the current NodeJS package. Offers solutions for any that are unmet.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature request] Support npm `overrides`

Gi11i4m opened this issue · comments

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!