diff --git a/packages/charts/package.json b/packages/charts/package.json index b913d326eb5..2c8f727dd82 100644 --- a/packages/charts/package.json +++ b/packages/charts/package.json @@ -36,7 +36,7 @@ "dependencies": { "clsx": "2.1.1", "react-content-loader": "7.0.2", - "recharts": "2.13.3" + "recharts": "2.14.1" }, "peerDependencies": { "@ui5/webcomponents-react": "~2.4.0", diff --git a/packages/charts/src/interfaces/ICartesianChartConfig.ts b/packages/charts/src/interfaces/ICartesianChartConfig.ts index 57e89fccb69..c9633cefe69 100644 --- a/packages/charts/src/interfaces/ICartesianChartConfig.ts +++ b/packages/charts/src/interfaces/ICartesianChartConfig.ts @@ -61,23 +61,23 @@ export interface ICartesianChartConfig { * * __Note:__ It is possible to overwrite internally used props. Please use with caution! */ - yAxisConfig?: Omit; + yAxisConfig?: Omit; /** * Defines possible configurations for the `XAxis`. * * __Note:__ It is possible to overwrite internally used props. Please use with caution! */ - xAxisConfig?: Omit; + xAxisConfig?: Omit; /** * Defines possible configurations for the second `YAxis`. * * __Note:__ It is possible to overwrite internally used props. Please use with caution! */ - secondYAxisConfig?: Omit; + secondYAxisConfig?: Omit; /** * Defines possible configurations for the second `YAxis`. * * __Note:__ It is possible to overwrite internally used props. Please use with caution! */ - secondXAxisConfig?: Omit; + secondXAxisConfig?: Omit; } diff --git a/yarn.lock b/yarn.lock index 2f13306c0b8..663e84a3654 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5642,7 +5642,7 @@ __metadata: dependencies: clsx: "npm:2.1.1" react-content-loader: "npm:7.0.2" - recharts: "npm:2.13.3" + recharts: "npm:2.14.1" peerDependencies: "@ui5/webcomponents-react": ~2.4.0 "@ui5/webcomponents-react-base": ~2.4.0 @@ -18351,9 +18351,9 @@ __metadata: languageName: node linkType: hard -"recharts@npm:2.13.3": - version: 2.13.3 - resolution: "recharts@npm:2.13.3" +"recharts@npm:2.14.1": + version: 2.14.1 + resolution: "recharts@npm:2.14.1" dependencies: clsx: "npm:^2.0.0" eventemitter3: "npm:^4.0.1" @@ -18366,7 +18366,7 @@ __metadata: peerDependencies: react: ^16.0.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.0.0 || ^17.0.0 || ^18.0.0 - checksum: 10c0/67c516cd142da0e5968cf9b723c1bc08c2324ff4c41952d623dfce06e8c13751e1ef885b2e39aaeb5e32595566c8d91633328850adee70ad53bc8685adff456d + checksum: 10c0/dfc1840ee03a5a51d08e77b83e2120f6723ab5349fad012d3a29ea0299da0bf1f30d1955fad60aec830d29f44d6f7fd4d6f41a5017094a40c03429dfa8461ef5 languageName: node linkType: hard