@shopify/react-form-state
Advanced tools
Comparing version 0.11.14 to 0.11.15
{ | ||
"name": "@shopify/react-form-state", | ||
"version": "0.11.14", | ||
"version": "0.11.15", | ||
"license": "MIT", | ||
"description": "Manage react forms tersely and type-safe with no magic.", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"main": "dist/src/index.js", | ||
"types": "dist/src/index.d.ts", | ||
"scripts": { | ||
"build": "tsc --p tsconfig.build.json", | ||
"prepublishOnly": "yarn run build" | ||
"build": "tsc --p tsconfig.json" | ||
}, | ||
@@ -26,3 +25,3 @@ "publishConfig": { | ||
"dependencies": { | ||
"@shopify/predicates": "^1.2.1", | ||
"@shopify/predicates": "^1.2.2", | ||
"fast-deep-equal": "^2.0.1", | ||
@@ -35,3 +34,3 @@ "tslib": "^1.9.3" | ||
"devDependencies": { | ||
"@shopify/enzyme-utilities": "^2.1.5", | ||
"@shopify/enzyme-utilities": "^2.1.6", | ||
"@shopify/useful-types": "^1.3.0", | ||
@@ -38,0 +37,0 @@ "faker": "^4.1.0" |
@@ -396,3 +396,5 @@ /* eslint-disable no-case-declarations */ | ||
const {validators = {}} = this.props; | ||
const { | ||
validators = {} as Partial<ValidatorDictionary<Fields>>, | ||
} = this.props; | ||
const {fields} = this.state; | ||
@@ -399,0 +401,0 @@ |
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
511646
66
4299
Updated@shopify/predicates@^1.2.2