victory-stack
Advanced tools
Comparing version 36.6.7 to 36.6.8
# victory-stack | ||
## 36.6.8 | ||
### Patch Changes | ||
- TypeScript: Added strongly-typed props to `VictoryStack` (fixes [#2449](https://github.com/FormidableLabs/victory/issues/2449)) ([#2480](https://github.com/FormidableLabs/victory/pull/2480)) | ||
- Updated dependencies []: | ||
- victory-core@36.6.8 | ||
- victory-shared-events@36.6.8 | ||
## 36.6.7 | ||
@@ -4,0 +14,0 @@ |
@@ -17,5 +17,5 @@ import PropTypes from "prop-types"; | ||
} | ||
export declare const VictoryStack: React.NamedExoticComponent<any> & { | ||
export declare const VictoryStack: React.NamedExoticComponent<VictoryStackProps> & { | ||
readonly type: { | ||
(initialProps: any): JSX.Element; | ||
(initialProps: VictoryStackProps): JSX.Element; | ||
propTypes: { | ||
@@ -22,0 +22,0 @@ bins: PropTypes.Requireable<number | (number | Date | null | undefined)[]>; |
@@ -17,5 +17,5 @@ import PropTypes from "prop-types"; | ||
} | ||
export declare const VictoryStack: React.NamedExoticComponent<any> & { | ||
export declare const VictoryStack: React.NamedExoticComponent<VictoryStackProps> & { | ||
readonly type: { | ||
(initialProps: any): JSX.Element; | ||
(initialProps: VictoryStackProps): JSX.Element; | ||
propTypes: { | ||
@@ -22,0 +22,0 @@ bins: PropTypes.Requireable<number | (number | Date | null | undefined)[]>; |
{ | ||
"name": "victory-stack", | ||
"version": "36.6.7", | ||
"version": "36.6.8", | ||
"description": "Stack Layout Component for Victory", | ||
@@ -26,4 +26,4 @@ "keywords": [ | ||
"react-fast-compare": "^3.2.0", | ||
"victory-core": "^36.6.7", | ||
"victory-shared-events": "^36.6.7" | ||
"victory-core": "^36.6.8", | ||
"victory-shared-events": "^36.6.8" | ||
}, | ||
@@ -30,0 +30,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
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
1032367
Updatedvictory-core@^36.6.8