From 4e1e5a45624f9a9ade75f08b8605aa54ebf0a58d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 19 Oct 2020 10:33:26 -0400 Subject: [PATCH] Bump eslint-config-prettier from 6.12.0 to 6.13.0 (#10911) Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.12.0 to 6.13.0. - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-config-prettier/compare/v6.12.0...v6.13.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2d2f9f0da..bb45040ac 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "cssom": "^0.4.4", "eslint": "^7.11.0", "eslint-config-preact": "^1.1.1", - "eslint-config-prettier": "^6.12.0", + "eslint-config-prettier": "^6.13.0", "eslint-import-resolver-webpack": "^0.13.0", "eslint-plugin-babel": "^5.3.1", "eslint-plugin-ignore-erb": "^0.1.1", diff --git a/yarn.lock b/yarn.lock index 9d94f6699..44e89071a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7353,10 +7353,10 @@ eslint-config-preact@^1.1.1: eslint-plugin-react "^7.0.0" eslint-plugin-react-hooks "^2.4.0" -eslint-config-prettier@^6.12.0: - version "6.12.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.12.0.tgz#9eb2bccff727db1c52104f0b49e87ea46605a0d2" - integrity sha512-9jWPlFlgNwRUYVoujvWTQ1aMO8o6648r+K7qU7K5Jmkbyqav1fuEZC0COYpGBxyiAJb65Ra9hrmFx19xRGwXWw== +eslint-config-prettier@^6.13.0: + version "6.13.0" + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.13.0.tgz#207d88796b5624e5bb815bbbdfc5891ceb9ebffa" + integrity sha512-LcT0i0LSmnzqK2t764pyIt7kKH2AuuqKRTtJTdddWxOiUja9HdG5GXBVF2gmCTvVYWVsTu8J2MhJLVGRh+pj8w== dependencies: get-stdin "^6.0.0"