Skip to content

Commit 171b7b5

Browse files
authored
(chore) (auto) update @fluentui/react-charting to version 5.25.2 (#602)
1 parent d9bc2c7 commit 171b7b5

File tree

3 files changed

+250
-219
lines changed

3 files changed

+250
-219
lines changed

apps/plotly_examples/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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",
@@ -103,7 +103,7 @@
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": {

apps/plotly_examples/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const App: React.FC = () => {
7676
onChange={handleWidthSwitchChange}
7777
label={labelWidthSwitch}
7878
/>
79-
&nbsp;&nbsp;<Body2>@fluentui/react-charting &nbsp;</Body2><Subtitle2>v5.25.1</Subtitle2>
79+
&nbsp;&nbsp;<Body2>@fluentui/react-charting &nbsp;</Body2><Subtitle2>v5.25.2</Subtitle2>
8080
&nbsp;&nbsp;<Body2>@fluentui/react-charts &nbsp;</Body2><Subtitle2>0.0.0-nightly-20251110-0407.1</Subtitle2>
8181
<br />
8282
{isWidthSet && (<>

0 commit comments

Comments
 (0)