Automattic / gridicons

The WordPress.com icon set
http://automattic.github.io/gridicons/
GNU General Public License v2.0
111 stars 13 forks source link

Conflicting peer dependencies #317

Closed samueljseay closed 3 years ago

samueljseay commented 3 years ago

As of npm 7 peer dependencies are installed by default, this brings up a conflict for us in wc-admin with npm 7 between this library and others that use 17.x versions of React.

Is there any downside to extending support of your peer dependencies in this package to cover React 17? I'd be happy to submit a PR to add this if needed.

noahtallen commented 3 years ago

Done in #318, though we still need to publish