From 1f5c760d1bab1cd7fc65f4a4875fc97ab25ec588 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 8 Jan 2019 12:22:51 +0000 Subject: [PATCH] Update rc-tools requirement from ^7.0.0 to ^9.3.3 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 8171c70..db5d0ad 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "@types/react-dom": "^16.0.1", "pre-commit": "1.x", "rc-test": "^6.0.8", - "rc-tools": "^7.0.0", + "rc-tools": "^9.3.3", "react": "^15.x", "react-dom": "^15.x", "react-test-renderer": "^15.x",