File tree Expand file tree Collapse file tree 3 files changed +250
-219
lines changed Expand file tree Collapse file tree 3 files changed +250
-219
lines changed Original file line number Diff line number Diff line change 44 "private" : true ,
55 "dependencies" : {
66 "@babel/core" : " ^7.16.0" ,
7- "@fluentui/react-charting" : " ^5.25.1 " ,
7+ "@fluentui/react-charting" : " ^5.25.2 " ,
88 "@fluentui/react-charts" : " 0.0.0-nightly-20251110-0407.1" ,
99 "@fluentui/react-components" : " ^9.72.2" ,
1010 "@fluentui/react-menu" : " ^9.20.1" ,
103103 "@types/react-dom" : " 19.0.0" ,
104104 "react" : " ^19.0.0" ,
105105 "react-dom" : " ^19.0.0" ,
106- "@fluentui/chart-utilities" : " ^1.1.35 " ,
106+ "@fluentui/chart-utilities" : " ^1.1.36 " ,
107107 "@griffel/react" : " 1.5.32"
108108 },
109109 "jest" : {
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ const App: React.FC = () => {
7676 onChange = { handleWidthSwitchChange }
7777 label = { labelWidthSwitch }
7878 />
79- < Body2 > @fluentui/react-charting </ Body2 > < Subtitle2 > v5.25.1 </ Subtitle2 >
79+ < Body2 > @fluentui/react-charting </ Body2 > < Subtitle2 > v5.25.2 </ Subtitle2 >
8080 < Body2 > @fluentui/react-charts </ Body2 > < Subtitle2 > 0.0.0-nightly-20251110-0407.1</ Subtitle2 >
8181 < br />
8282 { isWidthSet && ( < >
You can’t perform that action at this time.
0 commit comments