From 8b9dc58789e6a58d79fd819ec823b414cdfd418f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 21 Dec 2018 21:22:32 +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 b09a413..9a03c32 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@types/react-dom": "^15.5.1", "expect.js": "~0.3.1", "pre-commit": "1.x", - "rc-tools": "6.x", + "rc-tools": "8.x", "rc-test": "6.x", "react": "15.x", "react-dom": "15.x"