From c3958ad7708ad91e4832f08c376a26297a221e0e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Sep 2022 16:20:45 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-prettier to v2.7.0 --- package.json | 2 +- yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index bb0eee6..83d8239 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "eslint-plugin-import": "2.9.0", "eslint-plugin-jest": "21.15.0", "eslint-plugin-jsx-a11y": "6.0.3", - "eslint-plugin-prettier": "2.6.0", + "eslint-plugin-prettier": "2.7.0", "eslint-plugin-react": "7.7.0", "husky": "0.14.3", "jest": "22.4.3", diff --git a/yarn.lock b/yarn.lock index 73b5289..8475089 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2257,9 +2257,10 @@ eslint-plugin-jsx-a11y@6.0.3: emoji-regex "^6.1.0" jsx-ast-utils "^2.0.0" -eslint-plugin-prettier@2.6.0: - version "2.6.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-2.6.0.tgz#33e4e228bdb06142d03c560ce04ec23f6c767dd7" +eslint-plugin-prettier@2.7.0: + version "2.7.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-2.7.0.tgz#b4312dcf2c1d965379d7f9d5b5f8aaadc6a45904" + integrity sha512-CStQYJgALoQBw3FsBzH0VOVDRnJ/ZimUlpLm226U8qgqYJfPOY/CPK6wyRInMxh73HSKg5wyRwdS4BVYYHwokA== dependencies: fast-diff "^1.1.1" jest-docblock "^21.0.0"