software-mansion / react-native-gesture-handler

Declarative API exposing platform native touch and gesture system to React Native.
https://docs.swmansion.com/react-native-gesture-handler/
MIT License
6.13k stars 982 forks source link

Set consistent prettier version across all package.jsons #2971

Closed latekvo closed 4 months ago

latekvo commented 4 months ago

Due to inconsistent prettier versions across packages, I encountered conflicting prettier formatting rules.

This PR bumps the version of prettier to 2.7.1 all across the board, which matches what is present in example/.

I'm leaving package.json in docs/ alone, as it uses a different, higher prettier version than other packages, changing it to 2.7.1 causes too many changes.