From 2591bda8e44cc93f3367293155ef6fcdb12dfc9f Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Sat, 15 Jun 2019 09:03:34 +0000 Subject: [PATCH 1/4] chore(package): update eslint-config-prettier to version 5.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4667b217..80859c58 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "denodeify": "^1.2.1", "eslint": "5.16.0", "eslint-config-airbnb-base": "^13.0.0", - "eslint-config-prettier": "^4.1.0", + "eslint-config-prettier": "^5.0.0", "eslint-plugin-flowtype": "^3.4.2", "eslint-plugin-import": "2.14.0", "eslint-plugin-prettier": "^3.0.0", From 6078a0455508bde49520dfb7046474f3e8fb451c Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Sat, 15 Jun 2019 09:03:38 +0000 Subject: [PATCH 2/4] chore(package): update lockfile yarn.lock --- yarn.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/yarn.lock b/yarn.lock index e71035ad..91fa5c6b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2312,10 +2312,10 @@ eslint-config-airbnb-base@^13.0.0: object.assign "^4.1.0" object.entries "^1.0.4" -eslint-config-prettier@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-4.1.0.tgz#181364895899fff9fd3605fecb5c4f20e7d5f395" - integrity sha512-zILwX9/Ocz4SV2vX7ox85AsrAgXV3f2o2gpIicdMIOra48WYqgUnWNH/cR/iHtmD2Vb3dLSC3LiEJnS05Gkw7w== +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" From b0ed4bef79ed6b363c66587e03590cc7eb84c88f Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2019 18:56:11 +0000 Subject: [PATCH 3/4] chore(package): update eslint-config-prettier to version 6.0.0 Closes #236 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 80859c58..5527474c 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "denodeify": "^1.2.1", "eslint": "5.16.0", "eslint-config-airbnb-base": "^13.0.0", - "eslint-config-prettier": "^5.0.0", + "eslint-config-prettier": "^6.0.0", "eslint-plugin-flowtype": "^3.4.2", "eslint-plugin-import": "2.14.0", "eslint-plugin-prettier": "^3.0.0", From bc730a7d4ba377d94fd53dff837be9068d05ba47 Mon Sep 17 00:00:00 2001 From: Raul Glogovetan Date: Sat, 13 Jul 2019 02:04:41 +0300 Subject: [PATCH 4/4] Update: `yarn` lock file --- yarn.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/yarn.lock b/yarn.lock index 91fa5c6b..ff67a491 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2312,10 +2312,10 @@ eslint-config-airbnb-base@^13.0.0: object.assign "^4.1.0" object.entries "^1.0.4" -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@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.0.0.tgz#f429a53bde9fc7660e6353910fd996d6284d3c25" + integrity sha512-vDrcCFE3+2ixNT5H83g28bO/uYAwibJxerXPj+E7op4qzBCsAV36QfvdAyVOoNxKAH2Os/e01T/2x++V0LPukA== dependencies: get-stdin "^6.0.0"