@nrwl/detox 14.5.7 → 14.6.0-beta.4

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/CHANGELOG.md CHANGED
@@ -3,6 +3,6 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [14.5.7](https://github.com/nrwl/nx/compare/14.5.6...14.5.7) (2022-08-17)
6
+ # [14.6.0-beta.4](https://github.com/nrwl/nx/compare/14.5.6...14.6.0-beta.4) (2022-08-18)
7
7
 
8
8
  **Note:** Version bump only for package @nrwl/detox
package/migrations.json CHANGED
@@ -134,6 +134,19 @@
134
134
  "alwaysAddToPackageJson": false
135
135
  }
136
136
  }
137
+ },
138
+ "14.5.7": {
139
+ "version": "14.5.7-beta.0",
140
+ "packages": {
141
+ "detox": {
142
+ "version": "19.9.3",
143
+ "alwaysAddToPackageJson": false
144
+ },
145
+ "@testing-library/jest-dom": {
146
+ "version": "5.16.5",
147
+ "alwaysAddToPackageJson": false
148
+ }
149
+ }
137
150
  }
138
151
  }
139
152
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/detox",
3
- "version": "14.5.7",
3
+ "version": "14.6.0-beta.4",
4
4
  "description": "The Nx Plugin for Detox that contains executors and generators for allowing your workspace to use the powerful Detox integration testing capabilities.",
5
5
  "keywords": [
6
6
  "Monorepo",
@@ -24,15 +24,15 @@
24
24
  "main": "index.js",
25
25
  "types": "index.d.ts",
26
26
  "dependencies": {
27
- "@nrwl/devkit": "14.5.7",
28
- "@nrwl/jest": "14.5.7",
29
- "@nrwl/linter": "14.5.7",
30
- "@nrwl/react": "14.5.7",
31
- "@nrwl/workspace": "14.5.7",
27
+ "@nrwl/devkit": "14.6.0-beta.4",
28
+ "@nrwl/jest": "14.6.0-beta.4",
29
+ "@nrwl/linter": "14.6.0-beta.4",
30
+ "@nrwl/react": "14.6.0-beta.4",
31
+ "@nrwl/workspace": "14.6.0-beta.4",
32
32
  "chalk": "^4.1.0"
33
33
  },
34
34
  "peerDependencies": {
35
- "detox": "^19.7.1"
35
+ "detox": "^19.9.3"
36
36
  },
37
37
  "builders": "./executors.json",
38
38
  "ng-update": {
@@ -41,5 +41,5 @@
41
41
  },
42
42
  "schematics": "./generators.json",
43
43
  "typings": "./index.d.ts",
44
- "gitHead": "f8085d094993a3999b41dca787ecfef0f2be7b83"
44
+ "gitHead": "971bcbe32c4d42ffe4093daa8508f24726240a0c"
45
45
  }
@@ -1,3 +1,3 @@
1
1
  export declare const nxVersion: any;
2
- export declare const detoxVersion = "19.7.1";
3
- export declare const testingLibraryJestDom = "5.16.4";
2
+ export declare const detoxVersion = "19.9.3";
3
+ export declare const testingLibraryJestDom = "5.16.5";
@@ -2,6 +2,6 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.testingLibraryJestDom = exports.detoxVersion = exports.nxVersion = void 0;
4
4
  exports.nxVersion = require('../../package.json').version;
5
- exports.detoxVersion = '19.7.1';
6
- exports.testingLibraryJestDom = '5.16.4';
5
+ exports.detoxVersion = '19.9.3';
6
+ exports.testingLibraryJestDom = '5.16.5';
7
7
  //# sourceMappingURL=versions.js.map