@devexpress/dx-chart-core
Advanced tools
Comparing version 2.7.2 to 2.7.3
@@ -120,3 +120,3 @@ | ||
export type OrderFn = (series: StackData) => number[]; | ||
export type OffsetFn = (series: StackData, order: number[]) => void; | ||
export type OffsetFn = (series: StackData, order: Iterable<number>) => void; | ||
export type StackList = ReadonlyArray<Stack>; | ||
@@ -123,0 +123,0 @@ export type StacksOptions = { |
{ | ||
"name": "@devexpress/dx-chart-core", | ||
"version": "2.7.2", | ||
"version": "2.7.3", | ||
"description": "Core library for the DevExtreme Reactive Chart component", | ||
@@ -45,7 +45,7 @@ "author": { | ||
"devDependencies": { | ||
"@devexpress/dx-core": "2.7.2", | ||
"@devexpress/dx-core": "2.7.3", | ||
"@rollup/plugin-replace": "^2.3.1", | ||
"@types/d3-array": "^2.0.0", | ||
"@types/d3-scale": "^2.2.0", | ||
"@types/d3-shape": "^1.3.2", | ||
"@types/d3-scale": "^3.2.0", | ||
"@types/d3-shape": "^2.0.0", | ||
"core-js": "^3.4.1", | ||
@@ -55,7 +55,7 @@ "jest": "^24.9.0", | ||
"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" | ||
}, | ||
@@ -68,5 +68,5 @@ "dependencies": { | ||
"peerDependencies": { | ||
"@devexpress/dx-core": "2.7.2" | ||
"@devexpress/dx-core": "2.7.3" | ||
}, | ||
"gitHead": "10d1f773b97993854d7cb2449f7ee08fd09522ab" | ||
"gitHead": "74a9c0e2b44998eb61ef3db2d05500c0fc6cbfaa" | ||
} |
Sorry, the diff of this file is too big to display
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
422607