From bb068277734321ffd20b89d28b4dbe8d7cbbc508 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2019 21:22:05 +0000 Subject: [PATCH] Update rc-form requirement from ^1.0.1 to ^2.4.6 Updates the requirements on [rc-form](https://github.com/react-component/form) to permit the latest version. - [Release notes](https://github.com/react-component/form/releases) - [Changelog](https://github.com/react-component/form/blob/master/HISTORY.md) - [Commits](https://github.com/react-component/form/compare/1.0.1...2.4.6) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cc3d20b..acfd07b 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "pre-commit": "1.x", "prop-types": "^15.6.0", "rc-dialog": "^6.5.0", - "rc-form": "^1.0.1", + "rc-form": "^2.4.6", "rc-tools": "6.2.2", "rc-upload": "^2.3.7", "react": "16.0.0",