From 6a62646587415b4f09d2e896f21ec1371131133f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2020 06:59:08 +0000 Subject: [PATCH] Bump eslint-config-prettier from 3.3.0 to 6.10.0 Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 3.3.0 to 6.10.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/v3.3.0...v6.10.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8d9fcabf4..dbabf7508 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4223,9 +4223,9 @@ } }, "eslint-config-prettier": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-3.3.0.tgz", - "integrity": "sha512-Bc3bh5bAcKNvs3HOpSi6EfGA2IIp7EzWcg2tS4vP7stnXu/J1opihHDM7jI9JCIckyIDTgZLSWn7J3HY0j2JfA==", + "version": "6.10.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.10.0.tgz", + "integrity": "sha512-AtndijGte1rPILInUdHjvKEGbIV06NuvPrqlIEaEaWtbtvJh464mDeyGMdZEQMsGvC0ZVkiex1fSNcC4HAbRGg==", "dev": true, "requires": { "get-stdin": "^6.0.0" diff --git a/package.json b/package.json index 30128bcee..202d7e2b9 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "cross-env": "^5.2.0", "css-loader": "^1.0.1", "eslint": "^5.11.0", - "eslint-config-prettier": "^3.3.0", + "eslint-config-prettier": "^6.10.0", "eslint-config-standard": "^12.0.0", "eslint-config-standard-preact": "^1.1.6", "eslint-plugin-import": "^2.14.0",