From 6b5e2f955c18ffdba262cbf0a0d3fc0c69efbdb2 Mon Sep 17 00:00:00 2001 From: Renovate Bot <bot@renovateapp.com> Date: Fri, 31 Jan 2020 07:42:05 +0000 Subject: [PATCH] chore(deps): update dependency eslint-config-prettier to v6.10.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 45ab2fc5ee..c3776c1a2d 100644 --- a/package.json +++ b/package.json @@ -212,7 +212,7 @@ "cross-env": "6.0.3", "eslint": "6.8.0", "eslint-config-airbnb-typescript": "6.3.1", - "eslint-config-prettier": "6.9.0", + "eslint-config-prettier": "6.10.0", "eslint-plugin-import": "2.20.0", "eslint-plugin-promise": "4.2.1", "glob": "7.1.6", diff --git a/yarn.lock b/yarn.lock index 09bad4951b..7038436fc7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3263,10 +3263,10 @@ eslint-config-airbnb@^18.0.1: object.assign "^4.1.0" object.entries "^1.1.0" -eslint-config-prettier@6.9.0: - version "6.9.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.9.0.tgz#430d24822e82f7deb1e22a435bfa3999fae4ad64" - integrity sha512-k4E14HBtcLv0uqThaI6I/n1LEqROp8XaPu6SO9Z32u5NlGRC07Enu1Bh2KEFw4FNHbekH8yzbIU9kUGxbiGmCA== +eslint-config-prettier@6.10.0: + version "6.10.0" + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.10.0.tgz#7b15e303bf9c956875c948f6b21500e48ded6a7f" + integrity sha512-AtndijGte1rPILInUdHjvKEGbIV06NuvPrqlIEaEaWtbtvJh464mDeyGMdZEQMsGvC0ZVkiex1fSNcC4HAbRGg== dependencies: get-stdin "^6.0.0" -- GitLab