From 972569de4736ec1919d67415a9fa933defeb77d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 20 Dec 2018 21:17:18 +0000 Subject: [PATCH] Update rc-tools requirement from 8.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 e17cf9a..d4bcedd 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "jquery": "^3.3.1", "pre-commit": "1.x", "rc-test": "6.x", - "rc-tools": "8.x", + "rc-tools": "9.x", "react": "^16.0.0", "react-dom": "^16.0.0", "velocity-animate": "~1.2.2"