@nx/react-native 20.2.0-canary.20241116-8efad63 → 20.2.0-canary.20241119-636cd77

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. 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.20241116-8efad63",
3
+ "version": "20.2.0-canary.20241119-636cd77",
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.20241116-8efad63",
40
- "@nx/jest": "20.2.0-canary.20241116-8efad63",
41
- "@nx/js": "20.2.0-canary.20241116-8efad63",
42
- "@nx/eslint": "20.2.0-canary.20241116-8efad63",
43
- "@nx/react": "20.2.0-canary.20241116-8efad63",
44
- "@nx/workspace": "20.2.0-canary.20241116-8efad63"
39
+ "@nx/devkit": "20.2.0-canary.20241119-636cd77",
40
+ "@nx/jest": "20.2.0-canary.20241119-636cd77",
41
+ "@nx/js": "20.2.0-canary.20241119-636cd77",
42
+ "@nx/eslint": "20.2.0-canary.20241119-636cd77",
43
+ "@nx/react": "20.2.0-canary.20241119-636cd77",
44
+ "@nx/workspace": "20.2.0-canary.20241119-636cd77"
45
45
  },
46
46
  "executors": "./executors.json",
47
47
  "ng-update": {