From 56a1ce8ba1f2ed5f8b950cb766f9875ec5cb12bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 20 Dec 2018 06:34:15 +0000 Subject: [PATCH] build(deps-dev): update rc-tools requirement from 7.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 45c463b..31b1c26 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "expect.js": "~0.3.1", "pre-commit": "1.x", "rc-test": "^6.0.1", - "rc-tools": "7.x", + "rc-tools": "8.x", "react": "^16.0.0", "react-dom": "^16.0.0" },