From c52341b30be8c77f7a0b4ecd6b294cfc2da7194d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 6 Jan 2021 12:58:13 +0000 Subject: [PATCH] chore(deps): update dependency eslint-config-prettier to v2.10.0 --- package.json | 2 +- yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 2695064..53632b8 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "enzyme-to-json": "3.3.3", "eslint": "4.19.1", "eslint-config-airbnb": "16.1.0", - "eslint-config-prettier": "2.9.0", + "eslint-config-prettier": "2.10.0", "eslint-plugin-flowtype": "2.46.1", "eslint-plugin-import": "2.9.0", "eslint-plugin-jest": "21.15.0", diff --git a/yarn.lock b/yarn.lock index fa1fe83..18a3a9f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4185,9 +4185,10 @@ eslint-config-airbnb@16.1.0: dependencies: eslint-config-airbnb-base "^12.1.0" -eslint-config-prettier@2.9.0: - version "2.9.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-2.9.0.tgz#5ecd65174d486c22dff389fe036febf502d468a3" +eslint-config-prettier@2.10.0: + version "2.10.0" + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-2.10.0.tgz#ec07bc1d01f87d09f61d3840d112dc8a9791e30b" + integrity sha512-Mhl90VLucfBuhmcWBgbUNtgBiK955iCDK1+aHAz7QfDQF6wuzWZ6JjihZ3ejJoGlJWIuko7xLqNm8BA5uenKhA== dependencies: get-stdin "^5.0.1"