From 02a64f074f6ca5a63481f4685464a440ed50a36b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Dec 2020 11:08:06 +0000 Subject: [PATCH] Bump eslint-plugin-prettier from 3.1.4 to 3.2.0 Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 3.1.4 to 3.2.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/compare/v3.1.4...v3.2.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b8c56f26..14d4accc 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "eslint": "7.14.0", "eslint-config-prettier": "6.15.0", "eslint-plugin-eslint-comments": "^3.2.0", - "eslint-plugin-prettier": "3.1.4", + "eslint-plugin-prettier": "3.2.0", "eslint-plugin-react": "7.21.5", "husky": "4.3.0", "inquirer": "7.3.3", diff --git a/yarn.lock b/yarn.lock index a5e36b18..32bf7fd1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3397,10 +3397,10 @@ eslint-plugin-eslint-comments@^3.2.0: escape-string-regexp "^1.0.5" ignore "^5.0.5" -eslint-plugin-prettier@3.1.4: - version "3.1.4" - resolved "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-3.1.4.tgz#168ab43154e2ea57db992a2cd097c828171f75c2" - integrity sha512-jZDa8z76klRqo+TdGDTFJSavwbnWK2ZpqGKNZ+VvweMW516pDUMmQ2koXvxEE4JhzNvTv+radye/bWGBmA6jmg== +eslint-plugin-prettier@3.2.0: + version "3.2.0" + resolved "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-3.2.0.tgz#af391b2226fa0e15c96f36c733f6e9035dbd952c" + integrity sha512-kOUSJnFjAUFKwVxuzy6sA5yyMx6+o9ino4gCdShzBNx4eyFRudWRYKCFolKjoM40PEiuU6Cn7wBLfq3WsGg7qg== dependencies: prettier-linter-helpers "^1.0.0"