Skip to content

Commit 914067d

Browse files
authored
Add missing dependencies for dependency-profiles package (microsoft#3544)
* Add overflow as a dependency for dep-profile * Change files * Add more missing dependencies * Add tablist and tooltip
1 parent 4c95aae commit 914067d

3 files changed

Lines changed: 25 additions & 6 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Add overflow as a dependency for dep-profile",
4+
"packageName": "@fluentui-react-native/dependency-profiles",
5+
"email": "winlarry@microsoft.com",
6+
"dependentChangeType": "patch"
7+
}

packages/dependency-profiles/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@
2525
"@fluentui-react-native/button": "*",
2626
"@fluentui-react-native/callout": "*",
2727
"@fluentui-react-native/checkbox": "*",
28+
"@fluentui-react-native/chip": "*",
2829
"@fluentui-react-native/composition": "*",
2930
"@fluentui-react-native/contextual-menu": "*",
3031
"@fluentui-react-native/default-theme": "*",
32+
"@fluentui-react-native/divider": "*",
3133
"@fluentui-react-native/dropdown": "*",
3234
"@fluentui-react-native/experimental-activity-indicator": "*",
3335
"@fluentui-react-native/experimental-avatar": "*",
@@ -50,16 +52,19 @@
5052
"@fluentui-react-native/menu-button": "*",
5153
"@fluentui-react-native/merge-props": "*",
5254
"@fluentui-react-native/notification": "*",
55+
"@fluentui-react-native/overflow": "*",
5356
"@fluentui-react-native/persona": "*",
5457
"@fluentui-react-native/persona-coin": "*",
5558
"@fluentui-react-native/popover": "*",
5659
"@fluentui-react-native/pressable": "*",
5760
"@fluentui-react-native/radio-group": "*",
5861
"@fluentui-react-native/scripts": "workspace:*",
5962
"@fluentui-react-native/separator": "*",
63+
"@fluentui-react-native/spinner": "*",
6064
"@fluentui-react-native/stack": "*",
6165
"@fluentui-react-native/styling-utils": "*",
6266
"@fluentui-react-native/switch": "*",
67+
"@fluentui-react-native/tablist": "*",
6368
"@fluentui-react-native/tester": "*",
6469
"@fluentui-react-native/tester-win32": "*",
6570
"@fluentui-react-native/text": "*",
@@ -69,6 +74,7 @@
6974
"@fluentui-react-native/themed-stylesheet": "*",
7075
"@fluentui-react-native/theming-utils": "*",
7176
"@fluentui-react-native/tokens": "*",
77+
"@fluentui-react-native/tooltip": "*",
7278
"@fluentui-react-native/use-slot": "*",
7379
"@fluentui-react-native/use-slots": "*",
7480
"@fluentui-react-native/use-styling": "*",

yarn.lock

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2523,7 +2523,7 @@ __metadata:
25232523
languageName: unknown
25242524
linkType: soft
25252525

2526-
"@fluentui-react-native/chip@workspace:*, @fluentui-react-native/chip@workspace:packages/components/Chip":
2526+
"@fluentui-react-native/chip@*, @fluentui-react-native/chip@workspace:*, @fluentui-react-native/chip@workspace:packages/components/Chip":
25272527
version: 0.0.0-use.local
25282528
resolution: "@fluentui-react-native/chip@workspace:packages/components/Chip"
25292529
dependencies:
@@ -2680,9 +2680,11 @@ __metadata:
26802680
"@fluentui-react-native/button": "*"
26812681
"@fluentui-react-native/callout": "*"
26822682
"@fluentui-react-native/checkbox": "*"
2683+
"@fluentui-react-native/chip": "*"
26832684
"@fluentui-react-native/composition": "*"
26842685
"@fluentui-react-native/contextual-menu": "*"
26852686
"@fluentui-react-native/default-theme": "*"
2687+
"@fluentui-react-native/divider": "*"
26862688
"@fluentui-react-native/dropdown": "*"
26872689
"@fluentui-react-native/experimental-activity-indicator": "*"
26882690
"@fluentui-react-native/experimental-avatar": "*"
@@ -2705,16 +2707,19 @@ __metadata:
27052707
"@fluentui-react-native/menu-button": "*"
27062708
"@fluentui-react-native/merge-props": "*"
27072709
"@fluentui-react-native/notification": "*"
2710+
"@fluentui-react-native/overflow": "*"
27082711
"@fluentui-react-native/persona": "*"
27092712
"@fluentui-react-native/persona-coin": "*"
27102713
"@fluentui-react-native/popover": "*"
27112714
"@fluentui-react-native/pressable": "*"
27122715
"@fluentui-react-native/radio-group": "*"
27132716
"@fluentui-react-native/scripts": "workspace:*"
27142717
"@fluentui-react-native/separator": "*"
2718+
"@fluentui-react-native/spinner": "*"
27152719
"@fluentui-react-native/stack": "*"
27162720
"@fluentui-react-native/styling-utils": "*"
27172721
"@fluentui-react-native/switch": "*"
2722+
"@fluentui-react-native/tablist": "*"
27182723
"@fluentui-react-native/tester": "*"
27192724
"@fluentui-react-native/tester-win32": "*"
27202725
"@fluentui-react-native/text": "*"
@@ -2724,6 +2729,7 @@ __metadata:
27242729
"@fluentui-react-native/themed-stylesheet": "*"
27252730
"@fluentui-react-native/theming-utils": "*"
27262731
"@fluentui-react-native/tokens": "*"
2732+
"@fluentui-react-native/tooltip": "*"
27272733
"@fluentui-react-native/use-slot": "*"
27282734
"@fluentui-react-native/use-slots": "*"
27292735
"@fluentui-react-native/use-styling": "*"
@@ -2783,7 +2789,7 @@ __metadata:
27832789
languageName: node
27842790
linkType: hard
27852791

