@shopify/react-intersection-observer
Advanced tools
Comparing version 2.0.15 to 2.0.16
@@ -10,2 +10,6 @@ # Changelog | ||
## [2.0.16] - 2020-10-20 | ||
- Added `tslib@^1.14.1` in the list of dependencies. [#1657](https://github.com/Shopify/quilt/pull/1657) | ||
## [2.0.8] - 2019-10-31 | ||
@@ -12,0 +16,0 @@ |
{ | ||
"name": "@shopify/react-intersection-observer", | ||
"version": "2.0.15", | ||
"version": "2.0.16", | ||
"license": "MIT", | ||
@@ -32,3 +32,6 @@ "description": "A React wrapper around the Intersection Observer API", | ||
"react": ">=16.8.0 <17.0.0" | ||
}, | ||
"dependencies": { | ||
"tslib": "^1.14.1" | ||
} | ||
} |
15299
2
+ Addedtslib@^1.14.1
+ Addedtslib@1.14.1(transitive)