Skip to content

Commit

Permalink
deps: Upgrade lefthook
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Jan 9, 2024
1 parent 443e521 commit accdc50
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 30 deletions.
3 changes: 2 additions & 1 deletion lefthook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Refer for explanation to following link:
# https://github.com/evilmartians/lefthook/blob/master/docs/configuration.md

min_version: 1.5.0
min_version: 1.5.5
skip_output:
- meta # Skips lefthook version printing
- skips # Skips "skip" printing (i.e. no files matched)
Expand All @@ -16,6 +16,7 @@ pre-push:
scripts:
'sync.sh':
runner: sh
use_stdin: true

pre-commit:
parallel: true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@typescript-eslint/parser": "^6.18.1",
"@vercel/ncc": "^0.38.1",
"eslint": "^8.56.0",
"lefthook": "^1.5.4",
"lefthook": "^1.5.5",
"semver": "^7.5.4",
"typescript": "^5.3.3"
}
Expand Down
56 changes: 28 additions & 28 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit accdc50

Please sign in to comment.