From 321d4c0d44b4472e7db49aa3202c1f648b6e41fd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 27 Oct 2020 17:52:44 +0000 Subject: [PATCH] chore(deps): update dependency eslint-config-prettier to v6.15.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4b704c7a..ef960716 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@typescript-eslint/parser": "2.14.0", "eslint": "6.8.0", "eslint-config-airbnb-base": "14.0.0", - "eslint-config-prettier": "6.9.0", + "eslint-config-prettier": "6.15.0", "eslint-plugin-import": "2.20.2", "eslint-plugin-jest": "23.2.0", "eslint-plugin-prettier": "3.1.4", diff --git a/yarn.lock b/yarn.lock index 85fd82e8..411f01c6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1473,10 +1473,10 @@ eslint-config-airbnb-base@14.0.0: 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.15.0: + version "6.15.0" + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.15.0.tgz#7f93f6cb7d45a92f1537a70ecc06366e1ac6fed9" + integrity sha512-a1+kOYLR8wMGustcgAjdydMsQ2A/2ipRPwRKUmfYaSxc9ZPcrku080Ctl6zrZzZNs/U82MjSv+qKREkoq3bJaw== dependencies: get-stdin "^6.0.0"