Skip to content
This repository was archived by the owner on Oct 11, 2022. It is now read-only.

Commit d3e0764

Browse files
committed
Update lint-staged to version 3.6.1
1 parent 59f1e9c commit d3e0764

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"flow-bin": "^0.45.0",
3737
"husky": "^0.13.3",
3838
"jest": "19.x.x",
39-
"lint-staged": "^3.4.1",
39+
"lint-staged": "^3.6.1",
4040
"prettier": "^1.3.1",
4141
"rimraf": "^2.6.1"
4242
}

yarn.lock

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,9 +1067,9 @@ exec-sh@^0.2.0:
10671067
dependencies:
10681068
merge "^1.1.3"
10691069

1070-
execa@^0.6.0:
1071-
version "0.6.3"
1072-
resolved "https://registry.yarnpkg.com/execa/-/execa-0.6.3.tgz#57b69a594f081759c69e5370f0d17b9cb11658fe"
1070+
execa@^0.7.0:
1071+
version "0.7.0"
1072+
resolved "https://registry.yarnpkg.com/execa/-/execa-0.7.0.tgz#944becd34cc41ee32a63a9faf27ad5a65fc59777"
10731073
dependencies:
10741074
cross-spawn "^5.0.1"
10751075
get-stream "^3.0.0"
@@ -1919,16 +1919,18 @@ levn@~0.3.0:
19191919
prelude-ls "~1.1.2"
19201920
type-check "~0.3.2"
19211921

1922-
lint-staged@^3.4.1:
1923-
version "3.4.1"
1924-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-3.4.1.tgz#96cd1cf7a1ac92d81662643c37d1cca28b91b046"
1922+
lint-staged@^3.6.1:
1923+
version "3.6.1"
1924+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-3.6.1.tgz#24423c8b7bd99d96e15acd1ac8cb392a78e58582"
19251925
dependencies:
19261926
app-root-path "^2.0.0"
19271927
cosmiconfig "^1.1.0"
1928-
execa "^0.6.0"
1928+
execa "^0.7.0"
19291929
listr "^0.12.0"
1930+
lodash.chunk "^4.2.0"
19301931
minimatch "^3.0.0"
19311932
npm-which "^3.0.1"
1933+
p-map "^1.1.1"
19321934
staged-git-files "0.0.4"
19331935

19341936
listr-silent-renderer@^1.1.1:
@@ -1995,6 +1997,10 @@ locate-path@^2.0.0:
19951997
p-locate "^2.0.0"
19961998
path-exists "^3.0.0"
19971999

2000+
lodash.chunk@^4.2.0:
2001+
version "4.2.0"
2002+
resolved "https://registry.yarnpkg.com/lodash.chunk/-/lodash.chunk-4.2.0.tgz#66e5ce1f76ed27b4303d8c6512e8d1216e8106bc"
2003+
19982004
lodash@^4.14.0, lodash@^4.2.0:
19992005
version "4.17.4"
20002006
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"

0 commit comments

Comments
 (0)