Skip to content

Commit

Permalink
upgrade prettier to 2.7.1
Browse files Browse the repository at this point in the history
Summary:
Uses the script from D41148611 to upgrade the codebase and reformat code.

```
~/fbsource/xplat/js/scripts/upgrade-prettier/upgrade-prettier.sh 2.7.1
```

drop-conflicts
allow_many_files
bypass-lint

Reviewed By: yungsters

Differential Revision: D41263584

fbshipit-source-id: ef4ad08a5edfd43dd483498b4e9f4e7653e52698
  • Loading branch information
bradzacher authored and facebook-github-bot committed Nov 16, 2022
1 parent fe06ef8 commit d673b07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/hermes-parser/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"jest-specific-snapshot": "^5.0.0",
"mkdirp": "^1.0.4",
"patch-package": "^6.5.0",
"prettier": "^2.7.1"
"prettier": "2.7.1"
},
"resolutions": {
"jest-snapshot": "^29.2.2"
Expand Down
2 changes: 1 addition & 1 deletion tools/hermes-parser/js/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4070,7 +4070,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==
Expand Down

0 comments on commit d673b07

Please sign in to comment.