Skip to content

Commit 483a4f0

Browse files
committed
chore(deps): update dependency lint-staged to v7.0.3
1 parent fed3748 commit 483a4f0

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"github-changes": "1.1.2",
6161
"husky": "0.14.3",
6262
"jest": "22.4.3",
63-
"lint-staged": "7.0.0",
63+
"lint-staged": "7.0.3",
6464
"prettier": "1.11.1",
6565
"react": "16.2.0",
6666
"react-dom": "16.2.0",

yarn.lock

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3164,6 +3164,10 @@ clean-css@4.1.x:
31643164
dependencies:
31653165
source-map "0.5.x"
31663166

3167+
cli-command-parser@^1.0.3:
3168+
version "1.0.3"
3169+
resolved "https://registry.yarnpkg.com/cli-command-parser/-/cli-command-parser-1.0.3.tgz#377af3ce60ad2d8a34a7e5eae4b395d491b0d652"
3170+
31673171
cli-cursor@^1.0.2:
31683172
version "1.0.2"
31693173
resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-1.0.2.tgz#64da3f7d56a54412e59794bd62dc35295e8f2987"
@@ -6423,12 +6427,13 @@ levn@^0.3.0, levn@~0.3.0:
64236427
prelude-ls "~1.1.2"
64246428
type-check "~0.3.2"
64256429

6426-
lint-staged@7.0.0:
6427-
version "7.0.0"
6428-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-7.0.0.tgz#57926c63201e7bd38ca0576d74391efa699b4a9d"
6430+
lint-staged@7.0.3:
6431+
version "7.0.3"
6432+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-7.0.3.tgz#c2c30bd2821ae9c6043141179b9a03793ad3da08"
64296433
dependencies:
64306434
app-root-path "^2.0.1"
64316435
chalk "^2.3.1"
6436+
cli-command-parser "^1.0.3"
64326437
commander "^2.14.1"
64336438
cosmiconfig "^4.0.0"
64346439
debug "^3.1.0"
@@ -6446,7 +6451,7 @@ lint-staged@7.0.0:
64466451
path-is-inside "^1.0.2"
64476452
pify "^3.0.0"
64486453
please-upgrade-node "^3.0.1"
6449-
staged-git-files "1.1.0"
6454+
staged-git-files "1.1.1"
64506455
stringify-object "^3.2.2"
64516456

64526457
listr-silent-renderer@^1.1.1:
@@ -9024,9 +9029,9 @@ stack-utils@^1.0.1:
90249029
version "1.0.1"
90259030
resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-1.0.1.tgz#d4f33ab54e8e38778b0ca5cfd3b3afb12db68620"
90269031

9027-
staged-git-files@1.1.0:
9028-
version "1.1.0"
9029-
resolved "https://registry.yarnpkg.com/staged-git-files/-/staged-git-files-1.1.0.tgz#1a9bb131c1885601023c7aaddd3d54c22142c526"
9032+
staged-git-files@1.1.1:
9033+
version "1.1.1"
9034+
resolved "https://registry.yarnpkg.com/staged-git-files/-/staged-git-files-1.1.1.tgz#37c2218ef0d6d26178b1310719309a16a59f8f7b"
90309035

90319036
static-extend@^0.1.1:
90329037
version "0.1.2"

0 commit comments

Comments
 (0)