@shopify/react-hydrate
Advanced tools
Comparing version 1.1.26 to 1.1.27
@@ -10,2 +10,6 @@ # Changelog | ||
## [1.1.27] - 2020-10-20 | ||
- Added `tslib@^1.14.1` in the list of dependencies. [#1657](https://github.com/Shopify/quilt/pull/1657) | ||
## [1.1.1] - 2019-07-04 | ||
@@ -12,0 +16,0 @@ |
{ | ||
"name": "@shopify/react-hydrate", | ||
"version": "1.1.26", | ||
"version": "1.1.27", | ||
"license": "MIT", | ||
@@ -27,4 +27,5 @@ "description": "Utilities for hydrating server-rendered React apps", | ||
"dependencies": { | ||
"@shopify/react-effect": "^3.2.12", | ||
"@shopify/react-hooks": "^1.11.1" | ||
"@shopify/react-effect": "^3.2.13", | ||
"@shopify/react-hooks": "^1.11.2", | ||
"tslib": "^1.14.1" | ||
}, | ||
@@ -31,0 +32,0 @@ "devDependencies": { |
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
14934
4
+ Addedtslib@^1.14.1
+ Addedtslib@1.14.1(transitive)
Updated@shopify/react-hooks@^1.11.2