From 1cf0bf5110bcfe2849e27e2c07363a3528c63313 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 31 Jan 2019 21:14:30 +0000 Subject: [PATCH] Update rc-tools requirement from ^7.0.0 to ^9.3.6 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..1c326fe 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.6", "react": "^15.x", "react-dom": "^15.x", "react-test-renderer": "^15.x",