From 7a12479e4aff74236b90079ee4ac8a76c7aa1558 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 07:43:53 +0000 Subject: [PATCH] =?UTF-8?q?Update=20prettier=203.3.0=20=E2=86=92=203.3.1?= =?UTF-8?q?=20(patch)=20(#564)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fa1b4e8..97c1851 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "eslint-plugin-react": "7.34.2", "eslint-plugin-react-hooks": "4.6.2", "jest": "29.7.0", - "prettier": "3.3.0", + "prettier": "3.3.1", "react": "18.3.1", "react-dom": "18.3.1", "rimraf": "5.0.7", diff --git a/yarn.lock b/yarn.lock index f900bf6..f72f899 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4885,10 +4885,10 @@ prettier-linter-helpers@^1.0.0: dependencies: fast-diff "^1.1.2" -prettier@3.3.0: - version "3.3.0" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.0.tgz#d173ea0524a691d4c0b1181752f2b46724328cdf" - integrity sha512-J9odKxERhCQ10OC2yb93583f6UnYutOeiV5i0zEDS7UGTdUt0u+y8erxl3lBKvwo/JHyyoEdXjwp4dke9oyZ/g== +prettier@3.3.1: + version "3.3.1" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.1.tgz#e68935518dd90bb7ec4821ba970e68f8de16e1ac" + integrity sha512-7CAwy5dRsxs8PHXT3twixW9/OEll8MLE0VRPCJyl7CkS6VHGPSlsVaWTiASPTyGyYRyApxlaWTzwUxVNrhcwDg== pretty-format@^29.7.0: version "29.7.0"