From 6cc59b34e312f0a1309388339f611fa4b95fdec2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 18:27:13 +0000 Subject: [PATCH] chore(deps): update dependency eslint-config-prettier to v9 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 278aab4..fd741f9 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@nuxtjs/svg": "0.4.0", "@nuxtjs/tailwindcss": "4.2.1", "eslint": "8.36.0", - "eslint-config-prettier": "8.6.0", + "eslint-config-prettier": "9.0.0", "eslint-plugin-prettier": "4.2.1", "netlify-cli": "13.1.1", "nuxt-purgecss": "2.0.0", diff --git a/yarn.lock b/yarn.lock index 49c8e5a..b08bcb8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6480,10 +6480,10 @@ escodegen@^2.0.0: optionalDependencies: source-map "~0.6.1" -eslint-config-prettier@8.6.0: - version "8.6.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.6.0.tgz#dec1d29ab728f4fa63061774e1672ac4e363d207" - integrity sha512-bAF0eLpLVqP5oEVUFKpMA+NnRFICwn9X8B5jrR9FcqnYBuPbqWEjTEspPWMj5ye6czoSLDweCzSo3Ko7gGrZaA== +eslint-config-prettier@9.0.0: + version "9.0.0" + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz#eb25485946dd0c66cd216a46232dc05451518d1f" + integrity sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw== eslint-plugin-prettier@4.2.1: version "4.2.1"