victory-pie
Advanced tools
Comparing version 37.3.1 to 37.3.2
# victory-pie | ||
## 37.3.2 | ||
## 37.3.1 | ||
@@ -4,0 +6,0 @@ |
@@ -101,3 +101,3 @@ import React from "react"; | ||
UNSAFE_componentWillUpdate?(nextProps: Readonly<import("victory-core").EventMixinCommonProps>, nextState: Readonly<{}>, nextContext: any): void; | ||
componentEvents: import("victory-core/lib/victory-util/events").ComponentEvent[]; | ||
componentEvents: import("@/victory-core/lib/victory-util/events").ComponentEvent[]; | ||
getSharedEventState: (key: string, value: string) => unknown; | ||
@@ -104,0 +104,0 @@ baseProps: Record<string, object>; |
@@ -23,3 +23,3 @@ import React from "react"; | ||
// eslint-disable-next-line @typescript-eslint/no-empty-interface | ||
// eslint-disable-next-line @typescript-eslint/no-empty-object-type | ||
@@ -26,0 +26,0 @@ class VictoryPieBase extends React.Component { |
@@ -101,3 +101,3 @@ import React from "react"; | ||
UNSAFE_componentWillUpdate?(nextProps: Readonly<import("victory-core").EventMixinCommonProps>, nextState: Readonly<{}>, nextContext: any): void; | ||
componentEvents: import("victory-core/lib/victory-util/events").ComponentEvent[]; | ||
componentEvents: import("@/victory-core/lib/victory-util/events").ComponentEvent[]; | ||
getSharedEventState: (key: string, value: string) => unknown; | ||
@@ -104,0 +104,0 @@ baseProps: Record<string, object>; |
@@ -30,3 +30,3 @@ "use strict"; | ||
// eslint-disable-next-line @typescript-eslint/no-empty-interface | ||
// eslint-disable-next-line @typescript-eslint/no-empty-object-type | ||
@@ -33,0 +33,0 @@ class VictoryPieBase extends _react.default.Component { |
{ | ||
"name": "victory-pie", | ||
"version": "37.3.1", | ||
"version": "37.3.2", | ||
"description": "Pie Component for Victory", | ||
@@ -24,4 +24,4 @@ "keywords": [ | ||
"lodash": "^4.17.19", | ||
"victory-core": "37.3.1", | ||
"victory-vendor": "37.3.1" | ||
"victory-core": "37.3.2", | ||
"victory-vendor": "37.3.2" | ||
}, | ||
@@ -217,7 +217,5 @@ "peerDependencies": { | ||
"lint": { | ||
"command": "nps lint:pkg", | ||
"command": "eslint src", | ||
"files": [ | ||
"src/**", | ||
"../../.eslintignore", | ||
"../../.eslintrc.js" | ||
"src/**" | ||
], | ||
@@ -236,7 +234,5 @@ "output": [], | ||
"lint:fix": { | ||
"command": "pnpm run lint || nps lint:pkg:fix", | ||
"command": "eslint --fix src", | ||
"files": [ | ||
"src/**", | ||
"../../.eslintignore", | ||
"../../.eslintrc.js" | ||
"src/**" | ||
], | ||
@@ -243,0 +239,0 @@ "output": [], |
@@ -7,3 +7,2 @@ /* eslint no-magic-numbers: ["error", { "ignore": [-1, 0, 1, 2, 45, 90, 135, 180, 225, 270, 315, 360] }]*/ | ||
import { VictoryPieProps } from "./victory-pie"; | ||
import { getCategories } from "victory-core/lib/victory-util/data"; | ||
@@ -68,3 +67,3 @@ const checkForValidText = (text) => { | ||
? props.categories | ||
: (props?.categories as { x: string[] })?.x ?? []; | ||
: ((props?.categories as { x: string[] })?.x ?? []); | ||
@@ -71,0 +70,0 @@ /** |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1180173
21371
+ Addedvictory-core@37.3.2(transitive)
+ Addedvictory-vendor@37.3.2(transitive)
- Removedvictory-core@37.3.1(transitive)
- Removedvictory-vendor@37.3.1(transitive)
Updatedvictory-core@37.3.2
Updatedvictory-vendor@37.3.2