@carbon/charts
Advanced tools
Comparing version 0.11.8 to 0.11.9
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.11.8](https://github.com/IBM/carbon-charts/compare/v0.11.7...v0.11.8) (2019-03-26) | ||
### Bug Fixes | ||
* **core:** add babel-polyfill as a hard dependency ([#230](https://github.com/IBM/carbon-charts/issues/230)) ([d3e8c0c](https://github.com/IBM/carbon-charts/commit/d3e8c0c)) | ||
## [0.11.7](https://github.com/IBM/carbon-charts/compare/v0.11.6...v0.11.7) (2019-03-26) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@carbon/charts", | ||
"version": "0.11.7", | ||
"version": "0.11.8", | ||
"description": "Carbon charting components", | ||
@@ -26,5 +26,5 @@ "scripts": { | ||
"dependencies": { | ||
"babel-polyfill": "6.26.0", | ||
"d3": "4.13.0", | ||
"resize-observer-polyfill": "1.5.0", | ||
"babel-polyfill": "6.26.0" | ||
"resize-observer-polyfill": "1.5.0" | ||
}, | ||
@@ -31,0 +31,0 @@ "peerDependencies": { |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
1952839