From 1cc6ecbce29348cf891dd8cfc29d4238ff5f7f78 Mon Sep 17 00:00:00 2001 From: "homarr-renovate[bot]" <158783068+homarr-renovate[bot]@users.noreply.github.com> Date: Fri, 18 Jul 2025 16:29:08 +0000 Subject: [PATCH] fix(deps): update dependency eslint-config-prettier to ^10.1.7 (#3651) Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 10 +++++----- tooling/eslint/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 838c02610..08e6419b3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2247,8 +2247,8 @@ importers: specifier: 15.4.1 version: 15.4.1 eslint-config-prettier: - specifier: ^10.1.5 - version: 10.1.5(eslint@9.31.0) + specifier: ^10.1.7 + version: 10.1.7(eslint@9.31.0) eslint-config-turbo: specifier: ^2.5.5 version: 2.5.5(eslint@9.31.0)(turbo@2.5.5) @@ -6492,8 +6492,8 @@ packages: engines: {node: '>=6.0'} hasBin: true - eslint-config-prettier@10.1.5: - resolution: {integrity: sha512-zc1UmCpNltmVY34vuLRV61r1K27sWuX39E+uyUnY8xS2Bex88VV9cugG+UZbRSRGtGyFboj+D8JODyme1plMpw==} + eslint-config-prettier@10.1.7: + resolution: {integrity: sha512-xztdELuHs7grBM+qdMUF4M4SjPpeOMN3kx7sGU6ifl5yibck/GRa0+0d+m1lPsGNkd+2bIWh2lUUTzX7MX/obw==} hasBin: true peerDependencies: eslint: '>=7.0.0' @@ -15618,7 +15618,7 @@ snapshots: optionalDependencies: source-map: 0.6.1 - eslint-config-prettier@10.1.5(eslint@9.31.0): + eslint-config-prettier@10.1.7(eslint@9.31.0): dependencies: eslint: 9.31.0 diff --git a/tooling/eslint/package.json b/tooling/eslint/package.json index e306ddb69..b24895d78 100644 --- a/tooling/eslint/package.json +++ b/tooling/eslint/package.json @@ -18,7 +18,7 @@ "prettier": "@homarr/prettier-config", "dependencies": { "@next/eslint-plugin-next": "15.4.1", - "eslint-config-prettier": "^10.1.5", + "eslint-config-prettier": "^10.1.7", "eslint-config-turbo": "^2.5.5", "eslint-plugin-import": "^2.32.0", "eslint-plugin-jsx-a11y": "^6.10.2",