From f641abfc9b0e3eac7496828bf4222b639b084e2b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 23 Jun 2018 02:27:37 +0000 Subject: [PATCH] Update dependency eslint-plugin-prettier to v2.6.1 --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index aa5828fff..5176b2973 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "babel-polyfill": "6.26.0", "enzyme": "3.3.0", "eslint-config-prettier": "2.9.0", - "eslint-plugin-prettier": "2.6.0", + "eslint-plugin-prettier": "2.6.1", "faker": "4.1.0", "jest-immutable-matchers": "2.0.1", "prettier": "1.13.5", diff --git a/yarn.lock b/yarn.lock index 0445647c6..673d433f3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2760,9 +2760,9 @@ eslint-plugin-jsx-a11y@5.1.1: emoji-regex "^6.1.0" jsx-ast-utils "^1.4.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.6.1: + version "2.6.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-2.6.1.tgz#de902b4a66b7bca24296429a59a1cc04020ccbbd" dependencies: fast-diff "^1.1.1" jest-docblock "^21.0.0"