From 281d1a8ec4154b9c27a9c8e8b6052e66c895b8e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 20:44:22 +0700 Subject: [PATCH] chore(deps-dev): bump eslint-config-prettier from 8.10.0 to 10.0.2 in /docs (#32448) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docs/package.json | 2 +- docs/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/package.json b/docs/package.json index df14c8f3a9f..7bb75fb34a0 100644 --- a/docs/package.json +++ b/docs/package.json @@ -43,7 +43,7 @@ "@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/parser": "^5.0.0", "eslint": "^8.0.0", - "eslint-config-prettier": "^8.0.0", + "eslint-config-prettier": "^10.0.2", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-react": "^7.0.0", "prettier": "^2.0.0", diff --git a/docs/yarn.lock b/docs/yarn.lock index 55a6e259df7..ea3f2c5299c 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -5307,10 +5307,10 @@ escape-string-regexp@^5.0.0: resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz" integrity sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw== -eslint-config-prettier@^8.0.0: - version "8.10.0" - resolved "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.10.0.tgz" - integrity sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg== +eslint-config-prettier@^10.0.2: + version "10.0.2" + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.0.2.tgz#47444de8aa104ce82c2f91ad2a5e96b62c01e20d" + integrity sha512-1105/17ZIMjmCOJOPNfVdbXafLCLj3hPmkmB7dLgt7XsQ/zkxSuDerE/xgO3RxoHysR1N1whmquY0lSn2O0VLg== eslint-plugin-prettier@^4.0.0: version "4.2.1"