Browse Source
chore(deps): update dependency husky to v1.2.0
renovate/lint-staged-8.x
Renovate Bot
6 years ago
committed by
Tom Kirkpatrick
No known key found for this signature in database
GPG Key ID: 72203A8EC5967EA8
2 changed files with
6 additions and
19 deletions
-
package.json
-
yarn.lock
|
|
@ -269,7 +269,7 @@ |
|
|
|
"flow-typed": "2.5.1", |
|
|
|
"gh-pages": "2.0.1", |
|
|
|
"html-webpack-plugin": "3.2.0", |
|
|
|
"husky": "1.1.3", |
|
|
|
"husky": "1.2.0", |
|
|
|
"identity-obj-proxy": "3.0.0", |
|
|
|
"jest": "23.6.0", |
|
|
|
"jest-styled-components": "6.2.2", |
|
|
|
|
|
@ -7207,19 +7207,6 @@ execa@^0.7.0: |
|
|
|
signal-exit "^3.0.0" |
|
|
|
strip-eof "^1.0.0" |
|
|
|
|
|
|
|
execa@^0.9.0: |
|
|
|
version "0.9.0" |
|
|
|
resolved "https://registry.yarnpkg.com/execa/-/execa-0.9.0.tgz#adb7ce62cf985071f60580deb4a88b9e34712d01" |
|
|
|
integrity sha512-BbUMBiX4hqiHZUA5+JujIjNb6TyAlp2D5KLheMjMluwOuzcnylDL4AxZYLLn1n2AGB49eSWwyKvvEQoRpnAtmA== |
|
|
|
dependencies: |
|
|
|
cross-spawn "^5.0.1" |
|
|
|
get-stream "^3.0.0" |
|
|
|
is-stream "^1.1.0" |
|
|
|
npm-run-path "^2.0.0" |
|
|
|
p-finally "^1.0.0" |
|
|
|
signal-exit "^3.0.0" |
|
|
|
strip-eof "^1.0.0" |
|
|
|
|
|
|
|
execa@^1.0.0: |
|
|
|
version "1.0.0" |
|
|
|
resolved "https://registry.yarnpkg.com/execa/-/execa-1.0.0.tgz#c6236a5bb4df6d6f15e88e7f017798216749ddd8" |
|
|
@ -8874,13 +8861,13 @@ humanize-url@^1.0.0: |
|
|
|
normalize-url "^1.0.0" |
|
|
|
strip-url-auth "^1.0.0" |
|
|
|
|
|
|
|
husky@1.1.3: |
|
|
|
version "1.1.3" |
|
|
|
resolved "https://registry.yarnpkg.com/husky/-/husky-1.1.3.tgz#3ccfdb4d7332896bf7cd0e618c6fb8be09d9de4b" |
|
|
|
integrity sha512-6uc48B/A2Mqi65yeg37d/TPcTb0bZ1GTkMYOM0nXLOPuPaTRhXCeee80/noOrbavWd12x72Tusja7GJ5rzvV6g== |
|
|
|
husky@1.2.0: |
|
|
|
version "1.2.0" |
|
|
|
resolved "https://registry.yarnpkg.com/husky/-/husky-1.2.0.tgz#d631dda1e4a9ee8ba69a10b0c51a0e2c66e711e5" |
|
|
|
integrity sha512-/ib3+iycykXC0tYIxsyqierikVa9DA2DrT32UEirqNEFVqOj1bFMTgP3jAz8HM7FgC/C8pc/BTUa9MV2GEkZaA== |
|
|
|
dependencies: |
|
|
|
cosmiconfig "^5.0.6" |
|
|
|
execa "^0.9.0" |
|
|
|
execa "^1.0.0" |
|
|
|
find-up "^3.0.0" |
|
|
|
get-stdin "^6.0.0" |
|
|
|
is-ci "^1.2.1" |
|
|
|