Shopify / discount-app-components

A library of discounts-focused React components to help in building Shopify apps.
https://www.npmjs.com/package/@shopify/discount-app-components
MIT License
72 stars 23 forks source link

[FEATURE] Support peerDependency on Polaris 13 #201

Closed mbaumbach closed 1 month ago

mbaumbach commented 5 months ago

Feature request summary

We'd like to upgrade to Polaris 13, but this library has a peer dependency on "^12.0.0". Perhaps something like "^12.0.0 | ^13.0.0".

Rationale

This would allow us to use the latest release of Polaris with this library.

mbaumbach commented 1 month ago

This appears fixed by https://github.com/Shopify/discount-app-components/pull/209.