2786-
"@fluentui-react-native/divider@workspace:*, @fluentui-react-native/divider@workspace:packages/components/Divider":
2792+
"@fluentui-react-native/divider@*, @fluentui-react-native/divider@workspace:*, @fluentui-react-native/divider@workspace:packages/components/Divider":
27872793
version: 0.0.0-use.local
27882794
resolution: "@fluentui-react-native/divider@workspace:packages/components/Divider"
27892795
dependencies:
@@ -3621,7 +3627,7 @@ __metadata:
36213627
languageName: unknown
36223628
linkType: soft
36233629

3624-
"@fluentui-react-native/overflow@workspace:*, @fluentui-react-native/overflow@workspace:packages/experimental/Overflow":
3630+
"@fluentui-react-native/overflow@*, @fluentui-react-native/overflow@workspace:*, @fluentui-react-native/overflow@workspace:packages/experimental/Overflow":
36253631
version: 0.0.0-use.local
36263632
resolution: "@fluentui-react-native/overflow@workspace:packages/experimental/Overflow"
36273633
dependencies:
@@ -3922,7 +3928,7 @@ __metadata:
39223928
languageName: unknown
39233929
linkType: soft
39243930

3925-
"@fluentui-react-native/spinner@workspace:*, @fluentui-react-native/spinner@workspace:packages/experimental/Spinner":
3931+
"@fluentui-react-native/spinner@*, @fluentui-react-native/spinner@workspace:*, @fluentui-react-native/spinner@workspace:packages/experimental/Spinner":
39263932
version: 0.0.0-use.local
39273933
resolution: "@fluentui-react-native/spinner@workspace:packages/experimental/Spinner"
39283934
dependencies:
@@ -4036,7 +4042,7 @@ __metadata:
40364042
languageName: unknown
40374043
linkType: soft
40384044

4039-
"@fluentui-react-native/tablist@workspace:*, @fluentui-react-native/tablist@workspace:packages/components/TabList":
4045+
"@fluentui-react-native/tablist@*, @fluentui-react-native/tablist@workspace:*, @fluentui-react-native/tablist@workspace:packages/components/TabList":
40404046
version: 0.0.0-use.local
40414047
resolution: "@fluentui-react-native/tablist@workspace:packages/components/TabList"
40424048
dependencies:
@@ -4369,7 +4375,7 @@ __metadata:
43694375
languageName: unknown
43704376
linkType: soft
43714377

4372-
"@fluentui-react-native/tooltip@workspace:*, @fluentui-react-native/tooltip@workspace:packages/experimental/Tooltip":
4378+
"@fluentui-react-native/tooltip@*, @fluentui-react-native/tooltip@workspace:*, @fluentui-react-native/tooltip@workspace:packages/experimental/Tooltip":
43734379
version: 0.0.0-use.local
43744380
resolution: "@fluentui-react-native/tooltip@workspace:packages/experimental/Tooltip"
43754381
dependencies:

0 commit comments

Comments
 (0)