From 02cf0e864f85791d9c3669ec2c6085a9a82affa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 21 Dec 2018 21:16:24 +0000 Subject: [PATCH] Update rc-tools requirement from 4.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 826f5c9..805e869 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "pre-commit": "1.x", "rc-calendar": "~3.16.1", "rc-server": "3.x", - "rc-tools": "4.x", + "rc-tools": "8.x", "react-addons-test-utils": "~0.14.0", "react": "~0.14.0", "react-dom":"~0.14.0"