From c1f04c035c5467265150ea97648e3f5e8da29689 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 31 Jan 2019 21:20:10 +0000 Subject: [PATCH] Update rc-tools requirement from ^6.3.6 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 c852a86..589daca 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "expect.js": "~0.3.1", "pre-commit": "1.x", "rc-test": "^6.0.8", - "rc-tools": "^6.3.6", + "rc-tools": "^9.3.6", "react": "^16.0.0", "react-dom": "^16.0.0" },