From 612a0a8c4f41dec7de397f59d086afd764484726 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 16:30:03 +0200 Subject: [PATCH] chore(deps): update dependency husky to v9 (#22) * chore(deps): update dependency husky to v9 * chore: update scripts --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Moreno Feltscher --- .husky/commit-msg | 3 --- package.json | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.husky/commit-msg b/.husky/commit-msg index 482222a..78f4d1d 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,4 +1 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - npm run commitlint ${1} diff --git a/package.json b/package.json index 25ee7cd..8464db4 100644 --- a/package.json +++ b/package.json @@ -36,12 +36,12 @@ "@commitlint/config-conventional": "^18.0.0", "@smartive/prettier-config": "^3.0.0", "cz-conventional-changelog": "^3.3.0", - "husky": "^8.0.3", + "husky": "^9.0.0", "prettier": "^3.0.0" }, "scripts": { "commitlint": "commitlint --edit", - "prepare": "[ ! -f node_modules/.bin/husky ] || husky install" + "prepare": "[ ! -f node_modules/.bin/husky ] || husky" }, "config": { "commitizen": {