ItsJonQ / g2

✨ An experimental reimagining of WordPress components
http://g2-components.com/
MIT License
105 stars 12 forks source link

Packages: Align reakit dependency with WordPress packages #237

Closed gziolo closed 3 years ago

gziolo commented 3 years ago

While working on https://github.com/WordPress/gutenberg/pull/28280, I discovered that Gutenberg uses 2 different versions of Reakit library. This PR tries to resolve that issue. I also removed reakit-warning dependency in favor of @wordpress/warning that is nearly identical and authored by the same mastermind @diegohaz 😄

Screen Shot 2021-01-21 at 13 28 08

I don't know why it was pinned to v1.1.0. Let's make sure we can use the latest version.

vercel[bot] commented 3 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/itsjonq/g2/49mrwy879
✅ Preview: https://g2-git-update-align-reakit-wordpress.itsjonq.vercel.app

ItsJonQ commented 3 years ago

Thank you @gziolo !!