From 8098d92b7f09a8abfa193b007f0056c6950958db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 25 Apr 2019 05:47:54 +0000 Subject: [PATCH] Update husky requirement from ^0.14.3 to ^2.1.0 Updates the requirements on [husky](https://github.com/typicode/husky) to permit the latest version. - [Release notes](https://github.com/typicode/husky/releases) - [Changelog](https://github.com/typicode/husky/blob/master/CHANGELOG.md) - [Commits](https://github.com/typicode/husky/compare/v0.14.3...v2.1.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 717f1f1..9029943 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "badge-up": "^2.3.0", "color": "^3.0.0", "file-loader": "^2.0.0", - "husky": "^0.14.3", + "husky": "^2.1.0", "jest": "^23.5.0", "mini-css-extract-plugin": "^0.4.2", "node-sass": "^4.9.3",