Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{

@github-actions github-actions Bot Sep 22, 2025

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🕵🏾‍♀️ visual changes to review in the Visual Change Report

vr-tests-react-components/Positioning 2 screenshots
Image Name Diff(in Pixels) Image Type
vr-tests-react-components/Positioning.Positioning end.updated 2 times.chromium.png 182 Changed
vr-tests-react-components/Positioning.Positioning end.chromium.png 892 Changed

"type": "minor",
"comment": "feat: move react-alert, react-infobutton, and react-virtualizer to optional peerDependencies",
"packageName": "@fluentui/react-components",
"email": "dmytrokirpa@microsoft.com",
"dependentChangeType": "patch"
}
20 changes: 17 additions & 3 deletions packages/react-components/react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@
"license": "MIT",
"devDependencies": {
"@fluentui/eslint-plugin": "*",
"@fluentui/react-alert": "9.0.0-beta.124",
"@fluentui/react-infobutton": "9.0.0-beta.102",
"@fluentui/react-virtualizer": "9.0.0-alpha.102",
"@fluentui/scripts-api-extractor": "*"
},
"dependencies": {
"@fluentui/react-accordion": "^9.8.6",
"@fluentui/react-alert": "9.0.0-beta.124",
"@fluentui/react-avatar": "^9.9.6",
"@fluentui/react-badge": "^9.4.5",
"@fluentui/react-button": "^9.6.6",
Expand All @@ -29,7 +31,6 @@
"@fluentui/react-drawer": "^9.10.1",
"@fluentui/react-field": "^9.4.5",
"@fluentui/react-image": "^9.3.5",
"@fluentui/react-infobutton": "9.0.0-beta.102",
"@fluentui/react-infolabel": "^9.4.6",
"@fluentui/react-input": "^9.7.5",
"@fluentui/react-label": "^9.3.5",
Expand Down Expand Up @@ -63,7 +64,6 @@
"@fluentui/react-tooltip": "^9.8.5",
"@fluentui/react-utilities": "^9.24.1",
"@fluentui/react-text": "^9.6.5",
"@fluentui/react-virtualizer": "9.0.0-alpha.102",
"@fluentui/react-tree": "^9.13.1",
"@griffel/react": "^1.5.22",
"@swc/helpers": "^0.5.1",
Expand All @@ -80,11 +80,25 @@
"@fluentui/react-nav": "^9.3.6"
},
"peerDependencies": {
"@fluentui/react-alert": "9.0.0-beta.124",
"@fluentui/react-infobutton": "9.0.0-beta.102",
"@fluentui/react-virtualizer": "9.0.0-alpha.102",
"@types/react": ">=16.14.0 <20.0.0",
"@types/react-dom": ">=16.9.0 <20.0.0",
"react": ">=16.14.0 <20.0.0",
"react-dom": ">=16.14.0 <20.0.0"
},
"peerDependenciesMeta": {
"@fluentui/react-alert": {
"optional": true
},
"@fluentui/react-infobutton": {
"optional": true
},
"@fluentui/react-virtualizer": {
"optional": true
}
},
"beachball": {
"disallowedChangeTypes": [
"major"
Expand Down