@fluentui/react-components 9.44.3 → 9.44.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +164 -2
  2. package/package.json +49 -49
package/CHANGELOG.md CHANGED
@@ -1,12 +1,174 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Thu, 11 Jan 2024 09:02:14 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 17 Jan 2024 16:13:09 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.44.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.44.5)
8
+
9
+ Wed, 17 Jan 2024 16:13:09 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.44.4..@fluentui/react-components_v9.44.5)
11
+
12
+ ### Minor changes
13
+
14
+ - `@fluentui/react-drawer`
15
+ - Add bottom position ([PR #29137](https://github.com/microsoft/fluentui/pull/29137) by yiliu9@microsoft.com)
16
+ - `@fluentui/react-utilities`
17
+ - Add new type EventHandler/EventData for callback props ([PR #30322](https://github.com/microsoft/fluentui/pull/30322) by yuanboxue@microsoft.com)
18
+
19
+ ### Patches
20
+
21
+ - `@fluentui/react-combobox`
22
+ - fix: allow expandIcon to be null ([PR #30339](https://github.com/microsoft/fluentui/pull/30339) by yuanboxue@microsoft.com)
23
+ - `@fluentui/react-dialog`
24
+ - fix: only apply transition css properties when animating ([PR #30327](https://github.com/microsoft/fluentui/pull/30327) by marcosvmmoura@gmail.com)
25
+ - `@fluentui/react-tabster`
26
+ - chore: use Types.TabsterAttributeName in useTabsterAttributes() ([PR #30321](https://github.com/microsoft/fluentui/pull/30321) by olfedias@microsoft.com)
27
+
28
+ ## [9.44.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.44.4)
29
+
30
+ Tue, 16 Jan 2024 13:14:07 GMT
31
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.44.3..@fluentui/react-components_v9.44.4)
32
+
33
+ ### Minor changes
34
+
35
+ - `@fluentui/react-combobox`
36
+ - feat: add "clearable" prop to Combobox & Dropdown ([PR #30033](https://github.com/microsoft/fluentui/pull/30033) by olfedias@microsoft.com)
37
+ - feat: allow typeable space on all comboboxes, not only freeform ([PR #30295](https://github.com/microsoft/fluentui/pull/30295) by sarah.higley@microsoft.com)
38
+
39
+ ### Patches
40
+
41
+ - `@fluentui/react-skeleton`
42
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
43
+ - `@fluentui/react-slider`
44
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
45
+ - `@fluentui/react-spinbutton`
46
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
47
+ - `@fluentui/react-spinner`
48
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
49
+ - `@fluentui/react-switch`
50
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
51
+ - `@fluentui/react-table`
52
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
53
+ - fix: DataGrid selection performance improvement ([PR #30288](https://github.com/microsoft/fluentui/pull/30288) by lingfangao@hotmail.com)
54
+ - bugfix: add system colors on hover ([PR #30073](https://github.com/microsoft/fluentui/pull/30073) by bernardo.sunderhus@gmail.com)
55
+ - bugfix: Omit colliding content property from ComponentProps ([PR #29865](https://github.com/microsoft/fluentui/pull/29865) by bernardo.sunderhus@gmail.com)
56
+ - `@fluentui/react-tabs`
57
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
58
+ - bugfix: Omit colliding content property from ComponentProps ([PR #29865](https://github.com/microsoft/fluentui/pull/29865) by bernardo.sunderhus@gmail.com)
59
+ - `@fluentui/react-tabster`
60
+ - fix: memoize tabster attributes ([PR #30289](https://github.com/microsoft/fluentui/pull/30289) by lingfangao@hotmail.com)
61
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
62
+ - `@fluentui/react-tags`
63
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
64
+ - `@fluentui/react-text`
65
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
66
+ - `@fluentui/react-textarea`
67
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
68
+ - `@fluentui/react-timepicker-compat`
69
+ - fix: update types in styles to exclude "clearIcon" slot ([PR #30033](https://github.com/microsoft/fluentui/pull/30033) by olfedias@microsoft.com)
70
+ - `@fluentui/react-toast`
71
+ - bugfix: Omit colliding content property from ComponentProps ([PR #29865](https://github.com/microsoft/fluentui/pull/29865) by bernardo.sunderhus@gmail.com)
72
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
73
+ - `@fluentui/react-toolbar`
74
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
75
+ - `@fluentui/react-tooltip`
76
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
77
+ - `@fluentui/react-tree`
78
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
79
+ - `@fluentui/react-accordion`
80
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
81
+ - `@fluentui/react-aria`
82
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
83
+ - `@fluentui/react-avatar`
84
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
85
+ - `@fluentui/react-badge`
86
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
87
+ - `@fluentui/react-breadcrumb`
88
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
89
+ - `@fluentui/react-button`
90
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
91
+ - `@fluentui/react-card`
92
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
93
+ - `@fluentui/react-checkbox`
94
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
95
+ - `@fluentui/react-combobox`
96
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
97
+ - `@fluentui/react-components`
98
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
99
+ - `@fluentui/react-conformance-griffel`
100
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
101
+ - `@fluentui/react-context-selector`
102
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
103
+ - `@fluentui/react-datepicker-compat`
104
+ - fix: set popup's z-index: 1 when rendering DatePickerCompat inline. ([PR #30281](https://github.com/microsoft/fluentui/pull/30281) by seanmonahan@microsoft.com)
105
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
106
+ - `@fluentui/react-dialog`
107
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
108
+ - `@fluentui/react-divider`
109
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
110
+ - `@fluentui/react-drawer`
111
+ - chore: remove useHeadingProps() and React.useMemo() ([PR #29360](https://github.com/microsoft/fluentui/pull/29360) by olfedias@microsoft.com)
112
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
113
+ - `@fluentui/react-field`
114
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
115
+ - `@fluentui/react-image`
116
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
117
+ - `@fluentui/react-input`
118
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
119
+ - `@fluentui/react-label`
120
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
121
+ - `@fluentui/react-link`
122
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
123
+ - `@fluentui/react-menu`
124
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
125
+ - bugfix: Omit colliding content property from ComponentProps ([PR #29865](https://github.com/microsoft/fluentui/pull/29865) by bernardo.sunderhus@gmail.com)
126
+ - fix: MenuItem shortcut text should be caption ([PR #29811](https://github.com/microsoft/fluentui/pull/29811) by lingfangao@hotmail.com)
127
+ - fix(MenuItem): bottom padding should be same as top padding ([PR #30291](https://github.com/microsoft/fluentui/pull/30291) by lingfangao@hotmail.com)
128
+ - `@fluentui/react-migration-v0-v9`
129
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
130
+ - `@fluentui/react-migration-v8-v9`
131
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
132
+ - `@fluentui/react-motion-preview`
133
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
134
+ - `@fluentui/react-overflow`
135
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
136
+ - `@fluentui/react-persona`
137
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
138
+ - `@fluentui/react-popover`
139
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
140
+ - `@fluentui/react-portal`
141
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
142
+ - `@fluentui/react-positioning`
143
+ - chore: bumps @floating-ui/devtools version to latest ([PR #30299](https://github.com/microsoft/fluentui/pull/30299) by bernardo.sunderhus@gmail.com)
144
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
145
+ - `@fluentui/react-progress`
146
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
147
+ - `@fluentui/react-provider`
148
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
149
+ - `@fluentui/react-radio`
150
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
151
+ - `@fluentui/react-rating-preview`
152
+ - Scaffold RatingDisplay ([PR #30283](https://github.com/microsoft/fluentui/pull/30283) by ololubek@microsoft.com)
153
+ - `@fluentui/react-search-preview`
154
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
155
+ - `@fluentui/react-select`
156
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
157
+
158
+ ### Changes
159
+
160
+ - `@fluentui/react-virtualizer`
161
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
162
+ - `@fluentui/global-context`
163
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
164
+ - `@fluentui/react-alert`
165
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
166
+ - `@fluentui/react-infobutton`
167
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
168
+
7
169
  ## [9.44.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.44.3)
8
170
 
9
- Thu, 11 Jan 2024 09:02:14 GMT
171
+ Thu, 11 Jan 2024 09:04:28 GMT
10
172
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.44.2..@fluentui/react-components_v9.44.3)
11
173
 
12
174
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.44.3",
3
+ "version": "9.44.5",
4
4
  "description": "Suite package for converged React components",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -32,61 +32,61 @@
32
32
  "@fluentui/scripts-tasks": "*"
33
33
  },
34
34
  "dependencies": {
35
- "@fluentui/react-accordion": "^9.3.35",
36
- "@fluentui/react-alert": "9.0.0-beta.101",
37
- "@fluentui/react-avatar": "^9.6.6",
38
- "@fluentui/react-badge": "^9.2.19",
39
- "@fluentui/react-button": "^9.3.62",
40
- "@fluentui/react-card": "^9.0.61",
41
- "@fluentui/react-checkbox": "^9.2.5",
42
- "@fluentui/react-combobox": "^9.5.40",
43
- "@fluentui/react-dialog": "^9.9.4",
44
- "@fluentui/react-divider": "^9.2.55",
45
- "@fluentui/react-drawer": "^9.0.8",
46
- "@fluentui/react-field": "^9.1.47",
47
- "@fluentui/react-image": "^9.1.52",
48
- "@fluentui/react-infobutton": "9.0.0-beta.85",
49
- "@fluentui/react-infolabel": "^9.0.13",
50
- "@fluentui/react-input": "^9.4.57",
51
- "@fluentui/react-label": "^9.1.55",
52
- "@fluentui/react-link": "^9.2.4",
53
- "@fluentui/react-menu": "^9.12.42",
54
- "@fluentui/react-overflow": "^9.1.5",
55
- "@fluentui/react-persona": "^9.2.65",
56
- "@fluentui/react-portal": "^9.4.7",
57
- "@fluentui/react-popover": "^9.8.30",
58
- "@fluentui/react-positioning": "^9.12.1",
59
- "@fluentui/react-progress": "^9.1.57",
60
- "@fluentui/react-provider": "^9.13.5",
61
- "@fluentui/react-radio": "^9.2.0",
62
- "@fluentui/react-select": "^9.1.57",
35
+ "@fluentui/react-accordion": "^9.3.37",
36
+ "@fluentui/react-alert": "9.0.0-beta.103",
37
+ "@fluentui/react-avatar": "^9.6.8",
38
+ "@fluentui/react-badge": "^9.2.21",
39
+ "@fluentui/react-button": "^9.3.64",
40
+ "@fluentui/react-card": "^9.0.63",
41
+ "@fluentui/react-checkbox": "^9.2.7",
42
+ "@fluentui/react-combobox": "^9.6.1",
43
+ "@fluentui/react-dialog": "^9.9.6",
44
+ "@fluentui/react-divider": "^9.2.57",
45
+ "@fluentui/react-drawer": "^9.1.0",
46
+ "@fluentui/react-field": "^9.1.49",
47
+ "@fluentui/react-image": "^9.1.54",
48
+ "@fluentui/react-infobutton": "9.0.0-beta.87",
49
+ "@fluentui/react-infolabel": "^9.0.15",
50
+ "@fluentui/react-input": "^9.4.59",
51
+ "@fluentui/react-label": "^9.1.57",
52
+ "@fluentui/react-link": "^9.2.6",
53
+ "@fluentui/react-menu": "^9.12.44",
54
+ "@fluentui/react-overflow": "^9.1.7",
55
+ "@fluentui/react-persona": "^9.2.67",
56
+ "@fluentui/react-portal": "^9.4.9",
57
+ "@fluentui/react-popover": "^9.8.32",
58
+ "@fluentui/react-positioning": "^9.12.3",
59
+ "@fluentui/react-progress": "^9.1.59",
60
+ "@fluentui/react-provider": "^9.13.7",
61
+ "@fluentui/react-radio": "^9.2.2",
62
+ "@fluentui/react-select": "^9.1.59",
63
63
  "@fluentui/react-shared-contexts": "^9.13.2",
64
- "@fluentui/react-skeleton": "^9.0.45",
65
- "@fluentui/react-slider": "^9.1.62",
66
- "@fluentui/react-spinbutton": "^9.2.57",
67
- "@fluentui/react-spinner": "^9.3.35",
68
- "@fluentui/react-switch": "^9.1.62",
69
- "@fluentui/react-table": "^9.11.2",
70
- "@fluentui/react-tabs": "^9.4.3",
71
- "@fluentui/react-tabster": "^9.17.0",
72
- "@fluentui/react-tags": "^9.0.19",
73
- "@fluentui/react-textarea": "^9.3.57",
64
+ "@fluentui/react-skeleton": "^9.0.47",
65
+ "@fluentui/react-slider": "^9.1.64",
66
+ "@fluentui/react-spinbutton": "^9.2.59",
67
+ "@fluentui/react-spinner": "^9.3.37",
68
+ "@fluentui/react-switch": "^9.1.64",
69
+ "@fluentui/react-table": "^9.11.4",
70
+ "@fluentui/react-tabs": "^9.4.5",
71
+ "@fluentui/react-tabster": "^9.17.2",
72
+ "@fluentui/react-tags": "^9.0.21",
73
+ "@fluentui/react-textarea": "^9.3.59",
74
74
  "@fluentui/react-theme": "^9.1.16",
75
- "@fluentui/react-toast": "^9.3.24",
76
- "@fluentui/react-toolbar": "^9.1.63",
77
- "@fluentui/react-tooltip": "^9.4.8",
78
- "@fluentui/react-utilities": "^9.15.6",
79
- "@fluentui/react-text": "^9.4.4",
80
- "@fluentui/react-virtualizer": "9.0.0-alpha.63",
81
- "@fluentui/react-tree": "^9.4.22",
75
+ "@fluentui/react-toast": "^9.3.26",
76
+ "@fluentui/react-toolbar": "^9.1.65",
77
+ "@fluentui/react-tooltip": "^9.4.10",
78
+ "@fluentui/react-utilities": "^9.16.0",
79
+ "@fluentui/react-text": "^9.4.6",
80
+ "@fluentui/react-virtualizer": "9.0.0-alpha.65",
81
+ "@fluentui/react-tree": "^9.4.24",
82
82
  "@griffel/react": "^1.5.14",
83
83
  "@swc/helpers": "^0.5.1",
84
- "@fluentui/react-message-bar": "^9.0.13",
85
- "@fluentui/react-breadcrumb": "^9.0.8"
84
+ "@fluentui/react-message-bar": "^9.0.15",
85
+ "@fluentui/react-breadcrumb": "^9.0.10"
86
86
  },
87
87
  "peerDependencies": {
88
88
  "@types/react": ">=16.14.0 <19.0.0",
89
- "@types/react-dom": ">=16.14.0 <19.0.0",
89
+ "@types/react-dom": ">=16.9.0 <19.0.0",
90
90
  "react": ">=16.14.0 <19.0.0",
91
91
  "react-dom": ">=16.14.0 <19.0.0",
92
92
  "scheduler": "^0.19.0 || ^0.20.0"