From 1b33d7caa4129d5a3668ee8492b37d1c40832347 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 21 Dec 2018 21:21:16 +0000 Subject: [PATCH] Update rc-tools requirement from ^7.0.2 to ^8.4.5 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 3227ae7..d7d6594 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "enzyme-to-json": "^3.2.1", "jest": "^21.2.1", "pre-commit": "1.x", - "rc-tools": "^7.0.2", + "rc-tools": "^8.4.5", "react": "^16.0.0", "react-dom": "^16.0.0" },