2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-12 21:10:47 +08:00

DEV: Upgrade Lefthook

Git hooks didn't work when `npx` isn't installed, but `yarn` is.
This commit is contained in:
Gerhard Schlager 2020-09-11 16:42:46 +02:00
parent 58e7b6eb82
commit 0972994c7e
2 changed files with 5 additions and 5 deletions

View file

@ -2,10 +2,10 @@
# yarn lockfile v1


"@arkweid/lefthook@^0.6.3":
version "0.6.7"
resolved "https://registry.yarnpkg.com/@arkweid/lefthook/-/lefthook-0.6.7.tgz#a3509532830c58319f88ec9264c49190b56bb8fb"
integrity sha512-UAsXrRpiRRlOC5B2E6Lfg8QpvPouBrtOsLGlUXRHkJNkrDX69ouh+rUwj+o1N/Nf0lCgvOlj04NFayQyu3u4ew==
"@arkweid/lefthook@^0.7.2":
version "0.7.2"
resolved "https://registry.yarnpkg.com/@arkweid/lefthook/-/lefthook-0.7.2.tgz#ce2ee89f32bd8899bfee1a61d1fbe68a7dee7601"
integrity sha512-r34fl/qiny7564aL+MLmkVbUMjr39vSqSGvUoA7e3FwpvD/ubJkxdDFCDJECvOYiYMXwwaqJc6txXtfnvDY3YQ==

"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4":
version "7.10.4"