From 190969d0a35bfdf694c85795d238cd8a04bd03be Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 23 Jun 2018 02:33:49 +0000 Subject: [PATCH] chore(deps): 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 84b14d9..c557895 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "eslint-plugin-flowtype": "2.42.0", "eslint-plugin-import": "2.8.0", "eslint-plugin-jest": "21.7.0", - "eslint-plugin-prettier": "2.6.0", + "eslint-plugin-prettier": "2.6.1", "flow-bin": "0.64.0", "github-changes": "1.1.2", "husky": "0.14.3", diff --git a/yarn.lock b/yarn.lock index 56e115b..07568ba 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1690,9 +1690,9 @@ eslint-plugin-jest@21.7.0: version "21.7.0" resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-21.7.0.tgz#651f1c6ce999af3ac59ab8bf8a376d742fd0fc23" -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"