Skip to content

Commit c717906

Browse files
authored
(chore) (auto) update @fluentui/react-charting to version 5.24.3 (#255)
1 parent 6c5c11b commit c717906

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

apps/plotly_examples/package.json

Lines changed: 1 addition & 1 deletion
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.24.2",
7+
"@fluentui/react-charting": "^5.24.3",
88
"@fluentui/react-charts": "0.0.0-nightly-20250611-0406.1",
99
"@fluentui/react-components": "^9.21.0",
1010
"@fluentui/react-portal-compat": "9.0.176",

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.24.2</Subtitle2>
79+
&nbsp;&nbsp;<Body2>@fluentui/react-charting &nbsp;</Body2><Subtitle2>v5.24.3</Subtitle2>
8080
&nbsp;&nbsp;<Body2>@fluentui/react-charts &nbsp;</Body2><Subtitle2>0.0.0-nightly-20250611-0406.1</Subtitle2>
8181
<br />
8282
{isWidthSet && (<>

apps/plotly_examples/yarn.lock

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1269,6 +1269,14 @@
12691269
"@fluentui/set-version" "^8.2.24"
12701270
tslib "^2.1.0"
12711271

1272+
"@fluentui/chart-utilities@^1.1.16":
1273+
version "1.1.16"
1274+
resolved "https://registry.yarnpkg.com/@fluentui/chart-utilities/-/chart-utilities-1.1.16.tgz#07acab23bbf0e4412aa11bff867e074bfa1a287f"
1275+
integrity sha512-SijbKrRGuDFwYrpO4tgCxBuePwkoSbKT9tvzwrUkjCu2cDRMxgelr6ksp6xqEP7E0JPqgMB2FsDk/VRk9AAmPw==
1276+
dependencies:
1277+
"@fluentui/set-version" "^8.2.24"
1278+
tslib "^2.1.0"
1279+
12721280
"@fluentui/date-time-utilities@^8.6.10":
12731281
version "8.6.10"
12741282
resolved "https://registry.yarnpkg.com/@fluentui/date-time-utilities/-/date-time-utilities-8.6.10.tgz#b24384c0f525b4cb798cf2e9d9855182da1e6a91"
@@ -1520,12 +1528,12 @@
15201528
embla-carousel-autoplay "^8.5.1"
15211529
embla-carousel-fade "^8.5.1"
15221530

1523-
"@fluentui/react-charting@^5.24.2":
1524-
version "5.24.2"
1525-
resolved "https://registry.yarnpkg.com/@fluentui/react-charting/-/react-charting-5.24.2.tgz#97939b4482ac16bc397b66c88e6e67fc89bac097"
1526-
integrity sha512-yATYqs0+GR4yqDBh6t8pwsFgLk5KeeOTFxuH/gxKdVY+JF2IPLiTG2BE4Og/cwyp/qgKsz/0IpNU5YHEGs4b5g==
1531+
"@fluentui/react-charting@^5.24.3":
1532+
version "5.24.3"
1533+
resolved "https://registry.yarnpkg.com/@fluentui/react-charting/-/react-charting-5.24.3.tgz#f80f8059ff6cdbf3fecf14195dbcd47576668b9d"
1534+
integrity sha512-vSiEdcbQOd4PpcQrZPnDlUyllRgI/OufPlOeTN7uWoJvIyrkxDlsvJEGU5Ku98GlxipVjoUoKsVpazOL+Gw03w==
15271535
dependencies:
1528-
"@fluentui/chart-utilities" "^1.1.15"
1536+
"@fluentui/chart-utilities" "^1.1.16"
15291537
"@fluentui/react-focus" "^8.9.25"
15301538
"@fluentui/set-version" "^8.2.24"
15311539
"@fluentui/theme-samples" "^8.7.209"

0 commit comments

Comments
 (0)