From cf8420611da8e4ab655e51f93e16dbcd71e81936 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 20 Dec 2018 06:46:52 +0000 Subject: [PATCH] Update rc-tools requirement from 3.x to 8.x Updates the requirements on [rc-tools](https://github.com/react-component/rc-tools) to permit the latest version. - [Release notes](https://github.com/react-component/rc-tools/releases) - [Commits](https://github.com/react-component/rc-tools/commits) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d0bab40..7ce3d8f 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "jquery": "^1.11.2", "precommit-hook": "^1.0.7", "rc-server": "3.x", - "rc-tools": "3.x", + "rc-tools": "8.x", "react": "~0.13.0", "sinon": "1.x" },