From e9565f62497aafc45aea051215353feeb8d3bb9c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 07:24:53 +0000 Subject: [PATCH] Update dependency prettier to v3 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7b62e80..7f28077 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "mini-css-extract-plugin": "2.9.2", "node-sass": "7.0.3", "optimize-css-assets-webpack-plugin": "6.0.1", - "prettier": "2.8.8", + "prettier": "3.4.2", "pug": "3.0.3", "pug-plain-loader": "1.1.0", "sass-loader": "12.6.0", diff --git a/yarn.lock b/yarn.lock index a2fe785..ad555ed 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3618,10 +3618,10 @@ postcss@^8.4.48: picocolors "^1.1.1" source-map-js "^1.2.1" -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== +prettier@3.4.2: + version "3.4.2" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.4.2.tgz#a5ce1fb522a588bf2b78ca44c6e6fe5aa5a2b13f" + integrity sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ== pretty-error@^4.0.0: version "4.0.0"