Skip to content

Commit

Permalink
Update dependency husky to v9 (#1292)
Browse files Browse the repository at this point in the history
* Update dependency husky to v9

* Update scripts

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Stephen Wade <[email protected]>
  • Loading branch information
renovate[bot] and stephenwade authored Jan 27, 2024
1 parent b92189c commit 928c6a3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "git+https://github.com/stephenwade/festival.git"
},
"scripts": {
"prepare": "husky install; prisma generate",
"prepare": "husky; prisma generate",
"build": "remix build",
"dev": "doppler run -- remix dev",
"start": "remix-serve ./build/index.js",
Expand Down Expand Up @@ -62,7 +62,7 @@
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-unicorn": "50.0.1",
"eslint-plugin-unused-imports": "3.0.0",
"husky": "8.0.3",
"husky": "9.0.6",
"lint-staged": "15.2.0",
"prettier": "3.2.4",
"prisma": "5.8.1",
Expand Down

0 comments on commit 928c6a3

Please sign in to comment.