From 872f6df22759806fb03efd6fc11886ab7062237f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jun 2022 01:25:42 +0800 Subject: [PATCH] chore(deps): update dependency husky to v8 (#384) --- 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 50f9d3e8..7771d1c5 100644 --- a/example/react-component-tsx/package.json +++ b/example/react-component-tsx/package.json @@ -57,7 +57,7 @@ "@types/react-dom": "~18.0.0", "@types/react-test-renderer": "~18.0.0", "compile-less-cli": "~1.8.13", - "husky": "~7.0.4", + "husky": "~8.0.0", "kkt": "7.1.7", "lint-staged": "~12.3.7", "prettier": "~2.6.0",