react-hook-form / devtools

📋 DevTools to help debug forms.
https://react-hook-form.com/dev-tools
MIT License
643 stars 47 forks source link

Bump uuid dependency to the latest version #182

Open juliushuck opened 1 year ago

juliushuck commented 1 year ago

I have a monorepo with yarn workspaces.

In the first package I use this library.

The second one is a react native expo project that refuses to work, until I remove this library from the dependencies of the first package. The problem is with hoisting and apparently the version 8.3.2 of uuid. See here: https://github.com/expo/expo/issues/17261#issuecomment-1312553304

So it would really help me when somebody can change the dependency version.

Thank you