From 756df49a0397cbb309addef7fef6e511d40addf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 20 Dec 2018 21:18:59 +0000 Subject: [PATCH] chore(deps-dev): update rc-tools requirement from 6.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 fa61295..9d3c8f3 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "fastclick": "^1.0.6", "jest": "^20.0.0", "pre-commit": "1.x", - "rc-tools": "6.x", + "rc-tools": "9.x", "react": "^15.5.0", "react-dom": "^15.5.0", "react-native": "~0.42.0",