barvian / fluid-tailwind

Build better responsive designs in less code.
https://fluid.tw
MIT License
1.26k stars 19 forks source link

Unmet peer requirement issues with tailwind-merge #47

Closed natemking closed 2 months ago

natemking commented 2 months ago

Issue

Most recent version of tailwind-merge is at v2.5.2 and the @fluid-tailwind/tailwind-merge plugin is requesting v2.4.0 which is causing yarn install peer requirement warning when running yarn install in yarn v.4.4.1.

Workaround

Downgrade current version of tailwind-merge.

Thanks for building this library . It's a greatly needed tool. This issue isn't a blocker in the least but we would prefer to be running the newest version of tailwind-merge without any yarn install warning/errors.

barvian commented 2 months ago

Hi, thanks for the kind words. I relaxed the peer dep in 0.0.3 because tailwind-merge 2.5 still supports the experimental feature fluid-tailwind needs. 👍