@nx/expo 20.2.0-canary.20241121-60a9f81 → 20.2.0-canary.20241122-a1efb63
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +8 -8
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@nx/expo",
|
3
|
-
"version": "20.2.0-canary.
|
3
|
+
"version": "20.2.0-canary.20241122-a1efb63",
|
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,13 +28,13 @@
|
|
28
28
|
"main": "./index",
|
29
29
|
"types": "index.d.ts",
|
30
30
|
"dependencies": {
|
31
|
-
"@nx/devkit": "20.2.0-canary.
|
32
|
-
"@nx/eslint": "20.2.0-canary.
|
33
|
-
"@nx/jest": "20.2.0-canary.
|
34
|
-
"@nx/js": "20.2.0-canary.
|
35
|
-
"@nx/react": "20.2.0-canary.
|
36
|
-
"@nx/web": "20.2.0-canary.
|
37
|
-
"@nx/webpack": "20.2.0-canary.
|
31
|
+
"@nx/devkit": "20.2.0-canary.20241122-a1efb63",
|
32
|
+
"@nx/eslint": "20.2.0-canary.20241122-a1efb63",
|
33
|
+
"@nx/jest": "20.2.0-canary.20241122-a1efb63",
|
34
|
+
"@nx/js": "20.2.0-canary.20241122-a1efb63",
|
35
|
+
"@nx/react": "20.2.0-canary.20241122-a1efb63",
|
36
|
+
"@nx/web": "20.2.0-canary.20241122-a1efb63",
|
37
|
+
"@nx/webpack": "20.2.0-canary.20241122-a1efb63",
|
38
38
|
"enhanced-resolve": "^5.8.3",
|
39
39
|
"metro-config": "~0.80.4",
|
40
40
|
"metro-resolver": "~0.80.4",
|