From 9a5b7b2b42476bc9b47d791f0f63b4e9ea066dbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 20 Dec 2018 21:18:19 +0000 Subject: [PATCH] Update rc-tools requirement from 7.x to 9.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 3996122..68e5e70 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "mock-raf": "^1.0.0", "pre-commit": "1.x", "rc-form": "1.x", - "rc-tools": "7.x", + "rc-tools": "9.x", "react": "^16.0.0", "react-dom": "^16.0.0", "react-test-renderer": "16.0.0"