@nx/react-native 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 +7 -7
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@nx/react-native",
|
3
|
-
"version": "20.2.0-canary.
|
3
|
+
"version": "20.2.0-canary.20241122-a1efb63",
|
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": [
|
@@ -36,12 +36,12 @@
|
|
36
36
|
"node-fetch": "^2.6.7",
|
37
37
|
"tsconfig-paths": "^4.1.2",
|
38
38
|
"tslib": "^2.3.0",
|
39
|
-
"@nx/devkit": "20.2.0-canary.
|
40
|
-
"@nx/jest": "20.2.0-canary.
|
41
|
-
"@nx/js": "20.2.0-canary.
|
42
|
-
"@nx/eslint": "20.2.0-canary.
|
43
|
-
"@nx/react": "20.2.0-canary.
|
44
|
-
"@nx/workspace": "20.2.0-canary.
|
39
|
+
"@nx/devkit": "20.2.0-canary.20241122-a1efb63",
|
40
|
+
"@nx/jest": "20.2.0-canary.20241122-a1efb63",
|
41
|
+
"@nx/js": "20.2.0-canary.20241122-a1efb63",
|
42
|
+
"@nx/eslint": "20.2.0-canary.20241122-a1efb63",
|
43
|
+
"@nx/react": "20.2.0-canary.20241122-a1efb63",
|
44
|
+
"@nx/workspace": "20.2.0-canary.20241122-a1efb63"
|
45
45
|
},
|
46
46
|
"executors": "./executors.json",
|
47
47
|
"ng-update": {
|