From 0932ff8791c058c8884b713a2cb2ca62e91fc501 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 5 Jan 2021 10:24:21 +0000 Subject: [PATCH] Bump eslint-plugin-prettier from 3.1.0 to 3.3.1 Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 3.1.0 to 3.3.1. - [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.0...v3.3.1) 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 28cbc5415..798150490 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "eslint-plugin-flowtype": "4.3.0", "eslint-plugin-import": "2.14.0", "eslint-plugin-jsx-a11y": "6.2.0", - "eslint-plugin-prettier": "3.1.0", + "eslint-plugin-prettier": "3.3.1", "eslint-plugin-react": "7.13.0", "extract-text-webpack-plugin": "3.0.2", "flow-bin": "0.107.0", diff --git a/yarn.lock b/yarn.lock index 3f4a626ca..4388eff40 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5403,10 +5403,10 @@ eslint-plugin-jsx-a11y@6.2.0: has "^1.0.3" jsx-ast-utils "^2.0.1" -eslint-plugin-prettier@3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.1.0.tgz#8695188f95daa93b0dc54b249347ca3b79c4686d" - integrity sha512-XWX2yVuwVNLOUhQijAkXz+rMPPoCr7WFiAl8ig6I7Xn+pPVhDhzg4DxHpmbeb0iqjO9UronEA3Tb09ChnFVHHA== +eslint-plugin-prettier@3.3.1: + version "3.3.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.3.1.tgz#7079cfa2497078905011e6f82e8dd8453d1371b7" + integrity sha512-Rq3jkcFY8RYeQLgk2cCwuc0P7SEFwDravPhsJZOQ5N4YI4DSg50NyqJ/9gdZHzQlHf8MvafSesbNJCcP/FF6pQ== dependencies: prettier-linter-helpers "^1.0.0"