@shopify/react-form
Advanced tools
Comparing version 2.5.7 to 2.6.0
{ | ||
"name": "@shopify/react-form", | ||
"version": "2.5.7", | ||
"version": "2.6.0", | ||
"license": "MIT", | ||
@@ -24,6 +24,6 @@ "description": "Manage React forms tersely and safely-typed with no magic using React hooks", | ||
"engines": { | ||
"node": "^14.17.0 || >=16.0.0" | ||
"node": ">=18.12.0" | ||
}, | ||
"peerDependencies": { | ||
"react": ">=16.8.0 <19.0.0" | ||
"react": ">=18.0.0 <19.0.0" | ||
}, | ||
@@ -39,4 +39,4 @@ "files": [ | ||
"dependencies": { | ||
"@shopify/predicates": "^3.0.1", | ||
"@shopify/react-hooks": "^3.1.1", | ||
"@shopify/predicates": "^3.1.0", | ||
"@shopify/react-hooks": "^3.2.0", | ||
"fast-deep-equal": "^3.1.3", | ||
@@ -43,0 +43,0 @@ "get-value": "^3.0.1" |
238646
Updated@shopify/predicates@^3.1.0
Updated@shopify/react-hooks@^3.2.0