From 7ae039f319bc669d9ad35d133c7532a699cee00f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 08:56:02 +0000 Subject: [PATCH] Update dependency eslint-config-prettier to v10 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5cd92f34..f8b8f8cc 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "babel-jest": "27.5.1", "cypress": "9.7.0", "eslint": "8.57.1", - "eslint-config-prettier": "8.10.0", + "eslint-config-prettier": "10.1.3", "eslint-plugin-react": "7.37.4", "husky": "7.0.4", "isomorphic-fetch": "3.0.0", diff --git a/yarn.lock b/yarn.lock index 1fb9d1f1..24ef90d8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2791,10 +2791,10 @@ escodegen@^2.0.0: optionalDependencies: source-map "~0.6.1" -eslint-config-prettier@8.10.0: - version "8.10.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.10.0.tgz#3a06a662130807e2502fc3ff8b4143d8a0658e11" - integrity sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg== +eslint-config-prettier@10.1.3: + version "10.1.3" + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.1.3.tgz#b53b626e5fae39aa2a442a929488c35acec53c96" + integrity sha512-vDo4d9yQE+cS2tdIT4J02H/16veRvkHgiLDRpej+WL67oCfbOb97itZXn8wMPJ/GsiEBVjrjs//AVNw2Cp1EcA== eslint-plugin-react@7.37.4: version "7.37.4"