From b611343eeb41fd9f80bdeb5f1a9935cef46bc440 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Wed, 19 Jun 2019 09:23:59 -0700 Subject: [PATCH] =?UTF-8?q?Update=20eslint-config-prettier=20to=20the=20la?= =?UTF-8?q?test=20version=20=F0=9F=9A=80=20(#386)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(package): update eslint-config-prettier to version 5.0.0 * chore(package): update lockfile yarn.lock --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6bfce8be..0c93635d 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "babel-jest": "^24.8.0", "coveralls": "^3.0.3", "eslint": "^5.16.0", - "eslint-config-prettier": "^4.3.0", + "eslint-config-prettier": "^5.0.0", "eslint-plugin-jest": "^22.6.4", "eslint-plugin-json": "^1.4.0", "eslint-plugin-prettier": "^3.1.0", diff --git a/yarn.lock b/yarn.lock index 131fc93c..81f829b2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1844,10 +1844,10 @@ escodegen@^1.9.0: optionalDependencies: source-map "~0.6.1" -eslint-config-prettier@^4.3.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-4.3.0.tgz#c55c1fcac8ce4518aeb77906984e134d9eb5a4f0" - integrity sha512-sZwhSTHVVz78+kYD3t5pCWSYEdVSBR0PXnwjDRsUs8ytIrK8PLXw+6FKp8r3Z7rx4ZszdetWlXYKOHoUrrwPlA== +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== dependencies: get-stdin "^6.0.0"