From 3284c5689bac94d5dbb5eaa2030e5fa33e9c839c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Jul 2025 22:58:12 +0000 Subject: [PATCH] chore(deps): 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 201c44f..2c2c73d 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "cross-env": "7.0.3", "del": "6.0.0", "eslint": "7.26.0", - "eslint-config-prettier": "8.3.0", + "eslint-config-prettier": "10.1.8", "eslint-plugin-cypress": "2.11.3", "eslint-plugin-prettier": "3.4.0", "eslint-plugin-react": "7.23.2", diff --git a/yarn.lock b/yarn.lock index f3a4a21..9ea3246 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2368,10 +2368,10 @@ escape-string-regexp@^4.0.0: resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34" integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== -eslint-config-prettier@8.3.0: - version "8.3.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.3.0.tgz#f7471b20b6fe8a9a9254cc684454202886a2dd7a" - integrity sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew== +eslint-config-prettier@10.1.8: + version "10.1.8" + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.1.8.tgz#15734ce4af8c2778cc32f0b01b37b0b5cd1ecb97" + integrity sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w== eslint-plugin-cypress@2.11.3: version "2.11.3"