Components: Update dependencies shared with G2 components#28280
Components: Update dependencies shared with G2 components#28280
Conversation
|
It looks liek |
|
|
|
Size Change: -17 kB (-1%) Total Size: 1.39 MB
ℹ️ View Unchanged
|
|
I still some unit tests failing: It looks like an issue with |
|
@gziolo Haii! Just a heads up, I merged in your G2 Component dependency update and made a release: |
7df9ec3 to
9cfdbb1
Compare
|
I also downgraded |
|
@ItsJonQ, I'm afraid that drag gestures no longer work on It works differently at: and in the local instance. They had two major version bumps:
Let me know if you have an idea how to fix it. Otherwise, this PR is good to go. |
|
@gziolo Thanks for the heads up! I'll take a look at the drag gestures. |
|
@gziolo I just made an update for the drag gestures 🤞 |
70558fa to
bf9f9e5
Compare
|
This PR removed 17kB from the bundle size It looks like we are using two copies of Reakit. I opened ItsJonQ/g2#237 to address it on the |

Description
Related: ItsJonQ/g2#233.
This PR tries to update dependencies shared with G2 components to their latest versions.
{ "@emotion/core": "10.1.1", "downshift": "6.0.15", "react-resize-aware": "3.1.0", "react-use-gesture": "9.0.0", "rtlcss": "2.6.2", "tinycolor2": "1.4.2", }The idea is that we use the same versions in
@wp-g2/*packages so we don't use 2 copies of the same packages in Gutenberg.How has this been tested?
I'm waiting for CI to verify if there are any breaking changes. I hope there none :)
Types of changes
Checklist: