@nrwl/expo 15.6.3 → 15.7.0-alpha.1

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/expo
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/expo",
3
- "version": "15.6.3",
3
+ "version": "15.7.0-alpha.1",
4
4
  "private": false,
5
5
  "description": "The Expo Plugin for Nx contains executors and generators for managing and developing an expo application within your workspace. For example, you can directly build for different target platforms as well as generate projects and publish your code.",
6
6
  "keywords": [
@@ -26,13 +26,13 @@
26
26
  "main": "index.js",
27
27
  "types": "index.d.ts",
28
28
  "dependencies": {
29
- "@nrwl/detox": "15.6.3",
30
- "@nrwl/devkit": "15.6.3",
31
- "@nrwl/jest": "15.6.3",
32
- "@nrwl/linter": "15.6.3",
33
- "@nrwl/react": "15.6.3",
34
- "@nrwl/webpack": "15.6.3",
35
- "@nrwl/workspace": "15.6.3",
29
+ "@nrwl/detox": "15.7.0-alpha.1",
30
+ "@nrwl/devkit": "15.7.0-alpha.1",
31
+ "@nrwl/jest": "15.7.0-alpha.1",
32
+ "@nrwl/linter": "15.7.0-alpha.1",
33
+ "@nrwl/react": "15.7.0-alpha.1",
34
+ "@nrwl/webpack": "15.7.0-alpha.1",
35
+ "@nrwl/workspace": "15.7.0-alpha.1",
36
36
  "chalk": "^4.1.0",
37
37
  "enhanced-resolve": "^5.8.3",
38
38
  "fs-extra": "^11.1.0",
@@ -54,5 +54,5 @@
54
54
  "publishConfig": {
55
55
  "access": "public"
56
56
  },
57
- "gitHead": "4a5a231a3eca0d648408941147be509cd827dd78"
57
+ "gitHead": "42d38047ff854942cc8832dda035e5cc7d0a2dc0"
58
58
  }
@@ -162,7 +162,7 @@ export const App = () => {
162
162
  style={[styles.listItem, styles.learning]}
163
163
  onPress={() =>
164
164
  Linking.openURL(
165
- 'https://www.youtube.com/c/Nrwl_io/videos?utm_source=nx-project'
165
+ 'https://www.youtube.com/@NxDevtools/videos?utm_source=nx-project'
166
166
  )
167
167
  }
168
168
  >
@@ -74,7 +74,9 @@
74
74
  },
75
75
  "standaloneConfig": {
76
76
  "description": "Split the project configuration into `<projectRoot>/project.json` rather than including it inside `workspace.json`.",
77
- "type": "boolean"
77
+ "type": "boolean",
78
+ "default": true,
79
+ "x-deprecated": "Nx only supports standaloneConfig"
78
80
  }
79
81
  },
80
82
  "required": ["name"]