File tree 3 files changed +10
-10
lines changed 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 36
36
"dependencies" : {
37
37
"clsx" : " 2.1.1" ,
38
38
"react-content-loader" : " 7.0.2" ,
39
- "recharts" : " 2.13.3 "
39
+ "recharts" : " 2.14.1 "
40
40
},
41
41
"peerDependencies" : {
42
42
"@ui5/webcomponents-react" : " ~2.4.0" ,
Original file line number Diff line number Diff line change @@ -61,23 +61,23 @@ export interface ICartesianChartConfig {
61
61
*
62
62
* __Note:__ It is possible to overwrite internally used props. Please use with caution!
63
63
*/
64
- yAxisConfig ?: Omit < YAxisProps , 'mirror' | 'ref' > ;
64
+ yAxisConfig ?: Omit < YAxisProps , 'mirror' > ;
65
65
/**
66
66
* Defines possible configurations for the `XAxis`.
67
67
*
68
68
* __Note:__ It is possible to overwrite internally used props. Please use with caution!
69
69
*/
70
- xAxisConfig ?: Omit < XAxisProps , 'mirror' | 'ref' > ;
70
+ xAxisConfig ?: Omit < XAxisProps , 'mirror' > ;
71
71
/**
72
72
* Defines possible configurations for the second `YAxis`.
73
73
*
74
74
* __Note:__ It is possible to overwrite internally used props. Please use with caution!
75
75
*/
76
- secondYAxisConfig ?: Omit < YAxisProps , 'mirror' | 'ref' > ;
76
+ secondYAxisConfig ?: Omit < YAxisProps , 'mirror' > ;
77
77
/**
78
78
* Defines possible configurations for the second `YAxis`.
79
79
*
80
80
* __Note:__ It is possible to overwrite internally used props. Please use with caution!
81
81
*/
82
- secondXAxisConfig ?: Omit < XAxisProps , 'mirror' | 'ref' > ;
82
+ secondXAxisConfig ?: Omit < XAxisProps , 'mirror' > ;
83
83
}
Original file line number Diff line number Diff line change @@ -5642,7 +5642,7 @@ __metadata:
5642
5642
dependencies:
5643
5643
clsx: "npm:2.1.1"
5644
5644
react-content-loader: "npm:7.0.2"
5645
- recharts: "npm:2.13.3 "
5645
+ recharts: "npm:2.14.1 "
5646
5646
peerDependencies:
5647
5647
"@ui5/webcomponents-react": ~2.4.0
5648
5648
"@ui5/webcomponents-react-base": ~2.4.0
@@ -18351,9 +18351,9 @@ __metadata:
18351
18351
languageName: node
18352
18352
linkType: hard
18353
18353
18354
- "recharts@npm:2.13.3 ":
18355
- version: 2.13.3
18356
- resolution: "recharts@npm:2.13.3 "
18354
+ "recharts@npm:2.14.1 ":
18355
+ version: 2.14.1
18356
+ resolution: "recharts@npm:2.14.1 "
18357
18357
dependencies:
18358
18358
clsx: "npm:^2.0.0"
18359
18359
eventemitter3: "npm:^4.0.1"
@@ -18366,7 +18366,7 @@ __metadata:
18366
18366
peerDependencies:
18367
18367
react: ^16.0.0 || ^17.0.0 || ^18.0.0
18368
18368
react-dom: ^16.0.0 || ^17.0.0 || ^18.0.0
18369
- checksum: 10c0/67c516cd142da0e5968cf9b723c1bc08c2324ff4c41952d623dfce06e8c13751e1ef885b2e39aaeb5e32595566c8d91633328850adee70ad53bc8685adff456d
18369
+ checksum: 10c0/dfc1840ee03a5a51d08e77b83e2120f6723ab5349fad012d3a29ea0299da0bf1f30d1955fad60aec830d29f44d6f7fd4d6f41a5017094a40c03429dfa8461ef5
18370
18370
languageName: node
18371
18371
linkType: hard
18372
18372
You can’t perform that action at this time.
0 commit comments