Skip to content

Commit

Permalink
Update husky to the latest version πŸš€ (#7)
Browse files Browse the repository at this point in the history
Update husky to the latest version πŸš€
  • Loading branch information
Kunduin authored Jul 5, 2019
2 parents e33df76 + 3580f33 commit d56ea34
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"babel-loader": "^8.0.5",
"commitizen": "^3.1.1",
"cz-conventional-changelog": "2.1.0",
"husky": "^2.2.0",
"husky": "^3.0.0",
"jest": "^24.8.0",
"lint-staged": "^9.0.0",
"prettier": "^1.17.0",
Expand Down
21 changes: 13 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6447,17 +6447,17 @@ humanize-ms@^1.2.1:
dependencies:
ms "^2.0.0"

husky@^2.2.0:
version "2.3.0"
resolved "https://registry.npm.taobao.org/husky/download/husky-2.3.0.tgz#8b78ed24d763042df7fd899991985d65a976dd13"
integrity sha1-i3jtJNdjBC33/YmZkZhdZal23RM=
husky@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/husky/-/husky-3.0.0.tgz#de63821a7049dc412b1afd753c259e2f6e227562"
integrity sha512-lKMEn7bRK+7f5eWPNGclDVciYNQt0GIkAQmhKl+uHP1qFzoN0h92kmH9HZ8PCwyVA2EQPD8KHf0FYWqnTxau+Q==
dependencies:
cosmiconfig "^5.2.0"
cosmiconfig "^5.2.1"
execa "^1.0.0"
find-up "^3.0.0"
get-stdin "^7.0.0"
is-ci "^2.0.0"
pkg-dir "^4.1.0"
opencollective-postinstall "^2.0.2"
pkg-dir "^4.2.0"
please-upgrade-node "^3.1.1"
read-pkg "^5.1.1"
run-node "^1.0.0"
Expand Down Expand Up @@ -9552,6 +9552,11 @@ open@^6.1.0:
dependencies:
is-wsl "^1.1.0"

opencollective-postinstall@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/opencollective-postinstall/-/opencollective-postinstall-2.0.2.tgz#5657f1bede69b6e33a45939b061eb53d3c6c3a89"
integrity sha512-pVOEP16TrAO2/fjej1IdOyupJY8KDUM1CvsaScRbw6oddvpQoOfGk4ywha0HKKVAD6RkW4x6Q+tNBwhf3Bgpuw==

opener@^1.5.1:
version "1.5.1"
resolved "https://registry.yarnpkg.com/opener/-/opener-1.5.1.tgz#6d2f0e77f1a0af0032aca716c2c1fbb8e7e8abed"
Expand Down Expand Up @@ -9999,7 +10004,7 @@ pkg-dir@^3.0.0:
dependencies:
find-up "^3.0.0"

pkg-dir@^4.1.0:
pkg-dir@^4.1.0, pkg-dir@^4.2.0:
version "4.2.0"
resolved "https://registry.npm.taobao.org/pkg-dir/download/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"
integrity sha1-8JkTPfft5CLoHR2ESCcO6z5CYfM=
Expand Down

0 comments on commit d56ea34

Please sign in to comment.