From 39e0e993a73dcfb7b5bef5bcdc141f1613612372 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 20 Dec 2018 06:38:38 +0000 Subject: [PATCH] Update precommit-hook requirement from 1.x to 3.x Updates the requirements on [precommit-hook](https://github.com/nlf/precommit-hook) to permit the latest version. - [Release notes](https://github.com/nlf/precommit-hook/releases) - [Commits](https://github.com/nlf/precommit-hook/commits/v3.0.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 fe57704..9aa2916 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "core-js": "^2.5.1", "expect.js": "0.3.x", "pre-commit": "1.x", - "precommit-hook": "1.x", + "precommit-hook": "3.x", "rc-test": "6.x", "rc-tools": "8.x", "react": "^16.0.0",