victory-area
Advanced tools
Comparing version 36.6.0 to 36.6.1
# victory-area | ||
## 36.6.1 | ||
### Patch Changes | ||
- Updated dependencies [[`d1f281104`](https://github.com/FormidableLabs/victory/commit/d1f281104c7598c43e220dafd57546ab03daeeb5)]: | ||
- victory-core@36.6.1 | ||
- victory-vendor@36.6.1 | ||
## 36.6.0 | ||
@@ -4,0 +12,0 @@ |
@@ -91,3 +91,3 @@ import PropTypes from "prop-types"; | ||
shouldAnimate(): boolean; | ||
render(): any; | ||
render(): React.ReactElement<any, string | React.JSXElementConstructor<any>>; | ||
} | ||
@@ -120,3 +120,3 @@ export declare const VictoryArea: { | ||
renderContainer(component: any, children: any): React.DetailedReactHTMLElement<any, HTMLElement>; | ||
animateComponent(props: import("victory-core").EventMixinCommonProps, defaultAnimationWhitelist: string[]): JSX.Element; | ||
animateComponent(props: import("victory-core").EventMixinCommonProps, defaultAnimationWhitelist: string[]): React.ReactElement<any, string | React.JSXElementConstructor<any>>; | ||
renderContinuousData(props: import("victory-core").EventMixinCommonProps): React.DetailedReactHTMLElement<any, HTMLElement>; | ||
@@ -150,4 +150,6 @@ renderData(props: any, shouldRenderDatum?: ((datum: any) => boolean) | undefined): React.DetailedReactHTMLElement<any, HTMLElement>; | ||
expectedComponents?: string[] | undefined; | ||
getChildren?: ((props: import("victory-core").EventMixinCommonProps, childComponents?: React.ReactNode[] | undefined, calculatedProps?: import("victory-core").EventMixinCommonProps | undefined) => void) | undefined; | ||
animationWhitelist?: string[] | undefined; | ||
} & typeof VictoryAreaBase; | ||
export {}; | ||
//# sourceMappingURL=victory-area.d.ts.map |
@@ -91,3 +91,3 @@ import PropTypes from "prop-types"; | ||
shouldAnimate(): boolean; | ||
render(): any; | ||
render(): React.ReactElement<any, string | React.JSXElementConstructor<any>>; | ||
} | ||
@@ -120,3 +120,3 @@ export declare const VictoryArea: { | ||
renderContainer(component: any, children: any): React.DetailedReactHTMLElement<any, HTMLElement>; | ||
animateComponent(props: import("victory-core").EventMixinCommonProps, defaultAnimationWhitelist: string[]): JSX.Element; | ||
animateComponent(props: import("victory-core").EventMixinCommonProps, defaultAnimationWhitelist: string[]): React.ReactElement<any, string | React.JSXElementConstructor<any>>; | ||
renderContinuousData(props: import("victory-core").EventMixinCommonProps): React.DetailedReactHTMLElement<any, HTMLElement>; | ||
@@ -150,4 +150,6 @@ renderData(props: any, shouldRenderDatum?: ((datum: any) => boolean) | undefined): React.DetailedReactHTMLElement<any, HTMLElement>; | ||
expectedComponents?: string[] | undefined; | ||
getChildren?: ((props: import("victory-core").EventMixinCommonProps, childComponents?: React.ReactNode[] | undefined, calculatedProps?: import("victory-core").EventMixinCommonProps | undefined) => void) | undefined; | ||
animationWhitelist?: string[] | undefined; | ||
} & typeof VictoryAreaBase; | ||
export {}; | ||
//# sourceMappingURL=victory-area.d.ts.map |
{ | ||
"name": "victory-area", | ||
"version": "36.6.0", | ||
"version": "36.6.1", | ||
"description": "Area Component for Victory", | ||
@@ -25,4 +25,4 @@ "keywords": [ | ||
"prop-types": "^15.8.1", | ||
"victory-core": "^36.6.0", | ||
"victory-vendor": "^36.6.0" | ||
"victory-core": "^36.6.1", | ||
"victory-vendor": "^36.6.1" | ||
}, | ||
@@ -136,2 +136,10 @@ "peerDependencies": { | ||
}, | ||
"check": { | ||
"dependencies": [ | ||
"types:check", | ||
"jest", | ||
"format", | ||
"lint" | ||
] | ||
}, | ||
"types:check": { | ||
@@ -191,2 +199,15 @@ "command": "nps types:pkg:check", | ||
}, | ||
"format:fix": { | ||
"command": "pnpm run format || nps format:pkg:fix", | ||
"files": [ | ||
"src/**", | ||
"*.json", | ||
"../../.prettierignore", | ||
"../../.prettierrc.json" | ||
], | ||
"output": [], | ||
"packageLocks": [ | ||
"pnpm-lock.yaml" | ||
] | ||
}, | ||
"lint": { | ||
@@ -211,15 +232,2 @@ "command": "nps lint:pkg", | ||
}, | ||
"format:fix": { | ||
"command": "pnpm run format || nps format:pkg:fix", | ||
"files": [ | ||
"src/**", | ||
"*.json", | ||
"../../.prettierignore", | ||
"../../.prettierrc.json" | ||
], | ||
"output": [], | ||
"packageLocks": [ | ||
"pnpm-lock.yaml" | ||
] | ||
}, | ||
"lint:fix": { | ||
@@ -274,2 +282,3 @@ "command": "pnpm run lint || nps lint:pkg:fix", | ||
"build:dist:min": "wireit", | ||
"check": "wireit", | ||
"types:check": "wireit", | ||
@@ -276,0 +285,0 @@ "types:create": "wireit", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1434424
23679
2
Updatedvictory-core@^36.6.1
Updatedvictory-vendor@^36.6.1