From 1b8a9d7d3e73d488d7fe1fba3f16b02c1822c3bf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 23 Apr 2021 16:43:22 +0000 Subject: [PATCH] Bump eslint-plugin-prettier from 3.1.4 to 3.4.0 Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 3.1.4 to 3.4.0. - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-plugin-prettier/commits) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 91e2cb16..75ab3439 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "eslint-config-prettier": "^6.5.0", "eslint-plugin-babel": "^5.3.1", "eslint-plugin-jest": "^22.20.1", - "eslint-plugin-prettier": "^3.1.4", + "eslint-plugin-prettier": "^3.4.0", "jest": "^24.9.0", "lint-staged": "^10.2.2", "nodemon": "^2.0.7", diff --git a/yarn.lock b/yarn.lock index cc177d88..b2fc25b1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2545,10 +2545,10 @@ eslint-plugin-jest@^22.20.1: dependencies: "@typescript-eslint/experimental-utils" "^1.13.0" -eslint-plugin-prettier@^3.1.4: - version "3.1.4" - resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.1.4.tgz#168ab43154e2ea57db992a2cd097c828171f75c2" - integrity sha512-jZDa8z76klRqo+TdGDTFJSavwbnWK2ZpqGKNZ+VvweMW516pDUMmQ2koXvxEE4JhzNvTv+radye/bWGBmA6jmg== +eslint-plugin-prettier@^3.4.0: + version "3.4.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.4.0.tgz#cdbad3bf1dbd2b177e9825737fe63b476a08f0c7" + integrity sha512-UDK6rJT6INSfcOo545jiaOwB701uAIt2/dR7WnFQoGCVl1/EMqdANBmwUaqqQ45aXprsTGzSa39LI1PyuRBxxw== dependencies: prettier-linter-helpers "^1.0.0"