From 7aaf42ba1bfcbe79ef8ec868529c8bb8ed5ef151 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2019 18:56:58 +0100 Subject: [PATCH] Build(deps-dev): bump eslint-config-prettier from 5.0.0 to 6.0.0 (#3625) Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 5.0.0 to 6.0.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/v5.0.0...v6.0.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 724e220458..215c5afd6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8735,9 +8735,9 @@ } }, "eslint-config-prettier": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-5.0.0.tgz", - "integrity": "sha512-c17Aqiz5e8LEqoc/QPmYnaxQFAHTx2KlCZBPxXXjEMmNchOLnV/7j0HoPZuC+rL/tDC9bazUYOKJW9bOhftI/w==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.0.0.tgz", + "integrity": "sha512-vDrcCFE3+2ixNT5H83g28bO/uYAwibJxerXPj+E7op4qzBCsAV36QfvdAyVOoNxKAH2Os/e01T/2x++V0LPukA==", "dev": true, "requires": { "get-stdin": "^6.0.0" diff --git a/package.json b/package.json index 94772b1534..1cc02b6cb1 100644 --- a/package.json +++ b/package.json @@ -165,7 +165,7 @@ "enzyme-adapter-react-16": "^1.14.0", "escape-string-regexp": "^2.0.0", "eslint": "^5.16.0", - "eslint-config-prettier": "^5.0.0", + "eslint-config-prettier": "^6.0.0", "eslint-config-standard": "^12.0.0", "eslint-config-standard-jsx": "^6.0.2", "eslint-config-standard-react": "^7.0.2",