From 50c5bcf44a70ed1580e92bac3c3daac0f2672c10 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2019 02:37:00 +0000 Subject: [PATCH] chore(package): update husky to version 3.1.0 Closes #38 --- typescript-with-redux/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript-with-redux/package.json b/typescript-with-redux/package.json index 4daab27..54249f4 100644 --- a/typescript-with-redux/package.json +++ b/typescript-with-redux/package.json @@ -56,7 +56,7 @@ "@types/react-redux": "^7.0.9", "@types/react-router-dom": "^4.3.1", "@types/redux-mock-store": "^1.0.1", - "husky": "^1.3.1", + "husky": "^3.1.0", "lint-staged": "^8.1.4", "npm-run-all": "^4.1.5", "prettier": "^1.16.4",