Skip to content

Commit 040ec25

Browse files
greenkeeper[bot]JamesHenry
authored andcommitted
chore(package): Update lint-staged to to version 6.0.0 (JamesHenry#12)
1 parent 5124913 commit 040ec25

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"eslint": "4.12.1",
2727
"husky": "^0.14.3",
2828
"jest": "21.2.1",
29-
"lint-staged": "^5.0.0",
29+
"lint-staged": "6.0.0",
3030
"prettier-eslint-cli": "4.4.0",
3131
"semantic-release": "8.2.0",
3232
"ts-jest": "^21.2.3",

yarn.lock

+4-3
Original file line numberDiff line numberDiff line change
@@ -2588,14 +2588,15 @@ levn@^0.3.0, levn@~0.3.0:
25882588
prelude-ls "~1.1.2"
25892589
type-check "~0.3.2"
25902590

2591-
lint-staged@^5.0.0:
2592-
version "5.0.0"
2593-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-5.0.0.tgz#f1c670e03e2fdf3f3d0eb81f72d3bcf658770e54"
2591+
lint-staged@6.0.0:
2592+
version "6.0.0"
2593+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-6.0.0.tgz#7ab7d345f2fe302ff196f1de6a005594ace03210"
25942594
dependencies:
25952595
app-root-path "^2.0.0"
25962596
chalk "^2.1.0"
25972597
commander "^2.11.0"
25982598
cosmiconfig "^3.1.0"
2599+
debug "^3.1.0"
25992600
dedent "^0.7.0"
26002601
execa "^0.8.0"
26012602
find-parent-dir "^0.3.0"

0 commit comments

Comments
 (0)