victory-axis
Advanced tools
Comparing version 30.3.1 to 30.6.1
@@ -127,3 +127,3 @@ import _assign from "lodash/assign"; | ||
return accumulator.concat(childArr); | ||
}).filter(isVictoryLabel).map(function (child) { | ||
}, []).filter(isVictoryLabel).map(function (child) { | ||
return child.props; | ||
@@ -130,0 +130,0 @@ }); |
@@ -142,3 +142,3 @@ "use strict"; | ||
return accumulator.concat(childArr); | ||
}).filter(isVictoryLabel).map(function (child) { | ||
}, []).filter(isVictoryLabel).map(function (child) { | ||
return child.props; | ||
@@ -145,0 +145,0 @@ }); |
{ | ||
"name": "victory-axis", | ||
"version": "30.3.1", | ||
"version": "30.6.1", | ||
"description": "Axis Component for Victory", | ||
@@ -24,3 +24,3 @@ "keywords": [ | ||
"prop-types": "^15.5.8", | ||
"victory-core": "^30.3.1" | ||
"victory-core": "^30.6.1" | ||
}, | ||
@@ -27,0 +27,0 @@ "scripts": { |
@@ -152,3 +152,3 @@ import PropTypes from "prop-types"; | ||
const labels = gridAndTicks.map((gridAndTick) => gridAndTick.props.children) | ||
.reduce((accumulator, childArr) => accumulator.concat(childArr)) | ||
.reduce((accumulator, childArr) => accumulator.concat(childArr), []) | ||
.filter(isVictoryLabel) | ||
@@ -155,0 +155,0 @@ .map((child) => child.props); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1236353
22507
Updatedvictory-core@^30.6.1