Skip to content

Commit 322ddfa

Browse files
authored
(chore) (auto) update @fluentui/react-charts to version 0.0.0-nightly-20250613-0407.1 (#262)
1 parent 997ecb1 commit 322ddfa

File tree

3 files changed

+132
-140
lines changed

3 files changed

+132
-140
lines changed

apps/plotly_examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"@babel/core": "^7.16.0",
77
"@fluentui/react-charting": "^5.24.3",
8-
"@fluentui/react-charts": "0.0.0-nightly-20250611-0406.1",
8+
"@fluentui/react-charts": "0.0.0-nightly-20250613-0407.1",
99
"@fluentui/react-components": "^9.21.0",
1010
"@fluentui/react-portal-compat": "9.0.176",
1111
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",

apps/plotly_examples/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ const App: React.FC = () => {
7777
label={labelWidthSwitch}
7878
/>
7979
&nbsp;&nbsp;<Body2>@fluentui/react-charting &nbsp;</Body2><Subtitle2>v5.24.3</Subtitle2>
80-
&nbsp;&nbsp;<Body2>@fluentui/react-charts &nbsp;</Body2><Subtitle2>0.0.0-nightly-20250611-0406.1</Subtitle2>
80+
&nbsp;&nbsp;<Body2>@fluentui/react-charts &nbsp;</Body2><Subtitle2>0.0.0-nightly-20250613-0407.1</Subtitle2>
8181
<br />
8282
{isWidthSet && (<>
8383
<Subtitle2>Chart Width:</Subtitle2>&nbsp;&nbsp;

0 commit comments

Comments
 (0)