Skip to content

Commit

Permalink
[prettier] Update prettier to v2.8.8
Browse files Browse the repository at this point in the history
Summary:
X-link: facebook/react-native#37738

Upgrade Prettier to the latest stable version, 2.8.8.

Test Plan: The script runs prettier on all files but only resulted in minimal formatting changes due to the version differences being so minimal. I did validate the formatting script was working as expected by manually changing a file and ensuring the script formatted it correctly.

Reviewed By: SamChou19815

Differential Revision: D46403769

fbshipit-source-id: 551d64db0b701a8d3f275900dd8f6324c115a3e6
  • Loading branch information
pieterv authored and facebook-github-bot committed Jun 7, 2023
1 parent 6409343 commit 33b75a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion antlir/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.4",
"prettier": "2.7.1",
"prettier": "2.8.8",
"stylelint": "^13.2.1"
},
"browserslist": {
Expand Down
8 changes: 4 additions & 4 deletions antlir/website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9719,10 +9719,10 @@ prepend-http@^2.0.0:
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"
integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=

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==
prettier@2.8.8:
version "2.8.8"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da"
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==

pretty-error@^4.0.0:
version "4.0.0"
Expand Down

0 comments on commit 33b75a7

Please sign in to comment.