Skip to content

Commit 87b4992

Browse files
authored
Fix (#4053)
* chore: fix lock * docs(changeset):
1 parent 72ece07 commit 87b4992

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

.changeset/eighty-owls-wash.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

packages/dependency-profiles/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,9 @@
278278
"@fluentui/react-native": {
279279
"optional": true
280280
},
281+
"@office-iss/react-native-win32": {
282+
"optional": true
283+
},
281284
"@uifabricshared/foundation-composable": {
282285
"optional": true
283286
},
@@ -302,9 +305,6 @@
302305
"@uifabricshared/theming-react-native": {
303306
"optional": true
304307
},
305-
"@office-iss/react-native-win32": {
306-
"optional": true
307-
},
308308
"react-native-macos": {
309309
"optional": true
310310
},

yarn.lock

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3366,6 +3366,8 @@ __metadata:
33663366
"@fluentui-react-native/use-tokens": "*"
33673367
"@fluentui-react-native/win32-theme": "*"
33683368
"@fluentui/react-native": "*"
3369+
"@office-iss/react-native-win32": ^0.73.0 || ^0.74.0 || ^0.78.0 || ^0.81.0
3370+
"@types/react": ~18.2.0 || ~19.0.0 || ~19.1.0
33693371
"@uifabricshared/foundation-composable": "*"
33703372
"@uifabricshared/foundation-compose": "*"
33713373
"@uifabricshared/foundation-settings": "*"
@@ -3374,6 +3376,11 @@ __metadata:
33743376
"@uifabricshared/themed-settings": "*"
33753377
"@uifabricshared/theming-ramp": "*"
33763378
"@uifabricshared/theming-react-native": "*"
3379+
react: 18.2.0 || 19.0.0 || 19.1.0
3380+
react-native: ^0.73.0 || ^0.74.0 || ^0.78.0 || ^0.81.0
3381+
react-native-macos: ^0.73.0 || ^0.74.0 || ^0.78.0 || ^0.81.0
3382+
react-native-svg: ">=15.0.0 <15.13.0 || >=15.4.0 <15.13.0 || ^15.11.2 || ^15.12.1"
3383+
react-native-windows: ^0.73.0 || ^0.74.0 || ^0.78.0 || ^0.81.0
33773384
peerDependenciesMeta:
33783385
"@fluentui-react-native/adapters":
33793386
optional: true
@@ -3491,6 +3498,8 @@ __metadata:
34913498
optional: true
34923499
"@fluentui/react-native":
34933500
optional: true
3501+
"@office-iss/react-native-win32":
3502+
optional: true
34943503
"@uifabricshared/foundation-composable":
34953504
optional: true
34963505
"@uifabricshared/foundation-compose":
@@ -3507,6 +3516,10 @@ __metadata:
35073516
optional: true
35083517
"@uifabricshared/theming-react-native":
35093518
optional: true
3519+
react-native-macos:
3520+
optional: true
3521+
react-native-windows:
3522+
optional: true
35103523
languageName: unknown
35113524
linkType: soft
35123525

0 commit comments

Comments
 (0)