@nx/detox 20.2.2 → 20.3.0-beta.1

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
@@ -35,6 +35,19 @@
35
35
  "alwaysAddToPackageJson": false
36
36
  }
37
37
  }
38
+ },
39
+ "20.3.0": {
40
+ "version": "20.3.0-beta.0",
41
+ "packages": {
42
+ "detox": {
43
+ "version": "~20.28.0",
44
+ "alwaysAddToPackageJson": false
45
+ },
46
+ "@testing-library/jest-dom": {
47
+ "version": "~6.6.3",
48
+ "alwaysAddToPackageJson": false
49
+ }
50
+ }
38
51
  }
39
52
  }
40
53
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/detox",
3
- "version": "20.2.2",
3
+ "version": "20.3.0-beta.1",
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,11 +27,11 @@
27
27
  "main": "./index",
28
28
  "types": "index.d.ts",
29
29
  "dependencies": {
30
- "@nx/devkit": "20.2.2",
31
- "@nx/jest": "20.2.2",
32
- "@nx/js": "20.2.2",
33
- "@nx/eslint": "20.2.2",
34
- "@nx/react": "20.2.2",
30
+ "@nx/devkit": "20.3.0-beta.1",
31
+ "@nx/jest": "20.3.0-beta.1",
32
+ "@nx/js": "20.3.0-beta.1",
33
+ "@nx/eslint": "20.3.0-beta.1",
34
+ "@nx/react": "20.3.0-beta.1",
35
35
  "tslib": "^2.3.0"
36
36
  },
37
37
  "peerDependencies": {
@@ -1,4 +1,4 @@
1
1
  export declare const nxVersion: any;
2
- export declare const detoxVersion = "~20.18.1";
3
- export declare const testingLibraryJestDom = "~6.4.2";
2
+ export declare const detoxVersion = "~20.28.0";
3
+ export declare const testingLibraryJestDom = "~6.6.3";
4
4
  export declare const configPluginsDetoxVersion = "~8.0.0";
@@ -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.18.1';
6
- exports.testingLibraryJestDom = '~6.4.2';
5
+ exports.detoxVersion = '~20.28.0';
6
+ exports.testingLibraryJestDom = '~6.6.3';
7
7
  exports.configPluginsDetoxVersion = '~8.0.0'; // only required for expo