From c5787a648f52c5694dd9ae171d67a3def64cd5b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Mar 2022 08:19:01 +0000 Subject: [PATCH] Bump eslint-config-prettier from 7.1.0 to 8.5.0 Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 7.1.0 to 8.5.0. - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-config-prettier/compare/v7.1.0...v8.5.0) --- updated-dependencies: - dependency-name: eslint-config-prettier dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3d9f94968e513..16b40027f8f5f 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ "cypress-file-upload": "^4.1.1", "eslint": "^7.17.0", "eslint-config-preact": "^1.1.3", - "eslint-config-prettier": "^7.1.0", + "eslint-config-prettier": "^8.5.0", "eslint-import-resolver-webpack": "^0.13.0", "eslint-plugin-babel": "^5.3.1", "eslint-plugin-cypress": "^2.11.2", diff --git a/yarn.lock b/yarn.lock index ebd8ac32f8cc1..4ddc95d7ef072 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7931,10 +7931,10 @@ eslint-config-preact@^1.1.3: eslint-plugin-react "^7.0.0" eslint-plugin-react-hooks "^4.2.0" -eslint-config-prettier@^7.1.0: - version "7.1.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-7.1.0.tgz#5402eb559aa94b894effd6bddfa0b1ca051c858f" - integrity sha512-9sm5/PxaFG7qNJvJzTROMM1Bk1ozXVTKI0buKOyb0Bsr1hrwi0H/TzxF/COtf1uxikIK8SwhX7K6zg78jAzbeA== +eslint-config-prettier@^8.5.0: + version "8.5.0" + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.5.0.tgz#5a81680ec934beca02c7b1a61cf8ca34b66feab1" + integrity sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q== eslint-import-resolver-node@^0.3.4: version "0.3.4"