From e23cecb250dce8dcea93305ceac0155d844eeca0 Mon Sep 17 00:00:00 2001 From: Saad Najmi Date: Thu, 5 Mar 2026 22:38:00 -0800 Subject: [PATCH 1/2] chore: fix lock --- packages/dependency-profiles/package.json | 6 +++--- yarn.lock | 13 +++++++++++++ 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/packages/dependency-profiles/package.json b/packages/dependency-profiles/package.json index ba24eb0c58..fe06113671 100644 --- a/packages/dependency-profiles/package.json +++ b/packages/dependency-profiles/package.json @@ -278,6 +278,9 @@ "@fluentui/react-native": { "optional": true }, + "@office-iss/react-native-win32": { + "optional": true + }, "@uifabricshared/foundation-composable": { "optional": true }, @@ -302,9 +305,6 @@ "@uifabricshared/theming-react-native": { "optional": true }, - "@office-iss/react-native-win32": { - "optional": true - }, "react-native-macos": { "optional": true }, diff --git a/yarn.lock b/yarn.lock index ab1ce2d2eb..84082a2acf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3366,6 +3366,8 @@ __metadata: "@fluentui-react-native/use-tokens": "*" "@fluentui-react-native/win32-theme": "*" "@fluentui/react-native": "*" + "@office-iss/react-native-win32": ^0.73.0 || ^0.74.0 || ^0.78.0 || ^0.81.0 + "@types/react": ~18.2.0 || ~19.0.0 || ~19.1.0 "@uifabricshared/foundation-composable": "*" "@uifabricshared/foundation-compose": "*" "@uifabricshared/foundation-settings": "*" @@ -3374,6 +3376,11 @@ __metadata: "@uifabricshared/themed-settings": "*" "@uifabricshared/theming-ramp": "*" "@uifabricshared/theming-react-native": "*" + react: 18.2.0 || 19.0.0 || 19.1.0 + react-native: ^0.73.0 || ^0.74.0 || ^0.78.0 || ^0.81.0 + react-native-macos: ^0.73.0 || ^0.74.0 || ^0.78.0 || ^0.81.0 + react-native-svg: ">=15.0.0 <15.13.0 || >=15.4.0 <15.13.0 || ^15.11.2 || ^15.12.1" + react-native-windows: ^0.73.0 || ^0.74.0 || ^0.78.0 || ^0.81.0 peerDependenciesMeta: "@fluentui-react-native/adapters": optional: true @@ -3491,6 +3498,8 @@ __metadata: optional: true "@fluentui/react-native": optional: true + "@office-iss/react-native-win32": + optional: true "@uifabricshared/foundation-composable": optional: true "@uifabricshared/foundation-compose": @@ -3507,6 +3516,10 @@ __metadata: optional: true "@uifabricshared/theming-react-native": optional: true + react-native-macos: + optional: true + react-native-windows: + optional: true languageName: unknown linkType: soft From a8e9ed8023813a3e91a5978747d463d78e198f6e Mon Sep 17 00:00:00 2001 From: Saad Najmi Date: Thu, 5 Mar 2026 22:38:37 -0800 Subject: [PATCH 2/2] docs(changeset): --- .changeset/eighty-owls-wash.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .changeset/eighty-owls-wash.md diff --git a/.changeset/eighty-owls-wash.md b/.changeset/eighty-owls-wash.md new file mode 100644 index 0000000000..a845151cc8 --- /dev/null +++ b/.changeset/eighty-owls-wash.md @@ -0,0 +1,2 @@ +--- +---