@nx/expo 22.4.0-canary.20251229-0da6921 → 22.4.0-canary.20260101-80cde6a
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/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/expo",
|
|
3
|
-
"version": "22.4.0-canary.
|
|
3
|
+
"version": "22.4.0-canary.20260101-80cde6a",
|
|
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,10 +28,10 @@
|
|
|
28
28
|
"main": "./index.js",
|
|
29
29
|
"types": "index.d.ts",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@nx/devkit": "22.4.0-canary.
|
|
32
|
-
"@nx/eslint": "22.4.0-canary.
|
|
33
|
-
"@nx/js": "22.4.0-canary.
|
|
34
|
-
"@nx/react": "22.4.0-canary.
|
|
31
|
+
"@nx/devkit": "22.4.0-canary.20260101-80cde6a",
|
|
32
|
+
"@nx/eslint": "22.4.0-canary.20260101-80cde6a",
|
|
33
|
+
"@nx/js": "22.4.0-canary.20260101-80cde6a",
|
|
34
|
+
"@nx/react": "22.4.0-canary.20260101-80cde6a",
|
|
35
35
|
"enhanced-resolve": "^5.8.3",
|
|
36
36
|
"picocolors": "^1.1.0",
|
|
37
37
|
"semver": "^7.6.3",
|
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
"metro-resolver": ">= 0.82.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"nx": "22.4.0-canary.
|
|
46
|
+
"nx": "22.4.0-canary.20260101-80cde6a"
|
|
47
47
|
},
|
|
48
48
|
"optionalDependencies": {
|
|
49
|
-
"@nx/detox": "22.4.0-canary.
|
|
50
|
-
"@nx/rollup": "22.4.0-canary.
|
|
49
|
+
"@nx/detox": "22.4.0-canary.20260101-80cde6a",
|
|
50
|
+
"@nx/rollup": "22.4.0-canary.20260101-80cde6a"
|
|
51
51
|
},
|
|
52
52
|
"executors": "./executors.json",
|
|
53
53
|
"ng-update": {
|