@nrwl/detox 15.6.3 → 15.7.0-alpha.0

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
- ## [15.6.3](https://github.com/nrwl/nx/compare/15.6.2...15.6.3) (2023-01-27)
6
+
7
7
 
8
8
  **Note:** Version bump only for package @nrwl/detox
package/README.md CHANGED
@@ -55,7 +55,7 @@ npx nx@latest init
55
55
 
56
56
  - [Nx.Dev: Documentation, Guides, Tutorials](https://nx.dev)
57
57
  - [Intro to Nx](https://nx.dev/getting-started/intro)
58
- - [Official Nx YouTube Channel](https://www.youtube.com/c/Nrwl_io)
58
+ - [Official Nx YouTube Channel](https://www.youtube.com/@NxDevtools)
59
59
  - [Blog Posts About Nx](https://blog.nrwl.io/nx/home)
60
60
 
61
61
  <p style="text-align: center;"><a href="https://nx.dev/#learning-materials" target="_blank" rel="noreferrer"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-courses-and-videos.svg"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/detox",
3
- "version": "15.6.3",
3
+ "version": "15.7.0-alpha.0",
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": [
@@ -25,11 +25,11 @@
25
25
  "main": "index.js",
26
26
  "types": "index.d.ts",
27
27
  "dependencies": {
28
- "@nrwl/devkit": "15.6.3",
29
- "@nrwl/jest": "15.6.3",
30
- "@nrwl/linter": "15.6.3",
31
- "@nrwl/react": "15.6.3",
32
- "@nrwl/workspace": "15.6.3"
28
+ "@nrwl/devkit": "15.7.0-alpha.0",
29
+ "@nrwl/jest": "15.7.0-alpha.0",
30
+ "@nrwl/linter": "15.7.0-alpha.0",
31
+ "@nrwl/react": "15.7.0-alpha.0",
32
+ "@nrwl/workspace": "15.7.0-alpha.0"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "detox": "^20.1.1"
@@ -43,5 +43,5 @@
43
43
  "publishConfig": {
44
44
  "access": "public"
45
45
  },
46
- "gitHead": "4a5a231a3eca0d648408941147be509cd827dd78"
46
+ "gitHead": "be7988a3428ba211fba66c0d071f9b486a5ef584"
47
47
  }