From 29d4df4014054930bd35392aa9bc7851b694224a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 1 Jul 2021 23:40:22 +0000 Subject: [PATCH] build(deps-dev): bump husky from 6.0.0 to 7.0.0 Bumps [husky](https://github.com/typicode/husky) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v6.0.0...v7.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1b06002..c182592 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ }, "devDependencies": { "@types/react-native": "^0.64.2", - "husky": "^6.0.0", + "husky": "^7.0.0", "lint-staged": "^10.2.10", "prettier": "^2.0.5", "typescript": "^4.1.3"