From c43962b49299e19cb911de5896c87831ef00d60e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 08:57:19 +0000 Subject: [PATCH] fix(deps): update dependency eslint-config-prettier to v9 --- packages/eslint-config-custom/package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/eslint-config-custom/package.json b/packages/eslint-config-custom/package.json index ba7404e..2033811 100644 --- a/packages/eslint-config-custom/package.json +++ b/packages/eslint-config-custom/package.json @@ -9,7 +9,7 @@ "@typescript-eslint/parser": "^6.7.2", "eslint": "^8.49.0", "eslint-config-next": "13.5.3", - "eslint-config-prettier": "^8.10.0", + "eslint-config-prettier": "^9.0.0", "eslint-config-turbo": "latest", "eslint-plugin-react": "7.33.2" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 896f8c7..8dcb649 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -175,8 +175,8 @@ importers: specifier: 13.5.3 version: 13.5.3(eslint@8.53.0)(typescript@5.2.2) eslint-config-prettier: - specifier: ^8.10.0 - version: 8.10.0(eslint@8.53.0) + specifier: ^9.0.0 + version: 9.0.0(eslint@8.53.0) eslint-config-turbo: specifier: latest version: 1.10.16(eslint@8.53.0) @@ -1855,8 +1855,8 @@ packages: - supports-color dev: false - /eslint-config-prettier@8.10.0(eslint@8.53.0): - resolution: {integrity: sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==} + /eslint-config-prettier@9.0.0(eslint@8.53.0): + resolution: {integrity: sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==} hasBin: true peerDependencies: eslint: '>=7.0.0'