From d44d2d1317c497b8c9ecdf15b5689db0804cf7b0 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Tue, 26 Feb 2019 19:27:42 +0000 Subject: [PATCH 1/2] chore(package): update eslint-config-prettier to version 4.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f840315..e1db8a0 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "eslint": "^5.0.0", "eslint-config-airbnb": "^17.0.0", "eslint-config-airbnb-base": "^13.0.0", - "eslint-config-prettier": "^3.0.0", + "eslint-config-prettier": "^4.1.0", "eslint-plugin-import": "^2.11.0", "eslint-plugin-prettier": "^3.0.0", "form-data": "^2.3.2", From 10c6d47b8a9a80fc1c44c7d3b0c4581be58ecdca Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Tue, 26 Feb 2019 19:27:46 +0000 Subject: [PATCH 2/2] 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 e652923..82b5ce9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1525,10 +1525,10 @@ eslint-config-airbnb@^17.0.0: object.assign "^4.1.0" object.entries "^1.0.4" -eslint-config-prettier@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-3.1.0.tgz#2c26d2cdcfa3a05f0642cd7e6e4ef3316cdabfa2" - integrity sha512-QYGfmzuc4q4J6XIhlp8vRKdI/fI0tQfQPy1dME3UOLprE+v4ssH/3W9LM2Q7h5qBcy5m0ehCrBDU2YF8q6OY8w== +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== dependencies: get-stdin "^6.0.0"