@nx/expo 19.4.3 → 19.4.4
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/README.md
CHANGED
|
@@ -61,7 +61,7 @@ npx nx@latest init
|
|
|
61
61
|
- [Nx.Dev: Documentation, Guides, Tutorials](https://nx.dev)
|
|
62
62
|
- [Intro to Nx](https://nx.dev/getting-started/intro)
|
|
63
63
|
- [Official Nx YouTube Channel](https://www.youtube.com/@NxDevtools)
|
|
64
|
-
- [Blog Posts About Nx](https://
|
|
64
|
+
- [Blog Posts About Nx](https://nx.dev/blog)
|
|
65
65
|
|
|
66
66
|
<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"
|
|
67
67
|
width="100%" alt="Nx - Smart Monorepos · Fast CI"></a></p>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/expo",
|
|
3
|
-
"version": "19.4.
|
|
3
|
+
"version": "19.4.4",
|
|
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": [
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"main": "./index",
|
|
29
29
|
"types": "index.d.ts",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@nx/devkit": "19.4.
|
|
31
|
+
"@nx/devkit": "19.4.4",
|
|
32
32
|
"chalk": "^4.1.0",
|
|
33
33
|
"enhanced-resolve": "^5.8.3",
|
|
34
34
|
"fs-extra": "^11.1.0",
|
|
@@ -37,13 +37,13 @@
|
|
|
37
37
|
"node-fetch": "^2.6.7",
|
|
38
38
|
"tslib": "^2.3.0",
|
|
39
39
|
"tsconfig-paths": "^4.1.2",
|
|
40
|
-
"@nx/jest": "19.4.
|
|
41
|
-
"@nx/js": "19.4.
|
|
42
|
-
"@nx/eslint": "19.4.
|
|
43
|
-
"@nx/react": "19.4.
|
|
44
|
-
"@nx/web": "19.4.
|
|
45
|
-
"@nx/webpack": "19.4.
|
|
46
|
-
"@nrwl/expo": "19.4.
|
|
40
|
+
"@nx/jest": "19.4.4",
|
|
41
|
+
"@nx/js": "19.4.4",
|
|
42
|
+
"@nx/eslint": "19.4.4",
|
|
43
|
+
"@nx/react": "19.4.4",
|
|
44
|
+
"@nx/web": "19.4.4",
|
|
45
|
+
"@nx/webpack": "19.4.4",
|
|
46
|
+
"@nrwl/expo": "19.4.4"
|
|
47
47
|
},
|
|
48
48
|
"executors": "./executors.json",
|
|
49
49
|
"ng-update": {
|
|
@@ -123,7 +123,7 @@ export const App = () => {
|
|
|
123
123
|
<TouchableOpacity
|
|
124
124
|
style={[styles.listItem, styles.learning]}
|
|
125
125
|
onPress={() =>
|
|
126
|
-
Linking.openURL('https://blog
|
|
126
|
+
Linking.openURL('https://nx.dev/blog/?utm_source=nx-project')
|
|
127
127
|
}
|
|
128
128
|
>
|
|
129
129
|
<Svg
|