From 302b996ffea45524d074812cabc0354e7ad2385b Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Fri, 1 Dec 2017 04:41:07 +0000 Subject: [PATCH 1/2] chore(package): update lint-staged to version 6.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 786404dcd..d04463cfa 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "eslint-plugin-react": "^7.1.0", "husky": "^0.14.3", "jest": "^21.2.1", - "lint-staged": "^5.0.0", + "lint-staged": "^6.0.0", "markdownlint-cli": "^0.5.0", "opn": "^5.1.0", "prettier": "^1.7.0", From d92f2056415dcee45d1265ae2f9af309c230c7eb Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Fri, 1 Dec 2017 04:50:00 +0000 Subject: [PATCH 2/2] chore(package): update lockfile https://npm.im/greenkeeper-lockfile --- yarn.lock | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 58263c3eb..f5ae359b0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4336,14 +4336,15 @@ linkify-it@^2.0.0: dependencies: uc.micro "^1.0.1" -lint-staged@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-5.0.0.tgz#f1c670e03e2fdf3f3d0eb81f72d3bcf658770e54" +lint-staged@6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-6.0.0.tgz#7ab7d345f2fe302ff196f1de6a005594ace03210" dependencies: app-root-path "^2.0.0" chalk "^2.1.0" commander "^2.11.0" cosmiconfig "^3.1.0" + debug "^3.1.0" dedent "^0.7.0" execa "^0.8.0" find-parent-dir "^0.3.0"