From b558d19d37b16c33fdcca5fed1ab5151ca750de7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 23:48:30 +0300 Subject: [PATCH] chore(deps-dev): bump eslint-config-prettier from 8.1.0 to 8.2.0 (#3461) Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.1.0 to 8.2.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/v8.1.0...v8.2.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 60bef8a4..62392d59 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@types/lodash.throttle": "4.1.6", "@types/pako": "1.0.1", "@types/resize-observer-browser": "0.1.5", - "eslint-config-prettier": "8.1.0", + "eslint-config-prettier": "8.2.0", "eslint-plugin-prettier": "3.3.1", "firebase-tools": "9.9.0", "husky": "4.3.8", diff --git a/yarn.lock b/yarn.lock index f46cbbc2..32523e88 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4972,9 +4972,10 @@ escodegen@^1.14.1, escodegen@^1.8.1: optionalDependencies: source-map "~0.6.1" -eslint-config-prettier@8.1.0: - version "8.1.0" - resolved "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.1.0.tgz" +eslint-config-prettier@8.2.0: + version "8.2.0" + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.2.0.tgz#78de77d63bca8e9e59dae75a614b5299925bb7b3" + integrity sha512-dWV9EVeSo2qodOPi1iBYU/x6F6diHv8uujxbxr77xExs3zTAlNXvVZKiyLsQGNz7yPV2K49JY5WjPzNIuDc2Bw== eslint-config-react-app@^6.0.0: version "6.0.0"