@shopify/polaris-viz
Advanced tools
Comparing version 0.17.1 to 0.17.2
@@ -5,2 +5,8 @@ # Changelog | ||
## [0.17.2] - 2021-06-23 | ||
### Changed | ||
- Explicitly specifies `tslib@^2.1.0` instead of `tslib@^2.1` in an attempt to fix duplicated packages in `web` | ||
## [0.17.1] - 2021-06-17 | ||
@@ -7,0 +13,0 @@ |
{ | ||
"name": "@shopify/polaris-viz", | ||
"description": "Shopify’s viz component library", | ||
"version": "0.17.1", | ||
"version": "0.17.2", | ||
"private": false, | ||
@@ -149,5 +149,5 @@ "license": "SEE LICENSE IN LICENSE.md", | ||
"lodash.throttle": "^4.1.1", | ||
"tslib": "^2.1", | ||
"tslib": "^2.1.0", | ||
"use-debounce": "^3.3.0" | ||
} | ||
} |
870561
Updatedtslib@^2.1.0