@nrwl/react-native 14.7.9 → 14.7.11

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.7.9](https://github.com/nrwl/nx/compare/14.7.8...14.7.9) (2022-09-22)
6
+ ## [14.7.11](https://github.com/nrwl/nx/compare/14.7.10...14.7.11) (2022-09-22)
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": "14.7.9",
3
+ "version": "14.7.11",
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": "14.7.9",
29
- "@nrwl/devkit": "14.7.9",
30
- "@nrwl/jest": "14.7.9",
31
- "@nrwl/linter": "14.7.9",
32
- "@nrwl/react": "14.7.9",
33
- "@nrwl/storybook": "14.7.9",
34
- "@nrwl/workspace": "14.7.9",
28
+ "@nrwl/detox": "14.7.11",
29
+ "@nrwl/devkit": "14.7.11",
30
+ "@nrwl/jest": "14.7.11",
31
+ "@nrwl/linter": "14.7.11",
32
+ "@nrwl/react": "14.7.11",
33
+ "@nrwl/storybook": "14.7.11",
34
+ "@nrwl/workspace": "14.7.11",
35
35
  "chalk": "^4.1.0",
36
36
  "enhanced-resolve": "^5.8.3",
37
37
  "fs-extra": "^10.1.0",
@@ -54,5 +54,5 @@
54
54
  "access": "public"
55
55
  },
56
56
  "typings": "./index.d.ts",
57
- "gitHead": "2890289f7bd6fd3d8c545dd6d2b28249a5038d79"
57
+ "gitHead": "e0e58349af1231eb73f3be38220128a0f8aba3b1"
58
58
  }
@@ -9,4 +9,4 @@
9
9
  # For example, to use nvm with brew, add the following line
10
10
  # . "$(brew --prefix nvm)/nvm.sh" --no-use
11
11
  export NODE_BINARY=$(command -v node)
12
- export ENTRY_FILE="$(PROJECT_DIR)/../<%= entryFile %>"
12
+ export ENTRY_FILE="${PROJECT_DIR}/../<%= entryFile %>"