From 746a419de8b44f2ce75167e226e9e0e9e6e7db28 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Fri, 26 Jan 2018 16:22:04 +0800 Subject: [PATCH] chore(deps): update dependency lint-staged to v6.1.0 (#10) --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 25fd4df..6e1a300 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "graphql": "0.12.3", "husky": "0.14.3", "jest": "22.1.4", - "lint-staged": "6.0.1", + "lint-staged": "6.1.0", "prettier": "1.10.2" }, "jest": { diff --git a/yarn.lock b/yarn.lock index 9c0dd39..9c53cb2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3016,9 +3016,9 @@ levn@^0.3.0, levn@~0.3.0: prelude-ls "~1.1.2" type-check "~0.3.2" -lint-staged@6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-6.0.1.tgz#855f2993ab4a265430e2fd9828427e648d65e6b4" +lint-staged@6.1.0: + version "6.1.0" + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-6.1.0.tgz#28f600c10a6cbd249ceb003118a1552e53544a93" dependencies: app-root-path "^2.0.0" chalk "^2.1.0"