Skip to content

Commit

Permalink
Husky 8
Browse files Browse the repository at this point in the history
  • Loading branch information
mischnic committed Oct 18, 2023
1 parent 86b23db commit b989d7e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
1 change: 0 additions & 1 deletion .husky/.gitignore

This file was deleted.

5 changes: 2 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/sh
# Generated with husky-init and https://github.com/typicode/husky-4-to-6
. "$(dirname "$0")/_/husky.sh"
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

yarn lint-staged
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"glob": "^7.1.6",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"husky": "^6.0.0",
"husky": "^8.0.3",
"lerna": "^3.22.1",
"lint-staged": "^10.2.11",
"mocha": "^8.3.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3660,7 +3660,7 @@ __metadata:
glob: "npm:^7.1.6"
gulp: "npm:^4.0.2"
gulp-babel: "npm:^8.0.0"
husky: "npm:^6.0.0"
husky: "npm:^8.0.3"
lerna: "npm:^3.22.1"
lint-staged: "npm:^10.2.11"
mocha: "npm:^8.3.0"
Expand Down Expand Up @@ -11819,12 +11819,12 @@ __metadata:
languageName: node
linkType: hard

"husky@npm:^6.0.0":
version: 6.0.0
resolution: "husky@npm:6.0.0"
"husky@npm:^8.0.3":
version: 8.0.3
resolution: "husky@npm:8.0.3"
bin:
husky: lib/bin.js
checksum: 00dca95e24f6174f150ba1ee746948a89a3ff20b460ecad7bc2e4c2a76fe5b78bef1400c84bc2bade6588392c37baf57c173f49dc123fdbc7c7a71e4d412fb67
checksum: 6722591771c657b91a1abb082e07f6547eca79144d678e586828ae806499d90dce2a6aee08b66183fd8b085f19d20e0990a2ad396961746b4c8bd5bdb619d668
languageName: node
linkType: hard

Expand Down

0 comments on commit b989d7e

Please sign in to comment.