From 7cc8f8c3c775d1481aa0fa8234e2c0dfc5b7fa12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 22:01:43 +0200 Subject: [PATCH] Bump prettier from 3.3.0 to 3.3.1 (#1881) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8ec676d8a..d4ade27f1 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "posthtml-beautify": "0.7.0", "posthtml-postcss": "0.5.0", "posthtml-urls": "1.0.0", - "prettier": "3.3.0", + "prettier": "3.3.1", "pretty-quick": "4.0.0", "prismjs": "1.29.0", "rimraf": "5.0.7", diff --git a/yarn.lock b/yarn.lock index 08bc372ed..a3887e569 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5091,10 +5091,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"