@shopify/react-form-state
Advanced tools
Comparing version 0.11.26 to 0.11.27
@@ -10,2 +10,6 @@ # Changelog | ||
## [0.11.27] - 2020-10-20 | ||
- Updated `tslib` dependency to `^1.14.1`. [#1657](https://github.com/Shopify/quilt/pull/1657) | ||
## [0.11.11] - 2019-10-01 | ||
@@ -12,0 +16,0 @@ |
{ | ||
"name": "@shopify/react-form-state", | ||
"version": "0.11.26", | ||
"version": "0.11.27", | ||
"license": "MIT", | ||
@@ -26,5 +26,5 @@ "description": "Manage React forms tersely and type-safely with no magic", | ||
"dependencies": { | ||
"@shopify/predicates": "^1.2.6", | ||
"@shopify/predicates": "^1.2.7", | ||
"fast-deep-equal": "^2.0.1", | ||
"tslib": "^1.9.3" | ||
"tslib": "^1.14.1" | ||
}, | ||
@@ -35,4 +35,4 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@shopify/enzyme-utilities": "^2.1.13", | ||
"@shopify/useful-types": "^2.2.0", | ||
"@shopify/enzyme-utilities": "^2.1.14", | ||
"@shopify/useful-types": "^2.2.1", | ||
"faker": "^4.1.0" | ||
@@ -39,0 +39,0 @@ }, |
54480
Updated@shopify/predicates@^1.2.7
Updatedtslib@^1.14.1