Skip to content

Commit e50e2eb

Browse files
committed
fixes
1 parent 32cf874 commit e50e2eb

5 files changed

Lines changed: 947 additions & 963 deletions

File tree

apps/E2E/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@fluentui-react-native/e2e-testing",
3-
"version": "1.43.11",
3+
"version": "0.1.0",
4+
"private": true,
45
"description": "Package containing E2E testing specs",
56
"license": "MIT",
67
"repository": {

apps/tester-core/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@fluentui-react-native/tester-core",
3-
"version": "0.1.2",
3+
"version": "0.1.0",
4+
"private": true,
45
"description": "Core implementation of the fluent tester app",
56
"homepage": "https://github.com/microsoft/fluentui-react-native",
67
"license": "MIT",

packages/dependency-profiles/package.json

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@
7373
"@fluentui-react-native/styling-utils": "*",
7474
"@fluentui-react-native/switch": "*",
7575
"@fluentui-react-native/tablist": "*",
76-
"@fluentui-react-native/tester": "*",
77-
"@fluentui-react-native/tester-win32": "*",
7876
"@fluentui-react-native/text": "*",
7977
"@fluentui-react-native/theme": "*",
8078
"@fluentui-react-native/theme-tokens": "*",
@@ -89,14 +87,21 @@
8987
"@fluentui-react-native/use-tokens": "*",
9088
"@fluentui-react-native/win32-theme": "*",
9189
"@fluentui/react-native": "*",
90+
"@office-iss/react-native-win32": "^0.73.0 || ^0.74.0 || ^0.78.0 || ^0.81.0",
91+
"@types/react": "~18.2.0 || ~19.0.0 || ~19.1.0",
9292
"@uifabricshared/foundation-composable": "*",
9393
"@uifabricshared/foundation-compose": "*",
9494
"@uifabricshared/foundation-settings": "*",
9595
"@uifabricshared/foundation-tokens": "*",
9696
"@uifabricshared/theme-registry": "*",
9797
"@uifabricshared/themed-settings": "*",
9898
"@uifabricshared/theming-ramp": "*",
99-
"@uifabricshared/theming-react-native": "*"
99+
"@uifabricshared/theming-react-native": "*",
100+
"react": "18.2.0 || 19.0.0 || 19.1.0",
101+
"react-native": "^0.73.0 || ^0.74.0 || ^0.78.0 || ^0.81.0",
102+
"react-native-macos": "^0.73.0 || ^0.74.0 || ^0.78.0 || ^0.81.0",
103+
"react-native-svg": ">=15.0.0 <15.13.0 || >=15.4.0 <15.13.0 || ^15.11.2 || ^15.12.1",
104+
"react-native-windows": "^0.73.0 || ^0.74.0 || ^0.78.0 || ^0.81.0"
100105
},
101106
"peerDependenciesMeta": {
102107
"@fluentui-react-native/adapters": {
@@ -231,12 +236,6 @@
231236
"@fluentui-react-native/tablist": {
232237
"optional": true
233238
},
234-
"@fluentui-react-native/tester": {
235-
"optional": true
236-
},
237-
"@fluentui-react-native/tester-win32": {
238-
"optional": true
239-
},
240239
"@fluentui-react-native/text": {
241240
"optional": true
242241
},
@@ -302,6 +301,15 @@
302301
},
303302
"@uifabricshared/theming-react-native": {
304303
"optional": true
304+
},
305+
"@office-iss/react-native-win32": {
306+
"optional": true
307+
},
308+
"react-native-macos": {
309+
"optional": true
310+
},
311+
"react-native-windows": {
312+
"optional": true
305313
}
306314
}
307315
}

0 commit comments

Comments
 (0)