@nrwl/react-native 15.2.1 → 15.3.0-beta.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/CHANGELOG.md +1 -1
- package/migrations.json +69 -0
- package/package.json +11 -11
- package/src/generators/application/application.spec.ts +1 -1
- package/src/generators/application/lib/nomalize-options.spec.ts +1 -1
- package/src/generators/component/component.spec.ts +1 -1
- package/src/generators/component/lib/add-import.js +1 -1
- package/src/generators/component/lib/add-import.js.map +1 -1
- package/src/generators/component-story/component-story.spec.ts +1 -1
- package/src/generators/init/init.spec.ts +1 -1
- package/src/generators/library/library.spec.ts +1 -1
- package/src/generators/stories/stories-app.spec.ts +1 -1
- package/src/generators/stories/stories-lib.spec.ts +1 -1
- package/src/generators/storybook-configuration/configuration.spec.ts +2 -2
- package/src/generators/storybook-configuration/lib/add-resolver-main-fields-to-metro-config.spec.ts +1 -1
- package/src/generators/storybook-configuration/lib/replace-app-import-with-storybook-toggle.spec.ts +1 -1
- package/src/migrations/update-12-10-0/add-react-native-svg-12-10-0.spec.ts +1 -1
- package/src/migrations/update-13-5-0/add-babel-config-root-13-5-0.spec.ts +1 -1
- package/src/migrations/update-13-5-0/update-react-native-typing-svg-13-5-0.spec.ts +1 -1
- package/src/migrations/update-14-0-0/add-project-root-metro-config-14-0-0.spec.ts +1 -1
- package/src/migrations/update-14-0-0/update-entry-file-bundle-14-0-0.spec.ts +1 -1
- package/src/migrations/update-14-0-2/change-main-to-class-name-14-0-2.spec.ts +1 -1
- package/src/migrations/update-14-2-1/rename-blockList-metro-config.spec.ts +1 -1
- package/src/migrations/update-14-5-5/add-exclude-sync-deps.spec.ts +1 -1
- package/src/migrations/update-14-5-8/change-searchDir-storybook.spec.ts +1 -1
- package/src/migrations/update-14-6-0/remove-jest-transform.spec.ts +1 -1
- package/src/migrations/update-15-0-0/add-babel-inputs.spec.ts +1 -1
- package/src/utils/add-linting.spec.ts +1 -1
- package/src/utils/versions.d.ts +12 -12
- package/src/utils/versions.js +12 -12
- package/src/utils/versions.js.map +1 -1
- package/src/generators/application/files/app/ios/__className__.xcworkspace/contents.xcworkspacedata +0 -10
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
# [15.3.0-beta.1](https://github.com/nrwl/nx/compare/15.2.0...15.3.0-beta.1) (2022-11-24)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @nrwl/react-native
|
package/migrations.json
CHANGED
|
@@ -1040,6 +1040,75 @@
|
|
|
1040
1040
|
"alwaysAddToPackageJson": false
|
|
1041
1041
|
}
|
|
1042
1042
|
}
|
|
1043
|
+
},
|
|
1044
|
+
"15.2.2": {
|
|
1045
|
+
"version": "15.2.2-beta.0",
|
|
1046
|
+
"packages": {
|
|
1047
|
+
"react-native": {
|
|
1048
|
+
"version": "0.70.6",
|
|
1049
|
+
"alwaysAddToPackageJson": false
|
|
1050
|
+
},
|
|
1051
|
+
"@types/react-native": {
|
|
1052
|
+
"version": "0.70.6",
|
|
1053
|
+
"alwaysAddToPackageJson": false
|
|
1054
|
+
},
|
|
1055
|
+
"metro-resolver": {
|
|
1056
|
+
"version": "0.73.3",
|
|
1057
|
+
"alwaysAddToPackageJson": false
|
|
1058
|
+
},
|
|
1059
|
+
"metro-babel-register": {
|
|
1060
|
+
"version": "0.73.3",
|
|
1061
|
+
"alwaysAddToPackageJson": false
|
|
1062
|
+
},
|
|
1063
|
+
"metro-config": {
|
|
1064
|
+
"version": "0.73.3",
|
|
1065
|
+
"alwaysAddToPackageJson": false
|
|
1066
|
+
},
|
|
1067
|
+
"metro-react-native-babel-preset": {
|
|
1068
|
+
"version": "0.73.3",
|
|
1069
|
+
"alwaysAddToPackageJson": false
|
|
1070
|
+
},
|
|
1071
|
+
"metro-react-native-babel-transformer": {
|
|
1072
|
+
"version": "0.73.3",
|
|
1073
|
+
"alwaysAddToPackageJson": false
|
|
1074
|
+
},
|
|
1075
|
+
"react-native-config": {
|
|
1076
|
+
"version": "1.4.11",
|
|
1077
|
+
"alwaysAddToPackageJson": false
|
|
1078
|
+
},
|
|
1079
|
+
"@testing-library/react-native": {
|
|
1080
|
+
"version": "11.5.0",
|
|
1081
|
+
"alwaysAddToPackageJson": false
|
|
1082
|
+
},
|
|
1083
|
+
"@testing-library/jest-native": {
|
|
1084
|
+
"version": "5.3.0",
|
|
1085
|
+
"alwaysAddToPackageJson": false
|
|
1086
|
+
},
|
|
1087
|
+
"react-native-svg": {
|
|
1088
|
+
"version": "13.6.0",
|
|
1089
|
+
"alwaysAddToPackageJson": false
|
|
1090
|
+
},
|
|
1091
|
+
"@babel/runtime": {
|
|
1092
|
+
"version": "7.20.1",
|
|
1093
|
+
"alwaysAddToPackageJson": false
|
|
1094
|
+
},
|
|
1095
|
+
"@react-native-community/cli": {
|
|
1096
|
+
"version": "9.3.2",
|
|
1097
|
+
"alwaysAddToPackageJson": false
|
|
1098
|
+
},
|
|
1099
|
+
"@react-native-community/cli-platform-android": {
|
|
1100
|
+
"version": "9.3.1",
|
|
1101
|
+
"alwaysAddToPackageJson": false
|
|
1102
|
+
},
|
|
1103
|
+
"@react-native-community/cli-platform-ios": {
|
|
1104
|
+
"version": "9.3.0",
|
|
1105
|
+
"alwaysAddToPackageJson": false
|
|
1106
|
+
},
|
|
1107
|
+
"@react-native-async-storage/async-storage": {
|
|
1108
|
+
"version": "1.17.11",
|
|
1109
|
+
"alwaysAddToPackageJson": false
|
|
1110
|
+
}
|
|
1111
|
+
}
|
|
1043
1112
|
}
|
|
1044
1113
|
}
|
|
1045
1114
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nrwl/react-native",
|
|
3
|
-
"version": "15.
|
|
3
|
+
"version": "15.3.0-beta.1",
|
|
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": [
|
|
@@ -25,24 +25,24 @@
|
|
|
25
25
|
"main": "index.js",
|
|
26
26
|
"types": "index.d.ts",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@nrwl/detox": "15.
|
|
29
|
-
"@nrwl/devkit": "15.
|
|
30
|
-
"@nrwl/jest": "15.
|
|
31
|
-
"@nrwl/linter": "15.
|
|
32
|
-
"@nrwl/react": "15.
|
|
33
|
-
"@nrwl/storybook": "15.
|
|
34
|
-
"@nrwl/workspace": "15.
|
|
28
|
+
"@nrwl/detox": "15.3.0-beta.1",
|
|
29
|
+
"@nrwl/devkit": "15.3.0-beta.1",
|
|
30
|
+
"@nrwl/jest": "15.3.0-beta.1",
|
|
31
|
+
"@nrwl/linter": "15.3.0-beta.1",
|
|
32
|
+
"@nrwl/react": "15.3.0-beta.1",
|
|
33
|
+
"@nrwl/storybook": "15.3.0-beta.1",
|
|
34
|
+
"@nrwl/workspace": "15.3.0-beta.1",
|
|
35
35
|
"chalk": "^4.1.0",
|
|
36
36
|
"enhanced-resolve": "^5.8.3",
|
|
37
37
|
"fs-extra": "^10.1.0",
|
|
38
38
|
"ignore": "^5.0.4",
|
|
39
|
-
"metro-resolver": "^0.
|
|
39
|
+
"metro-resolver": "^0.73.3",
|
|
40
40
|
"minimatch": "3.0.5",
|
|
41
41
|
"node-fetch": "^2.6.7",
|
|
42
42
|
"tsconfig-paths": "^3.9.0"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
|
-
"react-native": "^0.70.
|
|
45
|
+
"react-native": "^0.70.6"
|
|
46
46
|
},
|
|
47
47
|
"builders": "./executors.json",
|
|
48
48
|
"ng-update": {
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"publishConfig": {
|
|
54
54
|
"access": "public"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "2d43fddb87f6044faf72cb3d3bc7ca82d36b3237"
|
|
57
57
|
}
|
|
@@ -8,7 +8,7 @@ describe('Normalize Options', () => {
|
|
|
8
8
|
let appTree: Tree;
|
|
9
9
|
|
|
10
10
|
beforeEach(() => {
|
|
11
|
-
appTree = createTreeWithEmptyWorkspace();
|
|
11
|
+
appTree = createTreeWithEmptyWorkspace({ layout: 'apps-libs' });
|
|
12
12
|
});
|
|
13
13
|
|
|
14
14
|
it('should normalize options with name in kebab case', () => {
|
|
@@ -9,7 +9,7 @@ describe('component', () => {
|
|
|
9
9
|
|
|
10
10
|
beforeEach(async () => {
|
|
11
11
|
projectName = 'my-lib';
|
|
12
|
-
appTree = createTreeWithEmptyWorkspace();
|
|
12
|
+
appTree = createTreeWithEmptyWorkspace({ layout: 'apps-libs' });
|
|
13
13
|
appTree.write('.gitignore', '');
|
|
14
14
|
await createApp(appTree, 'my-app');
|
|
15
15
|
await createLib(appTree, projectName);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.addImport = void 0;
|
|
4
|
-
const typescript_1 = require("
|
|
4
|
+
const typescript_1 = require("nx/src/utils/typescript");
|
|
5
5
|
const ts = require("typescript");
|
|
6
6
|
const devkit_1 = require("@nrwl/devkit");
|
|
7
7
|
function addImport(source, statement) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"add-import.js","sourceRoot":"","sources":["../../../../../../../packages/react-native/src/generators/component/lib/add-import.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"add-import.js","sourceRoot":"","sources":["../../../../../../../packages/react-native/src/generators/component/lib/add-import.ts"],"names":[],"mappings":";;;AAAA,wDAAoD;AACpD,iCAAiC;AACjC,yCAAwD;AAExD,SAAgB,SAAS,CACvB,MAAqB,EACrB,SAAiB;IAEjB,MAAM,UAAU,GAAG,IAAA,sBAAS,EAAC,MAAM,EAAE,EAAE,CAAC,UAAU,CAAC,iBAAiB,CAAC,CAAC;IACtE,IAAI,UAAU,CAAC,MAAM,GAAG,CAAC,EAAE;QACzB,MAAM,UAAU,GAAG,UAAU,CAAC,UAAU,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC;QACrD,OAAO;YACL;gBACE,IAAI,EAAE,mBAAU,CAAC,MAAM;gBACvB,KAAK,EAAE,UAAU,CAAC,GAAG,GAAG,CAAC;gBACzB,IAAI,EAAE,KAAK,SAAS,IAAI;aACzB;SACF,CAAC;KACH;SAAM;QACL,OAAO;YACL;gBACE,IAAI,EAAE,mBAAU,CAAC,MAAM;gBACvB,KAAK,EAAE,CAAC;gBACR,IAAI,EAAE,KAAK,SAAS,IAAI;aACzB;SACF,CAAC;KACH;AACH,CAAC;AAvBD,8BAuBC"}
|
|
@@ -405,7 +405,7 @@ describe('react-native:component-story', () => {
|
|
|
405
405
|
});
|
|
406
406
|
|
|
407
407
|
export async function createTestUILib(libName: string): Promise<Tree> {
|
|
408
|
-
let appTree = createTreeWithEmptyWorkspace();
|
|
408
|
+
let appTree = createTreeWithEmptyWorkspace({ layout: 'apps-libs' });
|
|
409
409
|
appTree.write('.gitignore', '');
|
|
410
410
|
|
|
411
411
|
await libraryGenerator(appTree, {
|
|
@@ -130,7 +130,7 @@ describe('react:stories for applications', () => {
|
|
|
130
130
|
});
|
|
131
131
|
|
|
132
132
|
export async function createTestUIApp(libName: string): Promise<Tree> {
|
|
133
|
-
let appTree = createTreeWithEmptyWorkspace();
|
|
133
|
+
let appTree = createTreeWithEmptyWorkspace({ layout: 'apps-libs' });
|
|
134
134
|
appTree.write('.gitignore', '');
|
|
135
135
|
|
|
136
136
|
await applicationGenerator(appTree, {
|
|
@@ -90,7 +90,7 @@ describe('react-native:stories for libraries', () => {
|
|
|
90
90
|
});
|
|
91
91
|
|
|
92
92
|
export async function createTestUILib(libName: string): Promise<Tree> {
|
|
93
|
-
let appTree = createTreeWithEmptyWorkspace();
|
|
93
|
+
let appTree = createTreeWithEmptyWorkspace({ layout: 'apps-libs' });
|
|
94
94
|
appTree.write('.gitignore', '');
|
|
95
95
|
|
|
96
96
|
await libraryGenerator(appTree, {
|
|
@@ -103,7 +103,7 @@ describe('react-native:storybook-configuration', () => {
|
|
|
103
103
|
});
|
|
104
104
|
|
|
105
105
|
export async function createTestUILib(libName: string): Promise<Tree> {
|
|
106
|
-
let appTree = createTreeWithEmptyWorkspace();
|
|
106
|
+
let appTree = createTreeWithEmptyWorkspace({ layout: 'apps-libs' });
|
|
107
107
|
|
|
108
108
|
await libraryGenerator(appTree, {
|
|
109
109
|
linter: Linter.EsLint,
|
|
@@ -119,7 +119,7 @@ export async function createTestAppLib(
|
|
|
119
119
|
libName: string,
|
|
120
120
|
plainJS = false
|
|
121
121
|
): Promise<Tree> {
|
|
122
|
-
let appTree = createTreeWithEmptyWorkspace();
|
|
122
|
+
let appTree = createTreeWithEmptyWorkspace({ layout: 'apps-libs' });
|
|
123
123
|
|
|
124
124
|
await applicationGenerator(appTree, {
|
|
125
125
|
e2eTestRunner: 'none',
|
package/src/generators/storybook-configuration/lib/add-resolver-main-fields-to-metro-config.spec.ts
CHANGED
|
@@ -9,7 +9,7 @@ describe('addResolverMainFieldsToMetroConfig', () => {
|
|
|
9
9
|
let tree: Tree;
|
|
10
10
|
|
|
11
11
|
beforeEach(() => {
|
|
12
|
-
tree = createTreeWithEmptyWorkspace();
|
|
12
|
+
tree = createTreeWithEmptyWorkspace({ layout: 'apps-libs' });
|
|
13
13
|
|
|
14
14
|
addProjectConfiguration(tree, 'products', {
|
|
15
15
|
root: 'apps/products',
|
package/src/generators/storybook-configuration/lib/replace-app-import-with-storybook-toggle.spec.ts
CHANGED
|
@@ -9,7 +9,7 @@ describe('replaceAppImportWithStorybookToggle', () => {
|
|
|
9
9
|
let tree: Tree;
|
|
10
10
|
|
|
11
11
|
beforeEach(() => {
|
|
12
|
-
tree = createTreeWithEmptyWorkspace();
|
|
12
|
+
tree = createTreeWithEmptyWorkspace({ layout: 'apps-libs' });
|
|
13
13
|
|
|
14
14
|
addProjectConfiguration(tree, 'products', {
|
|
15
15
|
root: 'apps/products',
|
|
@@ -10,7 +10,7 @@ describe('Add react-native-svg to dev dependencies', () => {
|
|
|
10
10
|
let tree: Tree;
|
|
11
11
|
|
|
12
12
|
beforeEach(async () => {
|
|
13
|
-
tree = createTreeWithEmptyWorkspace();
|
|
13
|
+
tree = createTreeWithEmptyWorkspace({ layout: 'apps-libs' });
|
|
14
14
|
addProjectConfiguration(tree, 'products', {
|
|
15
15
|
root: 'apps/products',
|
|
16
16
|
sourceRoot: 'apps/products/src',
|
|
@@ -6,7 +6,7 @@ describe('Add react-native-svg to dev dependencies', () => {
|
|
|
6
6
|
let tree: Tree;
|
|
7
7
|
|
|
8
8
|
beforeEach(async () => {
|
|
9
|
-
tree = createTreeWithEmptyWorkspace();
|
|
9
|
+
tree = createTreeWithEmptyWorkspace({ layout: 'apps-libs' });
|
|
10
10
|
addProjectConfiguration(tree, 'products', {
|
|
11
11
|
root: 'apps/products',
|
|
12
12
|
sourceRoot: 'apps/products/src',
|
|
@@ -6,7 +6,7 @@ describe('Update svg typings in tsconfig for react native app', () => {
|
|
|
6
6
|
let tree: Tree;
|
|
7
7
|
|
|
8
8
|
beforeEach(async () => {
|
|
9
|
-
tree = createTreeWithEmptyWorkspace();
|
|
9
|
+
tree = createTreeWithEmptyWorkspace({ layout: 'apps-libs' });
|
|
10
10
|
addProjectConfiguration(tree, 'products', {
|
|
11
11
|
root: 'apps/products',
|
|
12
12
|
sourceRoot: 'apps/products/src',
|
|
@@ -7,7 +7,7 @@ describe('Add projectRoot option in metro.config.js', () => {
|
|
|
7
7
|
let tree: Tree;
|
|
8
8
|
|
|
9
9
|
beforeEach(async () => {
|
|
10
|
-
tree = createTreeWithEmptyWorkspace();
|
|
10
|
+
tree = createTreeWithEmptyWorkspace({ layout: 'apps-libs' });
|
|
11
11
|
addProjectConfiguration(tree, 'products', {
|
|
12
12
|
root: 'apps/products',
|
|
13
13
|
sourceRoot: 'apps/products/src',
|
|
@@ -7,7 +7,7 @@ describe('Update entryFile for bundle target for react native apps', () => {
|
|
|
7
7
|
let tree: Tree;
|
|
8
8
|
|
|
9
9
|
beforeEach(async () => {
|
|
10
|
-
tree = createTreeWithEmptyWorkspace();
|
|
10
|
+
tree = createTreeWithEmptyWorkspace({ layout: 'apps-libs' });
|
|
11
11
|
addProjectConfiguration(tree, 'products', {
|
|
12
12
|
root: 'apps/products',
|
|
13
13
|
sourceRoot: 'apps/products/src',
|
|
@@ -7,7 +7,7 @@ describe('Change from main tag to className tag', () => {
|
|
|
7
7
|
let tree: Tree;
|
|
8
8
|
|
|
9
9
|
beforeEach(async () => {
|
|
10
|
-
tree = createTreeWithEmptyWorkspace();
|
|
10
|
+
tree = createTreeWithEmptyWorkspace({ layout: 'apps-libs' });
|
|
11
11
|
addProjectConfiguration(tree, 'products', {
|
|
12
12
|
root: 'apps/products',
|
|
13
13
|
sourceRoot: 'apps/products/src',
|
|
@@ -7,7 +7,7 @@ describe('Rename blacklistRE to blockList in metro.config.js for react native ap
|
|
|
7
7
|
let tree: Tree;
|
|
8
8
|
|
|
9
9
|
beforeEach(async () => {
|
|
10
|
-
tree = createTreeWithEmptyWorkspace();
|
|
10
|
+
tree = createTreeWithEmptyWorkspace({ layout: 'apps-libs' });
|
|
11
11
|
addProjectConfiguration(tree, 'products', {
|
|
12
12
|
root: 'apps/products',
|
|
13
13
|
sourceRoot: 'apps/products/src',
|
|
@@ -10,7 +10,7 @@ describe('add-exclude-sync-deps', () => {
|
|
|
10
10
|
let tree: Tree;
|
|
11
11
|
|
|
12
12
|
beforeEach(async () => {
|
|
13
|
-
tree = createTreeWithEmptyWorkspace();
|
|
13
|
+
tree = createTreeWithEmptyWorkspace({ layout: 'apps-libs' });
|
|
14
14
|
addProjectConfiguration(tree, 'products', {
|
|
15
15
|
root: 'apps/products',
|
|
16
16
|
sourceRoot: 'apps/products/src',
|
|
@@ -10,7 +10,7 @@ describe('change-searchDir-storybook', () => {
|
|
|
10
10
|
let tree: Tree;
|
|
11
11
|
|
|
12
12
|
beforeEach(async () => {
|
|
13
|
-
tree = createTreeWithEmptyWorkspace();
|
|
13
|
+
tree = createTreeWithEmptyWorkspace({ layout: 'apps-libs' });
|
|
14
14
|
addProjectConfiguration(tree, 'products', {
|
|
15
15
|
root: 'apps/products',
|
|
16
16
|
sourceRoot: 'apps/products/src',
|
|
@@ -6,7 +6,7 @@ describe('Rename jest preprocessor', () => {
|
|
|
6
6
|
let tree: Tree;
|
|
7
7
|
|
|
8
8
|
beforeEach(async () => {
|
|
9
|
-
tree = createTreeWithEmptyWorkspace();
|
|
9
|
+
tree = createTreeWithEmptyWorkspace({ layout: 'apps-libs' });
|
|
10
10
|
addProjectConfiguration(tree, 'products', {
|
|
11
11
|
root: 'apps/products',
|
|
12
12
|
sourceRoot: 'apps/products/src',
|
|
@@ -10,7 +10,7 @@ describe('15.0.0 migration (add-babel-inputs)', () => {
|
|
|
10
10
|
let tree: Tree;
|
|
11
11
|
|
|
12
12
|
beforeEach(() => {
|
|
13
|
-
tree = createTreeWithEmptyWorkspace();
|
|
13
|
+
tree = createTreeWithEmptyWorkspace({ layout: 'apps-libs' });
|
|
14
14
|
});
|
|
15
15
|
|
|
16
16
|
it('should add babel.config.json to sharedGlobals', async () => {
|
package/src/utils/versions.d.ts
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
export declare const nxVersion: any;
|
|
2
|
-
export declare const reactNativeVersion = "0.70.
|
|
3
|
-
export declare const typesReactNativeVersion = "0.70.
|
|
2
|
+
export declare const reactNativeVersion = "0.70.6";
|
|
3
|
+
export declare const typesReactNativeVersion = "0.70.6";
|
|
4
4
|
export declare const typesNodeVersion = "16.11.7";
|
|
5
|
-
export declare const metroVersion = "0.
|
|
6
|
-
export declare const reactNativeCommunityCli = "9.
|
|
7
|
-
export declare const reactNativeCommunityCliIos = "9.
|
|
8
|
-
export declare const reactNativeCommunityCliAndroid = "9.1
|
|
9
|
-
export declare const reactNativeConfigVersion = "1.4.
|
|
10
|
-
export declare const reactNativeAsyncStorageAsyncStorageVersion = "1.17.
|
|
11
|
-
export declare const testingLibraryReactNativeVersion = "11.
|
|
12
|
-
export declare const testingLibraryJestNativeVersion = "
|
|
5
|
+
export declare const metroVersion = "0.73.3";
|
|
6
|
+
export declare const reactNativeCommunityCli = "9.3.2";
|
|
7
|
+
export declare const reactNativeCommunityCliIos = "9.3.0";
|
|
8
|
+
export declare const reactNativeCommunityCliAndroid = "9.3.1";
|
|
9
|
+
export declare const reactNativeConfigVersion = "1.4.11";
|
|
10
|
+
export declare const reactNativeAsyncStorageAsyncStorageVersion = "1.17.11";
|
|
11
|
+
export declare const testingLibraryReactNativeVersion = "11.5.0";
|
|
12
|
+
export declare const testingLibraryJestNativeVersion = "5.3.0";
|
|
13
13
|
export declare const jestReactNativeVersion = "18.0.0";
|
|
14
14
|
export declare const reactNativeSvgTransformerVersion = "1.0.0";
|
|
15
|
-
export declare const reactNativeSvgVersion = "13.
|
|
16
|
-
export declare const babelRuntimeVersion = "7.
|
|
15
|
+
export declare const reactNativeSvgVersion = "13.6.0";
|
|
16
|
+
export declare const babelRuntimeVersion = "7.20.1";
|
package/src/utils/versions.js
CHANGED
|
@@ -2,19 +2,19 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.babelRuntimeVersion = exports.reactNativeSvgVersion = exports.reactNativeSvgTransformerVersion = exports.jestReactNativeVersion = exports.testingLibraryJestNativeVersion = exports.testingLibraryReactNativeVersion = exports.reactNativeAsyncStorageAsyncStorageVersion = exports.reactNativeConfigVersion = exports.reactNativeCommunityCliAndroid = exports.reactNativeCommunityCliIos = exports.reactNativeCommunityCli = exports.metroVersion = exports.typesNodeVersion = exports.typesReactNativeVersion = exports.reactNativeVersion = exports.nxVersion = void 0;
|
|
4
4
|
exports.nxVersion = require('../../package.json').version;
|
|
5
|
-
exports.reactNativeVersion = '0.70.
|
|
6
|
-
exports.typesReactNativeVersion = '0.70.
|
|
5
|
+
exports.reactNativeVersion = '0.70.6';
|
|
6
|
+
exports.typesReactNativeVersion = '0.70.6';
|
|
7
7
|
exports.typesNodeVersion = '16.11.7';
|
|
8
|
-
exports.metroVersion = '0.
|
|
9
|
-
exports.reactNativeCommunityCli = '9.
|
|
10
|
-
exports.reactNativeCommunityCliIos = '9.
|
|
11
|
-
exports.reactNativeCommunityCliAndroid = '9.1
|
|
12
|
-
exports.reactNativeConfigVersion = '1.4.
|
|
13
|
-
exports.reactNativeAsyncStorageAsyncStorageVersion = '1.17.
|
|
14
|
-
exports.testingLibraryReactNativeVersion = '11.
|
|
15
|
-
exports.testingLibraryJestNativeVersion = '
|
|
8
|
+
exports.metroVersion = '0.73.3';
|
|
9
|
+
exports.reactNativeCommunityCli = '9.3.2';
|
|
10
|
+
exports.reactNativeCommunityCliIos = '9.3.0';
|
|
11
|
+
exports.reactNativeCommunityCliAndroid = '9.3.1';
|
|
12
|
+
exports.reactNativeConfigVersion = '1.4.11';
|
|
13
|
+
exports.reactNativeAsyncStorageAsyncStorageVersion = '1.17.11';
|
|
14
|
+
exports.testingLibraryReactNativeVersion = '11.5.0';
|
|
15
|
+
exports.testingLibraryJestNativeVersion = '5.3.0';
|
|
16
16
|
exports.jestReactNativeVersion = '18.0.0';
|
|
17
17
|
exports.reactNativeSvgTransformerVersion = '1.0.0';
|
|
18
|
-
exports.reactNativeSvgVersion = '13.
|
|
19
|
-
exports.babelRuntimeVersion = '7.
|
|
18
|
+
exports.reactNativeSvgVersion = '13.6.0';
|
|
19
|
+
exports.babelRuntimeVersion = '7.20.1';
|
|
20
20
|
//# sourceMappingURL=versions.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"versions.js","sourceRoot":"","sources":["../../../../../packages/react-native/src/utils/versions.ts"],"names":[],"mappings":";;;AAAa,QAAA,SAAS,GAAG,OAAO,CAAC,oBAAoB,CAAC,CAAC,OAAO,CAAC;AAElD,QAAA,kBAAkB,GAAG,QAAQ,CAAC;AAC9B,QAAA,uBAAuB,GAAG,QAAQ,CAAC;AAEnC,QAAA,gBAAgB,GAAG,SAAS,CAAC;AAE7B,QAAA,YAAY,GAAG,QAAQ,CAAC;AAExB,QAAA,uBAAuB,GAAG,OAAO,CAAC;AAClC,QAAA,0BAA0B,GAAG,OAAO,CAAC;AACrC,QAAA,8BAA8B,GAAG,OAAO,CAAC;AAEzC,QAAA,wBAAwB,GAAG,
|
|
1
|
+
{"version":3,"file":"versions.js","sourceRoot":"","sources":["../../../../../packages/react-native/src/utils/versions.ts"],"names":[],"mappings":";;;AAAa,QAAA,SAAS,GAAG,OAAO,CAAC,oBAAoB,CAAC,CAAC,OAAO,CAAC;AAElD,QAAA,kBAAkB,GAAG,QAAQ,CAAC;AAC9B,QAAA,uBAAuB,GAAG,QAAQ,CAAC;AAEnC,QAAA,gBAAgB,GAAG,SAAS,CAAC;AAE7B,QAAA,YAAY,GAAG,QAAQ,CAAC;AAExB,QAAA,uBAAuB,GAAG,OAAO,CAAC;AAClC,QAAA,0BAA0B,GAAG,OAAO,CAAC;AACrC,QAAA,8BAA8B,GAAG,OAAO,CAAC;AAEzC,QAAA,wBAAwB,GAAG,QAAQ,CAAC;AACpC,QAAA,0CAA0C,GAAG,SAAS,CAAC;AAEvD,QAAA,gCAAgC,GAAG,QAAQ,CAAC;AAC5C,QAAA,+BAA+B,GAAG,OAAO,CAAC;AAE1C,QAAA,sBAAsB,GAAG,QAAQ,CAAC;AAElC,QAAA,gCAAgC,GAAG,OAAO,CAAC;AAC3C,QAAA,qBAAqB,GAAG,QAAQ,CAAC;AAEjC,QAAA,mBAAmB,GAAG,QAAQ,CAAC"}
|