@shopify/dates
Advanced tools
Comparing version 0.4.2 to 0.4.3
@@ -8,2 +8,8 @@ # Changelog | ||
<!-- ## [Unreleased] --> | ||
## [0.4.3] - 2020-10-20 | ||
- Updated `tslib` dependency to `^1.14.1`. [#1657](https://github.com/Shopify/quilt/pull/1657) | ||
## [0.4.0] - 2020-06-04 | ||
@@ -10,0 +16,0 @@ |
{ | ||
"name": "@shopify/dates", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"license": "MIT", | ||
@@ -27,7 +27,7 @@ "description": "Lightweight date operations library", | ||
"dependencies": { | ||
"@shopify/decorators": "^1.1.12", | ||
"tslib": "^1.9.3" | ||
"@shopify/decorators": "^1.1.13", | ||
"tslib": "^1.14.1" | ||
}, | ||
"devDependencies": { | ||
"@shopify/jest-dom-mocks": "^2.9.2" | ||
"@shopify/jest-dom-mocks": "^2.9.3" | ||
}, | ||
@@ -34,0 +34,0 @@ "files": [ |
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
57167
Updated@shopify/decorators@^1.1.13
Updatedtslib@^1.14.1