Browse Source

Merge pull request #927 from LN-Zap/renovate/husky-1.x

chore(deps): update dependency husky to v1.2.0
renovate/lint-staged-8.x
Tom Kirkpatrick 6 years ago
committed by GitHub
parent
commit
4e99673e4e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      package.json
  2. 23
      yarn.lock

2
package.json

@ -269,7 +269,7 @@
"flow-typed": "2.5.1", "flow-typed": "2.5.1",
"gh-pages": "2.0.1", "gh-pages": "2.0.1",
"html-webpack-plugin": "3.2.0", "html-webpack-plugin": "3.2.0",
"husky": "1.1.3", "husky": "1.2.0",
"identity-obj-proxy": "3.0.0", "identity-obj-proxy": "3.0.0",
"jest": "23.6.0", "jest": "23.6.0",
"jest-styled-components": "6.2.2", "jest-styled-components": "6.2.2",

23
yarn.lock

@ -7207,19 +7207,6 @@ execa@^0.7.0:
signal-exit "^3.0.0" signal-exit "^3.0.0"
strip-eof "^1.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: execa@^1.0.0:
version "1.0.0" version "1.0.0"
resolved "https://registry.yarnpkg.com/execa/-/execa-1.0.0.tgz#c6236a5bb4df6d6f15e88e7f017798216749ddd8" 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" normalize-url "^1.0.0"
strip-url-auth "^1.0.0" strip-url-auth "^1.0.0"
husky@1.1.3: husky@1.2.0:
version "1.1.3" version "1.2.0"
resolved "https://registry.yarnpkg.com/husky/-/husky-1.1.3.tgz#3ccfdb4d7332896bf7cd0e618c6fb8be09d9de4b" resolved "https://registry.yarnpkg.com/husky/-/husky-1.2.0.tgz#d631dda1e4a9ee8ba69a10b0c51a0e2c66e711e5"
integrity sha512-6uc48B/A2Mqi65yeg37d/TPcTb0bZ1GTkMYOM0nXLOPuPaTRhXCeee80/noOrbavWd12x72Tusja7GJ5rzvV6g== integrity sha512-/ib3+iycykXC0tYIxsyqierikVa9DA2DrT32UEirqNEFVqOj1bFMTgP3jAz8HM7FgC/C8pc/BTUa9MV2GEkZaA==
dependencies: dependencies:
cosmiconfig "^5.0.6" cosmiconfig "^5.0.6"
execa "^0.9.0" execa "^1.0.0"
find-up "^3.0.0" find-up "^3.0.0"
get-stdin "^6.0.0" get-stdin "^6.0.0"
is-ci "^1.2.1" is-ci "^1.2.1"

Loading…
Cancel
Save