@shopify/react-async
Advanced tools
Comparing version 5.4.0 to 5.5.0
@@ -20,4 +20,6 @@ 'use strict'; | ||
this.prefetchAgressively = shouldPrefetchAggressively(); | ||
// Initial position of the mouse | ||
this.iX = 0; | ||
this.iY = 0; | ||
// Final position of the mouse | ||
this.fX = 0; | ||
@@ -130,4 +132,3 @@ this.fY = 0; | ||
}; | ||
} // Initial position of the mouse | ||
// Final position of the mouse | ||
} | ||
render() { | ||
@@ -134,0 +135,0 @@ const { |
{ | ||
"name": "@shopify/react-async", | ||
"version": "5.4.0", | ||
"version": "5.5.0", | ||
"license": "MIT", | ||
@@ -35,8 +35,8 @@ "description": "Tools for creating powerful, asynchronously-loaded React components", | ||
"@shopify/async": "^4.1.0", | ||
"@shopify/react-effect": "^5.1.0", | ||
"@shopify/react-hooks": "^3.2.0", | ||
"@shopify/react-hydrate": "^3.1.0", | ||
"@shopify/react-effect": "^5.2.0", | ||
"@shopify/react-hooks": "^4.0.0", | ||
"@shopify/react-hydrate": "^3.1.1", | ||
"@shopify/react-idle": "^3.2.0", | ||
"@shopify/react-intersection-observer": "^4.1.0", | ||
"@shopify/useful-types": "^5.2.0" | ||
"@shopify/useful-types": "^5.3.0" | ||
}, | ||
@@ -43,0 +43,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
113684
1879
- Removed@shopify/react-hooks@3.2.0(transitive)
Updated@shopify/react-effect@^5.2.0
Updated@shopify/react-hooks@^4.0.0
Updated@shopify/useful-types@^5.3.0