From 25f922c9f203d70fae35c343e4a0add91736c745 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 15:07:12 +0800 Subject: [PATCH] chore(deps): update devdependency eslint-config-prettier to v9 (#65) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5cb86e0b..f8ac0afd 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "@vitest/coverage-c8": "^0.30.1", "cross-env": "^7.0.3", "eslint": "^8.39.0", - "eslint-config-prettier": "^8.8.0", + "eslint-config-prettier": "^9.0.0", "eslint-plugin-unused-imports": "^2.0.0", "esno": "^0.16.3", "fast-glob": "^3.2.12", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7e2ee706..df0f5f0f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -45,8 +45,8 @@ importers: specifier: ^8.39.0 version: 8.39.0 eslint-config-prettier: - specifier: ^8.8.0 - version: 8.8.0(eslint@8.39.0) + specifier: ^9.0.0 + version: 9.0.0(eslint@8.39.0) eslint-plugin-unused-imports: specifier: ^2.0.0 version: 2.0.0(eslint@8.39.0) @@ -5293,8 +5293,8 @@ packages: engines: {node: '>=12'} dev: true - /eslint-config-prettier@8.8.0(eslint@8.39.0): - resolution: {integrity: sha512-wLbQiFre3tdGgpDv67NQKnJuTlcUVYHas3k+DZCc2U2BadthoEY4B7hLPvAxaqdyOGCzuLfii2fqGph10va7oA==} + /eslint-config-prettier@9.0.0(eslint@8.39.0): + resolution: {integrity: sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==} hasBin: true peerDependencies: eslint: '>=7.0.0'