@devexpress/dx-react-chart
Advanced tools
Comparing version 1.11.0-beta.1 to 1.11.0
@@ -31,3 +31,3 @@ // Dependencies for this module: | ||
export const SplineSeries: React.ReactType<AreaSeriesProps>; | ||
export const SplineSeries: React.ComponentType<AreaSeriesProps>; | ||
@@ -194,3 +194,3 @@ export const ArgumentAxis: React.ComponentType<ArgumentAxisProps>; | ||
/** The title position */ | ||
position?: 'top' | 'bottom' | 'left' | 'right'; | ||
position?: 'top' | 'bottom'; | ||
} | ||
@@ -266,4 +266,4 @@ | ||
y: number; | ||
/** The label’s baseline */ | ||
dominantBaseline: string; | ||
/** The label's offset from the baseline in CSS units */ | ||
dy: string; | ||
/** The label’s text alignment */ | ||
@@ -270,0 +270,0 @@ textAnchor: string; |
{ | ||
"name": "@devexpress/dx-react-chart", | ||
"version": "1.11.0-beta.1", | ||
"version": "1.11.0", | ||
"description": "Composable plugin-based chart component for React", | ||
@@ -47,23 +47,23 @@ "author": { | ||
"devDependencies": { | ||
"@devexpress/dx-testing": "1.11.0-beta.1", | ||
"core-js": "^2.6.5", | ||
"@devexpress/dx-testing": "1.11.0", | ||
"core-js": "^3.0.1", | ||
"enzyme": "3.9.0", | ||
"enzyme-adapter-react-16": "^1.9.1", | ||
"jest": "^24.1.0", | ||
"enzyme-adapter-react-16": "^1.13.0", | ||
"jest": "^24.8.0", | ||
"react": "^16.8.3", | ||
"react-dom": "^16.8.3", | ||
"react-test-renderer": "^16.8.3", | ||
"rollup": "^1.2.3", | ||
"react-test-renderer": "^16.8.6", | ||
"rollup": "^1.11.3", | ||
"rollup-plugin-babel": "^4.3.2", | ||
"rollup-plugin-license": "^0.8.1", | ||
"rollup-plugin-node-resolve": "^4.0.1", | ||
"rollup-plugin-replace": "^2.1.0", | ||
"rollup-plugin-typescript2": "^0.19.2", | ||
"ts-jest": "^24.0.0", | ||
"tslint": "^5.13.0", | ||
"rollup-plugin-node-resolve": "^4.2.4", | ||
"rollup-plugin-replace": "^2.2.0", | ||
"rollup-plugin-typescript2": "^0.21.0", | ||
"ts-jest": "^24.0.2", | ||
"tslint": "^5.16.0", | ||
"tslint-config-airbnb": "^5.11.1", | ||
"typescript": "^3.3.3333" | ||
"typescript": "^3.4.5" | ||
}, | ||
"dependencies": { | ||
"@devexpress/dx-chart-core": "1.11.0-beta.1", | ||
"@devexpress/dx-chart-core": "1.11.0", | ||
"d3-scale": "^2.2.2", | ||
@@ -73,7 +73,7 @@ "d3-shape": "^1.3.4" | ||
"peerDependencies": { | ||
"@devexpress/dx-react-core": "1.11.0-beta.1", | ||
"@devexpress/dx-react-core": "1.11.0", | ||
"react": ">=16.8.3", | ||
"react-dom": ">=16.8.3" | ||
}, | ||
"gitHead": "972b9b88a1e51db0c0c8c30a009407b2d35a7a4f" | ||
"gitHead": "2ee3c94fa5fd5fddf386d4561206715d784e64bc" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
392344
3275
0
+ Added@devexpress/dx-chart-core@1.11.0(transitive)
+ Added@devexpress/dx-core@1.11.0(transitive)
+ Added@devexpress/dx-react-core@1.11.0(transitive)
- Removed@devexpress/dx-chart-core@1.11.0-beta.1(transitive)
- Removed@devexpress/dx-core@1.11.0-beta.1(transitive)
- Removed@devexpress/dx-react-core@1.11.0-beta.1(transitive)