From a75515002a3f3a662736b50c6537d93877620d48 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 07:08:48 +0000 Subject: [PATCH] chore(deps): update dependency husky to v9 --- example/react-component-tsx/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/react-component-tsx/package.json b/example/react-component-tsx/package.json index cc0ebedf..66461edf 100644 --- a/example/react-component-tsx/package.json +++ b/example/react-component-tsx/package.json @@ -57,7 +57,7 @@ "@types/react-dom": "^18.2.13", "@types/react-test-renderer": "~18.0.0", "compile-less-cli": "~1.9.0", - "husky": "~8.0.0", + "husky": "~9.0.0", "kkt": "^7.5.5", "lint-staged": "~15.2.0", "prettier": "~3.0.0",