From 33b75a7e8c9171cca76a77c52ab63bb67ea1944f Mon Sep 17 00:00:00 2001 From: Pieter Vanderwerff Date: Tue, 6 Jun 2023 20:06:25 -0700 Subject: [PATCH] [prettier] Update prettier to v2.8.8 Summary: X-link: https://github.com/facebook/react-native/pull/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 --- antlir/website/package.json | 2 +- antlir/website/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/antlir/website/package.json b/antlir/website/package.json index e21a8c1ffd..eab093d5f9 100644 --- a/antlir/website/package.json +++ b/antlir/website/package.json @@ -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": { diff --git a/antlir/website/yarn.lock b/antlir/website/yarn.lock index 84eb2838ce..10bcaced5f 100644 --- a/antlir/website/yarn.lock +++ b/antlir/website/yarn.lock @@ -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"