From d3850b4f898b035262e10c64e3d8fb89e14a212b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 19:58:14 +0000 Subject: [PATCH] chore(deps): update dependency eslint-config-prettier to v9 --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 99ae8bf..cb743a8 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "console-fail-test": "^0.2.3", "cspell": "^6.31.1", "eslint": "^8.40.0", - "eslint-config-prettier": "^8.8.0", + "eslint-config-prettier": "^9.0.0", "eslint-plugin-deprecation": "^1.4.1", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-import": "^2.27.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 180b509..fc3c7d1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -27,8 +27,8 @@ devDependencies: specifier: ^8.40.0 version: 8.40.0 eslint-config-prettier: - specifier: ^8.8.0 - version: 8.8.0(eslint@8.40.0) + specifier: ^9.0.0 + version: 9.0.0(eslint@8.40.0) eslint-plugin-deprecation: specifier: ^1.4.1 version: 1.4.1(eslint@8.40.0)(typescript@5.0.4) @@ -2651,8 +2651,8 @@ packages: source-map: 0.6.1 dev: true - /eslint-config-prettier@8.8.0(eslint@8.40.0): - resolution: {integrity: sha512-wLbQiFre3tdGgpDv67NQKnJuTlcUVYHas3k+DZCc2U2BadthoEY4B7hLPvAxaqdyOGCzuLfii2fqGph10va7oA==} + /eslint-config-prettier@9.0.0(eslint@8.40.0): + resolution: {integrity: sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==} hasBin: true peerDependencies: eslint: '>=7.0.0'