-
-
Notifications
You must be signed in to change notification settings - Fork 987
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set consistent prettier version across all package.jsons (#2971)
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.
- Loading branch information
Showing
6 changed files
with
16 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6221,10 +6221,10 @@ prettier-linter-helpers@^1.0.0: | |
dependencies: | ||
fast-diff "^1.1.2" | ||
|
||
prettier@^2.4.1: | ||
version "2.8.0" | ||
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.0.tgz#c7df58393c9ba77d6fba3921ae01faf994fb9dc9" | ||
integrity sha512-9Lmg8hTFZKG0Asr/kW9Bp8tJjRVluO8EJQVfY2T7FMw9T5jy4I/Uvx0Rca/XWf50QQ1/SS48+6IJWnrb+2yemA== | ||
prettier@2.7.1: | ||
version "2.7.1" | ||
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64" | ||
integrity sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g== | ||
|
||
pretty-format@^26.5.2, pretty-format@^26.6.2: | ||
version "26.6.2" | ||
|
@@ -6334,12 +6334,8 @@ react-is@^17.0.1: | |
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w== | ||
|
||
"react-native-gesture-handler@link:..": | ||
version "2.17.1" | ||
dependencies: | ||
"@egjs/hammerjs" "^2.0.17" | ||
hoist-non-react-statics "^3.3.0" | ||
invariant "^2.2.4" | ||
prop-types "^15.7.2" | ||
version "0.0.0" | ||
uid "" | ||
|
||
[email protected]: | ||
version "0.74.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10560,7 +10560,7 @@ prettier-linter-helpers@^1.0.0: | |
dependencies: | ||
fast-diff "^1.1.2" | ||
|
||
prettier@^2.7.1: | ||
[email protected]: | ||
version "2.7.1" | ||
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64" | ||
integrity sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g== | ||
|