From d213dbb42da04cce7e86381557912e5f3276a70c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Feb 2021 13:56:32 +0200 Subject: [PATCH] chore(deps-dev): bump eslint-config-prettier from 7.2.0 to 8.0.0 (#3119) Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 7.2.0 to 8.0.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.2.0...v8.0.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 26de5a87..632df541 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@types/lodash.throttle": "4.1.6", "@types/pako": "1.0.1", "@types/resize-observer-browser": "0.1.5", - "eslint-config-prettier": "7.2.0", + "eslint-config-prettier": "8.0.0", "eslint-plugin-prettier": "3.3.1", "firebase-tools": "9.5.0", "husky": "4.3.8", diff --git a/yarn.lock b/yarn.lock index 1eefb7fe..8f64c1ea 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5720,10 +5720,10 @@ escodegen@^1.14.1, escodegen@^1.8.1: optionalDependencies: source-map "~0.6.1" -eslint-config-prettier@7.2.0: - version "7.2.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-7.2.0.tgz#f4a4bd2832e810e8cc7c1411ec85b3e85c0c53f9" - integrity sha512-rV4Qu0C3nfJKPOAhFujFxB7RMP+URFyQqqOZW9DMRD7ZDTFyjaIlETU3xzHELt++4ugC0+Jm084HQYkkJe+Ivg== +eslint-config-prettier@8.0.0: + version "8.0.0" + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.0.0.tgz#024d661444319686c588c8849c8da33815dbdb1c" + integrity sha512-5EaAVPsIHu+grmm5WKjxUia4yHgRrbkd8I0ffqUSwixCPMVBrbS97UnzlEY/Q7OWo584vgixefM0kJnUfo/VjA== eslint-config-react-app@^6.0.0: version "6.0.0"