@nx/detox 19.6.1 → 19.6.2

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -22,7 +22,7 @@
22
22
 
23
23
  # Nx: Smart Monorepos · Fast CI
24
24
 
25
- Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
25
+ Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
26
26
 
27
27
  This package is a [Detox plugin for Nx](https://nx.dev/detox/overview).
28
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/detox",
3
- "version": "19.6.1",
3
+ "version": "19.6.2",
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,13 +27,13 @@
27
27
  "main": "./index",
28
28
  "types": "index.d.ts",
29
29
  "dependencies": {
30
- "@nx/devkit": "19.6.1",
31
- "@nx/jest": "19.6.1",
32
- "@nx/js": "19.6.1",
33
- "@nx/eslint": "19.6.1",
34
- "@nx/react": "19.6.1",
30
+ "@nx/devkit": "19.6.2",
31
+ "@nx/jest": "19.6.2",
32
+ "@nx/js": "19.6.2",
33
+ "@nx/eslint": "19.6.2",
34
+ "@nx/react": "19.6.2",
35
35
  "tslib": "^2.3.0",
36
- "@nrwl/detox": "19.6.1"
36
+ "@nrwl/detox": "19.6.2"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "detox": "^20.9.0"