From a9bd68b3d3d07f032a9a5dde4c4ec94d70715343 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Sat, 15 Jun 2019 09:03:24 +0000 Subject: [PATCH 1/2] 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 3a93444..1e6ec07 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "del-cli": "^1.1.0", "eslint": "^5.0.1", "eslint-config-i-am-meticulous": "^11.0.0", - "eslint-config-prettier": "^4.0.0", + "eslint-config-prettier": "^5.0.0", "eslint-plugin-babel": "^5.0.0", "eslint-plugin-import": "^2.13.0", "eslint-plugin-jest": "^22.0.0", From 6cfa13071d7d5ed209035ea3bac989ef8e7adbd9 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Sat, 15 Jun 2019 09:03:29 +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 5aa6794..4988e13 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3706,10 +3706,10 @@ eslint-config-i-am-meticulous@^11.0.0: dependencies: eslint-plugin-import "^2.12.0" -eslint-config-prettier@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-4.0.0.tgz#16cedeea0a56e74de60dcbbe3be0ab2c645405b9" - integrity sha512-kWuiJxzV5NwOwZcpyozTzDT5KJhBw292bbYro9Is7BWnbNMg15Gmpluc1CTetiCatF8DRkNvgPAOaSyg+bYr3g== +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"