From ad759b63e2f555d51fca3af6a0ed6ad08a30d460 Mon Sep 17 00:00:00 2001 From: Guillermo Saldana Date: Thu, 23 Jan 2025 18:21:30 -0500 Subject: [PATCH] Updated react-form-validator-core to 2.0.1, removing old context API --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ebc2967..06aaf8f 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "homepage": "https://github.com/NewOldMax/react-material-ui-form-validator#readme", "dependencies": { - "react-form-validator-core": "1.1.2", + "react-form-validator-core": "2.0.1", "prop-types": "^15.0.0" }, "peerDependencies": {