@mihanizm56/react-final-form-utils
Advanced tools
Comparing version 0.0.7-beta.14 to 0.0.7-beta.15
@@ -78,2 +78,4 @@ var __extends = (this && this.__extends) || (function () { | ||
error: errors ? errors[fieldName] : null, | ||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment | ||
// @ts-ignore | ||
errors: errors, | ||
@@ -92,2 +94,4 @@ formValues: formValues, | ||
if (this.props.active && this.props.active !== nextProps.active) { | ||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment | ||
// @ts-ignore | ||
this.onBlurField(this.props.active); | ||
@@ -94,0 +98,0 @@ } |
{ | ||
"name": "@mihanizm56/react-final-form-utils", | ||
"version": "0.0.7-beta.14", | ||
"version": "0.0.7-beta.15", | ||
"description": "form utils module", | ||
@@ -30,5 +30,8 @@ "main": "dist/index.js", | ||
}, | ||
"dependencies": { | ||
"deep-equal": "2.0.5" | ||
}, | ||
"peerDependencies": { | ||
"final-form": "4.18.6", | ||
"react-final-form": "6.3.3", | ||
"final-form": "4.20.6", | ||
"react-final-form": "6.5.8", | ||
"react": "16.14.0" | ||
@@ -63,3 +66,3 @@ }, | ||
"eslint-plugin-unused-imports": "2.0.0", | ||
"final-form": "4.19.1", | ||
"final-form": "4.20.6", | ||
"glob": "7.1.6", | ||
@@ -71,3 +74,3 @@ "husky": "3.0.9", | ||
"react": "16.14.0", | ||
"react-final-form": "6.3.3", | ||
"react-final-form": "6.5.8", | ||
"rimraf": "3.0.2", | ||
@@ -95,6 +98,3 @@ "ts-jest": "25.4.0", | ||
} | ||
}, | ||
"dependencies": { | ||
"deep-equal": "2.0.5" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20555
337