@nrwl/detox 14.2.0 → 14.2.3

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.2.0](https://github.com/nrwl/nx/compare/14.1.9...14.2.0) (2022-06-07)
6
+ ## [14.2.3](https://github.com/nrwl/nx/compare/14.2.2...14.2.3) (2022-06-09)
7
7
 
8
8
  **Note:** Version bump only for package @nrwl/detox
package/migrations.json CHANGED
@@ -125,6 +125,15 @@
125
125
  "alwaysAddToPackageJson": false
126
126
  }
127
127
  }
128
+ },
129
+ "14.2.1": {
130
+ "version": "14.2.1-beta.0",
131
+ "packages": {
132
+ "detox": {
133
+ "version": "19.7.1",
134
+ "alwaysAddToPackageJson": false
135
+ }
136
+ }
128
137
  }
129
138
  }
130
139
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/detox",
3
- "version": "14.2.0",
3
+ "version": "14.2.3",
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.2.0",
28
- "@nrwl/jest": "14.2.0",
29
- "@nrwl/linter": "14.2.0",
30
- "@nrwl/react": "14.2.0",
31
- "@nrwl/workspace": "14.2.0",
27
+ "@nrwl/devkit": "14.2.3",
28
+ "@nrwl/jest": "14.2.3",
29
+ "@nrwl/linter": "14.2.3",
30
+ "@nrwl/react": "14.2.3",
31
+ "@nrwl/workspace": "14.2.3",
32
32
  "chalk": "^4.1.0"
33
33
  },
34
34
  "peerDependencies": {
35
- "detox": "^19.6.9"
35
+ "detox": "^19.7.1"
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": "6c3ce13b589d8e4702ab4928bd545db0e821802c"
44
+ "gitHead": "48246e8ba71770e0903774e513d528447af944d3"
45
45
  }
@@ -1,3 +1,3 @@
1
1
  export declare const nxVersion: any;
2
- export declare const detoxVersion = "19.6.9";
2
+ export declare const detoxVersion = "19.7.1";
3
3
  export declare const testingLibraryJestDom = "5.16.4";
@@ -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.6.9';
5
+ exports.detoxVersion = '19.7.1';
6
6
  exports.testingLibraryJestDom = '5.16.4';
7
7
  //# sourceMappingURL=versions.js.map