From fd72ec1ec1f2ff1db21ae41bc6ceb56ddbf61015 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Apr 2021 05:10:57 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-config-prettier from 6.15.0 to 8.2.0 Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.15.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/v6.15.0...v8.2.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 0cfe2bd6b..c9fedb6b4 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@typescript-eslint/eslint-plugin": "^4.7.0", "@typescript-eslint/parser": "^4.7.0", "concurrently": "^5.0.2", - "eslint-config-prettier": "^6.15.0", + "eslint-config-prettier": "^8.2.0", "eslint-plugin-react-hooks": "^4.2.0", "jest": "^24.9.0", "loop": "^3.3.4", diff --git a/yarn.lock b/yarn.lock index ece94e849..9aec75690 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5912,6 +5912,11 @@ eslint-config-prettier@^6.15.0: dependencies: get-stdin "^6.0.0" +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" resolved "https://registry.yarnpkg.com/eslint-config-react-app/-/eslint-config-react-app-6.0.0.tgz#ccff9fc8e36b322902844cbd79197982be355a0e"