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

Commit f5f1145

Browse files
authored
Merge pull request #20 from withspectrum/depfu/update/yarn/lint-staged-3.6.1
Update lint-staged: 3.4.1 → 3.6.1 (minor)
2 parents e0e3da6 + d3e0764 commit f5f1145

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.4",
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.2"
4242
}

yarn.lock

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1100,9 +1100,9 @@ exec-sh@^0.2.0:
11001100
dependencies:
11011101
merge "^1.1.3"
11021102

1103-
execa@^0.6.0:
1104-
version "0.6.3"
1105-
resolved "https://registry.yarnpkg.com/execa/-/execa-0.6.3.tgz#57b69a594f081759c69e5370f0d17b9cb11658fe"
1103+
execa@^0.7.0:
1104+
version "0.7.0"
1105+
resolved "https://registry.yarnpkg.com/execa/-/execa-0.7.0.tgz#944becd34cc41ee32a63a9faf27ad5a65fc59777"
11061106
dependencies:
11071107
cross-spawn "^5.0.1"
11081108
get-stream "^3.0.0"
@@ -1952,16 +1952,18 @@ levn@~0.3.0:
19521952
prelude-ls "~1.1.2"
19531953
type-check "~0.3.2"
19541954

1955-
lint-staged@^3.4.1:
1956-
version "3.4.1"
1957-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-3.4.1.tgz#96cd1cf7a1ac92d81662643c37d1cca28b91b046"
1955+
lint-staged@^3.6.1:
1956+
version "3.6.1"
1957+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-3.6.1.tgz#24423c8b7bd99d96e15acd1ac8cb392a78e58582"
19581958
dependencies:
19591959
app-root-path "^2.0.0"
19601960
cosmiconfig "^1.1.0"
1961-
execa "^0.6.0"
1961+
execa "^0.7.0"
19621962
listr "^0.12.0"
1963+
lodash.chunk "^4.2.0"
19631964
minimatch "^3.0.0"
19641965
npm-which "^3.0.1"
1966+
p-map "^1.1.1"
19651967
staged-git-files "0.0.4"
19661968

19671969
listr-silent-renderer@^1.1.1:
@@ -2028,6 +2030,10 @@ locate-path@^2.0.0:
20282030
p-locate "^2.0.0"
20292031
path-exists "^3.0.0"
20302032

2033+
lodash.chunk@^4.2.0:
2034+
version "4.2.0"
2035+
resolved "https://registry.yarnpkg.com/lodash.chunk/-/lodash.chunk-4.2.0.tgz#66e5ce1f76ed27b4303d8c6512e8d1216e8106bc"
2036+
20312037
lodash@^4.14.0, lodash@^4.2.0:
20322038
version "4.17.4"
20332039
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"

0 commit comments

Comments
 (0)