From e5f9e68ac8452c54d8ea6bc1bf715560aa595cbf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2019 08:17:55 +0000 Subject: [PATCH] build(deps-dev): bump eslint-config-prettier from 5.0.0 to 5.1.0 (#442) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index af4692ffe2..61429fb07f 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "devDependencies": { "babel-eslint": "^10.0.2", "eslint": "^4.19.1", - "eslint-config-prettier": "^5.0.0", + "eslint-config-prettier": "^5.1.0", "eslint-plugin-import": "^2.18.0", "eslint-plugin-prettier": "^3.1.0", "jest": "^24.8.0", diff --git a/yarn.lock b/yarn.lock index f9ae1f1ae6..ceaa276cfe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1219,10 +1219,10 @@ escodegen@^1.9.0: optionalDependencies: source-map "~0.6.1" -eslint-config-prettier@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-5.0.0.tgz#f7a94b2b8ae7cbf25842c36fa96c6d32cd0a697c" - integrity sha512-c17Aqiz5e8LEqoc/QPmYnaxQFAHTx2KlCZBPxXXjEMmNchOLnV/7j0HoPZuC+rL/tDC9bazUYOKJW9bOhftI/w== +eslint-config-prettier@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-5.1.0.tgz#bf29442e7c818236a77acfe2241ec991299f9bf1" + integrity sha512-+tpiaLm3wl6fPW5nq0dDyVowQM0FT61lAdWZ+sDWgk6kKzgbOnCDwlcbwI38cyCBhq+Z3ret5Iofp6/gZpO0zw== dependencies: get-stdin "^6.0.0"