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.
Due to inconsistent
prettier
versions across packages, I encountered conflictingprettier
formatting rules.This PR bumps the version of
prettier
to2.7.1
all across the board, which matches what is present inexample/
.I'm leaving
package.json
indocs/
alone, as it uses a different, higherprettier
version than other packages, changing it to2.7.1
causes too many changes.