victory-line
Advanced tools
Comparing version 37.3.1 to 37.3.2
# victory-line | ||
## 37.3.2 | ||
## 37.3.1 | ||
@@ -4,0 +6,0 @@ |
@@ -66,3 +66,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; | ||
@@ -69,0 +69,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 VictoryLineBase extends React.Component { |
@@ -66,3 +66,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; | ||
@@ -69,0 +69,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 VictoryLineBase extends _react.default.Component { |
{ | ||
"name": "victory-line", | ||
"version": "37.3.1", | ||
"version": "37.3.2", | ||
"description": "Line 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" | ||
}, | ||
@@ -221,7 +221,5 @@ "peerDependencies": { | ||
"lint": { | ||
"command": "nps lint:pkg", | ||
"command": "eslint src", | ||
"files": [ | ||
"src/**", | ||
"../../.eslintignore", | ||
"../../.eslintrc.js" | ||
"src/**" | ||
], | ||
@@ -241,7 +239,5 @@ "output": [], | ||
"lint:fix": { | ||
"command": "pnpm run lint || nps lint:pkg:fix", | ||
"command": "eslint --fix src", | ||
"files": [ | ||
"src/**", | ||
"../../.eslintignore", | ||
"../../.eslintrc.js" | ||
"src/**" | ||
], | ||
@@ -248,0 +244,0 @@ "output": [], |
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
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
1185030
20636
+ 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