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

@@ -40,7 +40,7 @@
"workbox-sw": "^4.3.1"
},
"devDependencies": {
"@arkweid/lefthook": "^0.6.3",
"@arkweid/lefthook": "^0.7.2",
"chrome-launcher": "^0.12.0",
"chrome-remote-interface": "^0.25",
"lodash-cli": "https://github.com/lodash-archive/lodash-cli.git",