@nrwl/react-native 13.5.0-beta.9 → 13.5.0-rc.1
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nrwl/react-native",
|
|
3
|
-
"version": "13.5.0-
|
|
3
|
+
"version": "13.5.0-rc.1",
|
|
4
4
|
"description": "React Native Plugin for Nx",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Monorepo",
|
|
@@ -24,12 +24,12 @@
|
|
|
24
24
|
"main": "index.js",
|
|
25
25
|
"types": "index.d.ts",
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@nrwl/detox": "13.5.0-
|
|
28
|
-
"@nrwl/devkit": "13.5.0-
|
|
29
|
-
"@nrwl/jest": "13.5.0-
|
|
30
|
-
"@nrwl/linter": "13.5.0-
|
|
31
|
-
"@nrwl/react": "13.5.0-
|
|
32
|
-
"@nrwl/workspace": "13.5.0-
|
|
27
|
+
"@nrwl/detox": "13.5.0-rc.1",
|
|
28
|
+
"@nrwl/devkit": "13.5.0-rc.1",
|
|
29
|
+
"@nrwl/jest": "13.5.0-rc.1",
|
|
30
|
+
"@nrwl/linter": "13.5.0-rc.1",
|
|
31
|
+
"@nrwl/react": "13.5.0-rc.1",
|
|
32
|
+
"@nrwl/workspace": "13.5.0-rc.1",
|
|
33
33
|
"chalk": "^4.1.0",
|
|
34
34
|
"enhanced-resolve": "^5.8.3",
|
|
35
35
|
"fs-extra": "^9.1.0",
|
|
@@ -298,13 +298,13 @@ const App = () => {
|
|
|
298
298
|
<Terminal width={24} height={24} stroke="#000000" />
|
|
299
299
|
<View style={styles.listItemTextContainer}>
|
|
300
300
|
<Text style={styles.textSm}>
|
|
301
|
-
View interactive
|
|
301
|
+
View interactive project graph
|
|
302
302
|
</Text>
|
|
303
303
|
</View>
|
|
304
304
|
</View>
|
|
305
305
|
<View style={[styles.codeBlock, styles.marginBottomLg]}>
|
|
306
306
|
<Text style={[styles.textXS, styles.monospace]}>
|
|
307
|
-
nx
|
|
307
|
+
nx graph
|
|
308
308
|
</Text>
|
|
309
309
|
</View>
|
|
310
310
|
<View style={styles.listItem}>
|
|
@@ -324,7 +324,7 @@ const App = () => {
|
|
|
324
324
|
styles.marginBottomMd,
|
|
325
325
|
]}
|
|
326
326
|
>
|
|
327
|
-
nx affected:
|
|
327
|
+
nx affected:graph
|
|
328
328
|
</Text>
|
|
329
329
|
<Text style={[styles.textXS, styles.monospace, styles.comment]}>
|
|
330
330
|
# run tests for current changes
|
package/src/utils/versions.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.babelRuntimeVersion = exports.reactNativeSvgVersion = exports.reactNativeSvgTransformerVersion = exports.reactTestRendererVersion = exports.jestReactNativeVersion = exports.testingLibraryJestNativeVersion = exports.testingLibraryReactNativeVersion = exports.metroReactNativeBabelPresetVersion = exports.reactNativeConfigVersion = exports.reactNativeCommunityCliAndroid = exports.reactNativeCommunityCliIos = exports.reactNativeCommunityCli = exports.metroVersion = exports.typesReactNativeVersion = exports.reactNativeVersion = exports.nxVersion = void 0;
|
|
4
|
-
exports.nxVersion = '13.5.0-
|
|
4
|
+
exports.nxVersion = '13.5.0-rc.1';
|
|
5
5
|
exports.reactNativeVersion = '0.66.4';
|
|
6
6
|
exports.typesReactNativeVersion = '0.66.11';
|
|
7
7
|
exports.metroVersion = '0.66.2';
|