|
3 | 3 | "version": "1.43.11", |
4 | 4 | "description": "Package containing E2E testing specs", |
5 | 5 | "license": "MIT", |
6 | | - "main": "lib-commonjs/index.js", |
7 | | - "module": "lib/index.js", |
8 | | - "react-native": "src/index.ts", |
| 6 | + "main": "lib/index.js", |
| 7 | + "module": "lib/index.mjs", |
9 | 8 | "typings": "lib/index.d.ts", |
10 | 9 | "exports": { |
11 | 10 | ".": { |
12 | | - "import": "./lib/index.js", |
13 | | - "require": "./lib-commonjs/index.js", |
14 | | - "types": "./lib/index.d.ts" |
| 11 | + "types": "./lib/index.d.ts", |
| 12 | + "import": "./lib/index.mjs", |
| 13 | + "require": "./lib/index.js" |
15 | 14 | } |
16 | 15 | }, |
17 | 16 | "scripts": { |
18 | | - "build": "fluentui-scripts build", |
| 17 | + "build": "fluentui-scripts hybrid-build", |
19 | 18 | "lint": "fluentui-scripts eslint", |
20 | | - "e2etest:android": "wdio run wdio.conf.android.js", |
21 | | - "e2etest:ios": "wdio run wdio.conf.ios.js", |
22 | | - "e2etest:macos": "wdio run wdio.conf.macos.js", |
23 | | - "e2etest:win32": "wdio run wdio.conf.win32.js", |
24 | | - "e2etest:windows": "rimraf errorShots reports && wdio run wdio.conf.windows.js" |
| 19 | + "e2eprep:android": "cross-env APPIUM_HOME=.appium yarn exec appium driver install uiautomator2", |
| 20 | + "e2eprep:ios": "cross-env APPIUM_HOME=.appium yarn exec appium driver install xcuitest", |
| 21 | + "e2eprep:macos": "cross-env APPIUM_HOME=.appium yarn exec appium driver install mac2", |
| 22 | + "e2eprep:win32": "cross-env APPIUM_HOME=.appium yarn exec appium driver install windows", |
| 23 | + "e2eprep:windows": "cross-env APPIUM_HOME=.appium yarn exec appium driver install windows", |
| 24 | + "e2etest:android": "cross-env APPIUM_HOME=.appium wdio run wdio.conf.android.js", |
| 25 | + "e2etest:ios": "cross-env APPIUM_HOME=.appium wdio run wdio.conf.ios.js", |
| 26 | + "e2etest:macos": "cross-env APPIUM_HOME=.appium wdio run wdio.conf.macos.js", |
| 27 | + "e2etest:win32": "cross-env APPIUM_HOME=.appium wdio run wdio.conf.win32.js", |
| 28 | + "e2etest:windows": "rimraf errorShots reports && cross-env APPIUM_HOME=.appium wdio run wdio.conf.windows.js" |
25 | 29 | }, |
26 | 30 | "repository": { |
27 | 31 | "type": "git", |
|
33 | 37 | "dist/*" |
34 | 38 | ], |
35 | 39 | "dependencies": { |
| 40 | + "@office-iss/react-native-win32": "^0.74.0", |
| 41 | + "@office-iss/rex-win32": "0.73.11-devmain.16.0.17615.15030", |
36 | 42 | "react": "18.2.0", |
37 | 43 | "react-native": "^0.74.0", |
38 | 44 | "react-native-macos": "^0.74.0", |
|
48 | 54 | "@react-native/metro-babel-transformer": "^0.74.0", |
49 | 55 | "@react-native/metro-config": "^0.74.0", |
50 | 56 | "@rnx-kit/metro-config": "^2.0.0", |
51 | | - "@types/jasmine": "5.1.4", |
| 57 | + "@types/jasmine": "catalog:", |
52 | 58 | "@types/node": "^22.2.0", |
53 | 59 | "@types/react": "^18.2.0", |
54 | | - "@wdio/appium-service": "^9.12.6", |
55 | | - "@wdio/cli": "^9.12.6", |
56 | | - "@wdio/globals": "^9.12.6", |
57 | | - "@wdio/jasmine-framework": "^9.12.6", |
58 | | - "@wdio/json-reporter": "^9.12.6", |
59 | | - "@wdio/local-runner": "^9.12.6", |
60 | | - "@wdio/spec-reporter": "^9.12.6", |
61 | | - "appium": "^2.11.2", |
62 | | - "appium-mac2-driver": "^1.12.0", |
63 | | - "appium-uiautomator2-driver": "^3.0.5", |
64 | | - "appium-windows-driver": "^2.12.18", |
65 | | - "appium-xcuitest-driver": "^7.9.1", |
| 60 | + "@wdio/appium-service": "catalog:", |
| 61 | + "@wdio/cli": "catalog:", |
| 62 | + "@wdio/globals": "catalog:", |
| 63 | + "@wdio/jasmine-framework": "catalog:", |
| 64 | + "@wdio/json-reporter": "catalog:", |
| 65 | + "@wdio/local-runner": "catalog:", |
| 66 | + "@wdio/logger": "catalog:", |
| 67 | + "@wdio/runner": "catalog:", |
| 68 | + "@wdio/spec-reporter": "catalog:", |
| 69 | + "appium": "catalog:", |
| 70 | + "appium-mac2-driver": "catalog:", |
| 71 | + "appium-uiautomator2-driver": "catalog:", |
| 72 | + "appium-windows-driver": "catalog:", |
| 73 | + "appium-xcuitest-driver": "catalog:", |
| 74 | + "cross-env": "^7.0.3", |
| 75 | + "expect-webdriverio": "catalog:", |
66 | 76 | "metro-config": "^0.80.3", |
67 | 77 | "rimraf": "^5.0.1", |
68 | 78 | "ts-node": "^10.7.0", |
69 | | - "typescript": "4.9.4", |
70 | | - "webdriverio": "^9.12.6" |
| 79 | + "typescript": "^5.8.0", |
| 80 | + "webdriverio": "catalog:" |
71 | 81 | }, |
72 | 82 | "installConfig": { |
73 | 83 | "hoistingLimits": "dependencies" |
|
0 commit comments