From 99095bad190a341b3993ed0e13dbc0f7484a5040 Mon Sep 17 00:00:00 2001 From: Renovate Date: Fri, 7 Mar 2025 07:20:54 +0000 Subject: [PATCH] chore(deps): update dependency eslint-config-prettier to v10.1.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7df72e8..0e0586d 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@types/which": "3.0.4", "@typescript-eslint/parser": "8.26.0", "eslint": "9.21.0", - "eslint-config-prettier": "10.0.3", + "eslint-config-prettier": "10.1.0", "eslint-plugin-prettier": "5.2.3", "eslint-plugin-react": "7.37.4", "globals": "16.0.0", diff --git a/yarn.lock b/yarn.lock index c783aac..c3f14e3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3091,10 +3091,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@10.0.3: - version "10.0.3" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.0.3.tgz#d3d3b6a84bfb235276e0db1e1490c73724799cfb" - integrity sha512-wlypkcjrA6L2fG+WTmEELzZJFmiF3ftdirkmz8te3FOVwviFvaeYxHPtBvwaIlvjUC4QjrTrPxRMddx+CU7Tlw== +eslint-config-prettier@10.1.0: + version "10.1.0" + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.1.0.tgz#6fd7a6d1938ac53909b36151008e6946abdcf0c1" + integrity sha512-EZxtSSOjkmuRfrDZxcnRgLy8ea/hVGcsCj1zFIKiAZ3SJJOz0Pdusq2FFj0qJrFcpg2KzCo8j8bjInYpgMsdgA== eslint-plugin-prettier@5.2.3: version "5.2.3"