@nx/detox 22.0.0-beta.4 → 22.0.0-beta.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/migrations.json CHANGED
@@ -26,6 +26,23 @@
26
26
  "alwaysAddToPackageJson": false
27
27
  }
28
28
  }
29
+ },
30
+ "22.0.0": {
31
+ "version": "22.0.0-beta.5",
32
+ "packages": {
33
+ "detox": {
34
+ "version": "~20.43.0",
35
+ "alwaysAddToPackageJson": false
36
+ },
37
+ "@config-plugins/detox": {
38
+ "version": "~11.0.0",
39
+ "alwaysAddToPackageJson": false
40
+ },
41
+ "@testing-library/jest-dom": {
42
+ "version": "~6.9.1",
43
+ "alwaysAddToPackageJson": false
44
+ }
45
+ }
29
46
  }
30
47
  }
31
48
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/detox",
3
- "version": "22.0.0-beta.4",
3
+ "version": "22.0.0-beta.5",
4
4
  "private": false,
5
5
  "description": "The Nx Plugin for Detox contains executors and generators for allowing your workspace to use the powerful Detox integration testing capabilities.",
6
6
  "keywords": [
@@ -27,15 +27,15 @@
27
27
  "main": "./index.js",
28
28
  "types": "index.d.ts",
29
29
  "dependencies": {
30
- "@nx/devkit": "22.0.0-beta.4",
31
- "@nx/jest": "22.0.0-beta.4",
32
- "@nx/js": "22.0.0-beta.4",
33
- "@nx/eslint": "22.0.0-beta.4",
34
- "@nx/react": "22.0.0-beta.4",
30
+ "@nx/devkit": "22.0.0-beta.5",
31
+ "@nx/jest": "22.0.0-beta.5",
32
+ "@nx/js": "22.0.0-beta.5",
33
+ "@nx/eslint": "22.0.0-beta.5",
34
+ "@nx/react": "22.0.0-beta.5",
35
35
  "tslib": "^2.3.0"
36
36
  },
37
37
  "devDependencies": {
38
- "nx": "22.0.0-beta.4"
38
+ "nx": "22.0.0-beta.5"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "detox": "^20.9.0"
@@ -1,5 +1,5 @@
1
1
  export declare const nxVersion: any;
2
- export declare const detoxVersion = "~20.31.0";
3
- export declare const testingLibraryJestDom = "~6.6.3";
4
- export declare const configPluginsDetoxVersion = "~9.0.0";
2
+ export declare const detoxVersion = "~20.43.0";
3
+ export declare const testingLibraryJestDom = "~6.9.1";
4
+ export declare const configPluginsDetoxVersion = "~11.0.0";
5
5
  //# sourceMappingURL=versions.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"versions.d.ts","sourceRoot":"","sources":["../../../../../packages/detox/src/utils/versions.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,KAAwC,CAAC;AAE/D,eAAO,MAAM,YAAY,aAAa,CAAC;AACvC,eAAO,MAAM,qBAAqB,WAAW,CAAC;AAC9C,eAAO,MAAM,yBAAyB,WAAW,CAAC"}
1
+ {"version":3,"file":"versions.d.ts","sourceRoot":"","sources":["../../../../../packages/detox/src/utils/versions.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,KAAwC,CAAC;AAE/D,eAAO,MAAM,YAAY,aAAa,CAAC;AACvC,eAAO,MAAM,qBAAqB,WAAW,CAAC;AAC9C,eAAO,MAAM,yBAAyB,YAAY,CAAC"}
@@ -2,6 +2,6 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.configPluginsDetoxVersion = exports.testingLibraryJestDom = exports.detoxVersion = exports.nxVersion = void 0;
4
4
  exports.nxVersion = require('../../package.json').version;
5
- exports.detoxVersion = '~20.31.0';
6
- exports.testingLibraryJestDom = '~6.6.3';
7
- exports.configPluginsDetoxVersion = '~9.0.0'; // only required for expo
5
+ exports.detoxVersion = '~20.43.0';
6
+ exports.testingLibraryJestDom = '~6.9.1';
7
+ exports.configPluginsDetoxVersion = '~11.0.0'; // only required for expo