From c2d6e2efcf06e97c04bddc2d821c77ad034426b8 Mon Sep 17 00:00:00 2001 From: "homarr-renovate[bot]" <158783068+homarr-renovate[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 14:18:43 +0000 Subject: [PATCH] fix(deps): update dependency eslint-config-prettier to ^10.0.2 (#2427) 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 74381c0c2..2b9cea5f2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2164,8 +2164,8 @@ importers: specifier: ^15.1.7 version: 15.1.7 eslint-config-prettier: - specifier: ^10.0.1 - version: 10.0.1(eslint@9.21.0) + specifier: ^10.0.2 + version: 10.0.2(eslint@9.21.0) eslint-config-turbo: specifier: ^2.4.4 version: 2.4.4(eslint@9.21.0)(turbo@2.4.4) @@ -6159,8 +6159,8 @@ packages: engines: {node: '>=6.0'} hasBin: true - eslint-config-prettier@10.0.1: - resolution: {integrity: sha512-lZBts941cyJyeaooiKxAtzoPHTN+GbQTJFAIdQbRhA4/8whaAraEh47Whw/ZFfrjNSnlAxqfm9i0XVAEkULjCw==} + eslint-config-prettier@10.0.2: + resolution: {integrity: sha512-1105/17ZIMjmCOJOPNfVdbXafLCLj3hPmkmB7dLgt7XsQ/zkxSuDerE/xgO3RxoHysR1N1whmquY0lSn2O0VLg==} hasBin: true peerDependencies: eslint: '>=7.0.0' @@ -14509,7 +14509,7 @@ snapshots: optionalDependencies: source-map: 0.6.1 - eslint-config-prettier@10.0.1(eslint@9.21.0): + eslint-config-prettier@10.0.2(eslint@9.21.0): dependencies: eslint: 9.21.0 diff --git a/tooling/eslint/package.json b/tooling/eslint/package.json index adf7fb565..232e027f3 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.1.7", - "eslint-config-prettier": "^10.0.1", + "eslint-config-prettier": "^10.0.2", "eslint-config-turbo": "^2.4.4", "eslint-plugin-import": "^2.31.0", "eslint-plugin-jsx-a11y": "^6.10.2",