From 2158645a71d33221d5f4a9031a90f16a12d1e957 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 1 Apr 2019 21:31:34 +0000 Subject: [PATCH] Update rc-form requirement from ^1.0.1 to ^2.4.4 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.4) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cc3d20b..954ee2b 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.4", "rc-tools": "6.2.2", "rc-upload": "^2.3.7", "react": "16.0.0",