From 877e23829caf4349df784a5450c3fbc51ab1712b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 20 Dec 2018 06:47:36 +0000 Subject: [PATCH] Update precommit-hook requirement from ^1.0.7 to ^3.0.0 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 f8ba599..2af739b 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "devDependencies": { "expect.js": "~0.3.1", "object-assign": "~2.0.0", - "precommit-hook": "^1.0.7", + "precommit-hook": "^3.0.0", "rc-server": "3.x", "rc-tools": "3.x", "react": "~0.13.0"