@devexpress/dx-react-chart
Advanced tools
Comparing version 2.7.2 to 2.7.3
@@ -469,3 +469,3 @@ // Dependencies for this module: | ||
export declare type OrderFn = (series: StackData) => number[]; | ||
export declare type OffsetFn = (series: StackData, order: number[]) => void; | ||
export declare type OffsetFn = (series: StackData, order: Iterable<number>) => void; | ||
export declare type StackList = ReadonlyArray<Stack>; | ||
@@ -472,0 +472,0 @@ export declare type StacksOptions = { |
{ | ||
"name": "@devexpress/dx-react-chart", | ||
"version": "2.7.2", | ||
"version": "2.7.3", | ||
"description": "Composable plugin-based chart component for React", | ||
@@ -47,3 +47,3 @@ "author": { | ||
"devDependencies": { | ||
"@devexpress/dx-testing": "2.7.2", | ||
"@devexpress/dx-testing": "2.7.3", | ||
"@rollup/plugin-replace": "^2.3.1", | ||
@@ -54,16 +54,16 @@ "core-js": "^3.4.1", | ||
"jest": "^24.9.0", | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1", | ||
"react-test-renderer": "^16.13.1", | ||
"react": "^16.14.0", | ||
"react-dom": "^16.14.0", | ||
"react-test-renderer": "^16.14.0", | ||
"rollup": "^1.27.2", | ||
"rollup-plugin-babel": "^4.3.3", | ||
"rollup-plugin-license": "^0.12.1", | ||
"rollup-plugin-typescript2": "^0.27.2", | ||
"rollup-plugin-typescript2": "^0.27.3", | ||
"ts-jest": "^24.1.0", | ||
"tslint": "^5.20.1", | ||
"tslint-config-airbnb": "^5.11.2", | ||
"typescript": "3.9.7" | ||
"typescript": "4.0.5" | ||
}, | ||
"dependencies": { | ||
"@devexpress/dx-chart-core": "2.7.2", | ||
"@devexpress/dx-chart-core": "2.7.3", | ||
"d3-scale": "^3.2.0", | ||
@@ -73,7 +73,7 @@ "d3-shape": "^1.3.7" | ||
"peerDependencies": { | ||
"@devexpress/dx-react-core": "2.7.2", | ||
"@devexpress/dx-react-core": "2.7.3", | ||
"react": ">=16.10.2", | ||
"react-dom": ">=16.10.2" | ||
}, | ||
"gitHead": "10d1f773b97993854d7cb2449f7ee08fd09522ab" | ||
"gitHead": "74a9c0e2b44998eb61ef3db2d05500c0fc6cbfaa" | ||
} |
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 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
437164
3553
+ Added@devexpress/dx-chart-core@2.7.3(transitive)
+ Added@devexpress/dx-core@2.7.3(transitive)
+ Added@devexpress/dx-react-core@2.7.3(transitive)
- Removed@devexpress/dx-chart-core@2.7.2(transitive)
- Removed@devexpress/dx-core@2.7.2(transitive)
- Removed@devexpress/dx-react-core@2.7.2(transitive)