@nrwl/react-native 15.0.3 → 15.0.5

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.0.3](https://github.com/nrwl/nx/compare/15.0.2...15.0.3) (2022-10-26)
6
+ ## [15.0.5](https://github.com/nrwl/nx/compare/15.0.4...15.0.5) (2022-11-01)
7
7
 
8
8
  **Note:** Version bump only for package @nrwl/react-native
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/react-native",
3
- "version": "15.0.3",
3
+ "version": "15.0.5",
4
4
  "private": false,
5
5
  "description": "The Nx Plugin for React Native contains generators for managing React Native applications and libraries within an Nx workspace. It provides: \n\n-Integration with libraries such as Jest, Detox, and Storybook.\n-Scaffolding for creating buildable libraries that can be published to npm.\n-Utilities for automatic workspace refactoring.",
6
6
  "keywords": [
@@ -25,13 +25,13 @@
25
25
  "main": "index.js",
26
26
  "types": "index.d.ts",
27
27
  "dependencies": {
28
- "@nrwl/detox": "15.0.3",
29
- "@nrwl/devkit": "15.0.3",
30
- "@nrwl/jest": "15.0.3",
31
- "@nrwl/linter": "15.0.3",
32
- "@nrwl/react": "15.0.3",
33
- "@nrwl/storybook": "15.0.3",
34
- "@nrwl/workspace": "15.0.3",
28
+ "@nrwl/detox": "15.0.5",
29
+ "@nrwl/devkit": "15.0.5",
30
+ "@nrwl/jest": "15.0.5",
31
+ "@nrwl/linter": "15.0.5",
32
+ "@nrwl/react": "15.0.5",
33
+ "@nrwl/storybook": "15.0.5",
34
+ "@nrwl/workspace": "15.0.5",
35
35
  "chalk": "^4.1.0",
36
36
  "enhanced-resolve": "^5.8.3",
37
37
  "fs-extra": "^10.1.0",
@@ -53,5 +53,5 @@
53
53
  "publishConfig": {
54
54
  "access": "public"
55
55
  },
56
- "gitHead": "26b959fc51605cbc338d965e1d76d26474f05245"
56
+ "gitHead": "2d84f2565ff4114dee1f476b0087a2707178efe3"
57
57
  }
@@ -31,8 +31,7 @@
31
31
  },
32
32
  "directory": {
33
33
  "description": "The directory of the new application.",
34
- "type": "string",
35
- "alias": "d"
34
+ "type": "string"
36
35
  },
37
36
  "skipFormat": {
38
37
  "description": "Skip formatting files",
@@ -46,8 +46,7 @@
46
46
  },
47
47
  "directory": {
48
48
  "type": "string",
49
- "description": "Create the component under this directory (can be nested).",
50
- "alias": "d"
49
+ "description": "Create the component under this directory (can be nested)."
51
50
  },
52
51
  "flat": {
53
52
  "type": "boolean",
@@ -24,8 +24,7 @@
24
24
  },
25
25
  "directory": {
26
26
  "type": "string",
27
- "description": "A directory where the lib is placed.",
28
- "alias": "d"
27
+ "description": "A directory where the lib is placed."
29
28
  },
30
29
  "linter": {
31
30
  "description": "The tool to use for running lint checks.",