Skip to content

Commit 69e066d

Browse files
committed
chore(deps): update dependency lint-staged to v7.2.2
1 parent f8c5e80 commit 69e066d

File tree

2 files changed

+12
-17
lines changed

2 files changed

+12
-17
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@commitlint/config-conventional": "6.1.3",
3232
"husky": "0.14.3",
3333
"jest": "22.4.4",
34-
"lint-staged": "7.2.0",
34+
"lint-staged": "7.2.2",
3535
"semantic-release": "11.2.0",
3636
"stylelint-config-standard": "18.2.0"
3737
}

yarn.lock

+11-16
Original file line numberDiff line numberDiff line change
@@ -319,10 +319,6 @@ anymatch@^1.3.0:
319319
micromatch "^2.1.5"
320320
normalize-path "^2.0.0"
321321

322-
app-root-path@^2.0.1:
323-
version "2.0.1"
324-
resolved "https://registry.yarnpkg.com/app-root-path/-/app-root-path-2.0.1.tgz#cd62dcf8e4fd5a417efc664d2e5b10653c651b46"
325-
326322
append-transform@^0.4.0:
327323
version "0.4.0"
328324
resolved "https://registry.yarnpkg.com/append-transform/-/append-transform-0.4.0.tgz#d76ebf8ca94d276e247a36bad44a4b74ab611991"
@@ -2838,14 +2834,14 @@ jest-validate@^22.4.4:
28382834
leven "^2.1.0"
28392835
pretty-format "^22.4.0"
28402836

2841-
jest-validate@^23.0.0:
2842-
version "23.0.1"
2843-
resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-23.0.1.tgz#cd9f01a89d26bb885f12a8667715e9c865a5754f"
2837+
jest-validate@^23.5.0:
2838+
version "23.5.0"
2839+
resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-23.5.0.tgz#f5df8f761cf43155e1b2e21d6e9de8a2852d0231"
28442840
dependencies:
28452841
chalk "^2.0.1"
28462842
jest-get-type "^22.1.0"
28472843
leven "^2.1.0"
2848-
pretty-format "^23.0.1"
2844+
pretty-format "^23.5.0"
28492845

28502846
jest-worker@^22.0.0, jest-worker@^22.2.2, jest-worker@^22.4.3:
28512847
version "22.4.3"
@@ -3020,11 +3016,10 @@ levn@~0.3.0:
30203016
prelude-ls "~1.1.2"
30213017
type-check "~0.3.2"
30223018

3023-
3024-
version "7.2.0"
3025-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-7.2.0.tgz#bdf4bb7f2f37fe689acfaec9999db288a5b26888"
3019+
3020+
version "7.2.2"
3021+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-7.2.2.tgz#0983d55d497f19f36d11ff2c8242b2f56cc2dd05"
30263022
dependencies:
3027-
app-root-path "^2.0.1"
30283023
chalk "^2.3.1"
30293024
commander "^2.14.1"
30303025
cosmiconfig "^5.0.2"
@@ -3034,7 +3029,7 @@ [email protected]:
30343029
find-parent-dir "^0.3.0"
30353030
is-glob "^4.0.0"
30363031
is-windows "^1.0.2"
3037-
jest-validate "^23.0.0"
3032+
jest-validate "^23.5.0"
30383033
listr "^0.14.1"
30393034
lodash "^4.17.5"
30403035
log-symbols "^2.2.0"
@@ -4015,9 +4010,9 @@ pretty-format@^22.4.3:
40154010
ansi-regex "^3.0.0"
40164011
ansi-styles "^3.2.0"
40174012

4018-
pretty-format@^23.0.1:
4019-
version "23.0.1"
4020-
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-23.0.1.tgz#d61d065268e4c759083bccbca27a01ad7c7601f4"
4013+
pretty-format@^23.5.0:
4014+
version "23.5.0"
4015+
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-23.5.0.tgz#0f9601ad9da70fe690a269cd3efca732c210687c"
40214016
dependencies:
40224017
ansi-regex "^3.0.0"
40234018
ansi-styles "^3.2.0"

0 commit comments

Comments
 (0)