From 367776807fd62950d32fde9a625047e437291efc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 21 Dec 2018 21:17:59 +0000 Subject: [PATCH] Update rc-tools requirement from 6.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 0a102a21..84cecb67 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "jest": "^20.0.1", "pre-commit": "1.x", "raf": "^3.4.0", - "rc-tools": "6.x", + "rc-tools": "8.x", "react": "^16.0.0", "react-dom": "^16.0.0", "sinon": "2.0.0-pre.2"