From 9e6f35c6c87bf068354232c0234cc7b02da74dfc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 02:08:15 +0800 Subject: [PATCH] chore(deps): update dependency husky to v9 (#138) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c450a7cc9..63b9da686 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@types/react": "~18.2.0", "@types/react-dom": "~18.2.0", "@types/react-test-renderer": "~18.0.0", - "husky": "~8.0.0", + "husky": "~9.0.0", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", "jest-watch-typeahead": "^2.2.2",