@nrwl/expo 15.3.0-beta.9 → 15.3.0
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 +57 -0
- package/package.json +9 -9
- package/src/generators/application/files/package.json.template +1 -1
- package/src/generators/init/lib/add-git-ignore-entry.js +1 -1
- package/src/generators/init/lib/add-git-ignore-entry.js.map +1 -1
- package/src/generators/init/lib/gitignore-entries.d.ts +1 -1
- package/src/generators/init/lib/gitignore-entries.js +1 -0
- package/src/generators/init/lib/gitignore-entries.js.map +1 -1
- package/src/utils/versions.d.ts +14 -14
- package/src/utils/versions.js +14 -14
- package/src/utils/versions.js.map +1 -1
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
|
-
# [15.3.0
|
|
6
|
+
# [15.3.0](https://github.com/nrwl/nx/compare/15.2.0...15.3.0) (2022-12-06)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @nrwl/expo
|
package/migrations.json
CHANGED
|
@@ -490,6 +490,63 @@
|
|
|
490
490
|
"alwaysAddToPackageJson": false
|
|
491
491
|
}
|
|
492
492
|
}
|
|
493
|
+
},
|
|
494
|
+
"15.3.0": {
|
|
495
|
+
"version": "15.3.0-beta.0",
|
|
496
|
+
"packages": {
|
|
497
|
+
"@testing-library/react-native": {
|
|
498
|
+
"version": "11.5.0",
|
|
499
|
+
"alwaysAddToPackageJson": false
|
|
500
|
+
},
|
|
501
|
+
"@testing-library/jest-native": {
|
|
502
|
+
"version": "5.3.0",
|
|
503
|
+
"alwaysAddToPackageJson": false
|
|
504
|
+
},
|
|
505
|
+
"expo": {
|
|
506
|
+
"version": "47.0.8",
|
|
507
|
+
"alwaysAddToPackageJson": false
|
|
508
|
+
},
|
|
509
|
+
"@expo/metro-config": {
|
|
510
|
+
"version": "0.5.1",
|
|
511
|
+
"alwaysAddToPackageJson": false
|
|
512
|
+
},
|
|
513
|
+
"expo-splash-screen": {
|
|
514
|
+
"version": "~0.17.5",
|
|
515
|
+
"alwaysAddToPackageJson": false
|
|
516
|
+
},
|
|
517
|
+
"expo-cli": {
|
|
518
|
+
"version": "6.0.8",
|
|
519
|
+
"alwaysAddToPackageJson": false
|
|
520
|
+
},
|
|
521
|
+
"@expo/cli": {
|
|
522
|
+
"version": "0.4.10",
|
|
523
|
+
"alwaysAddToPackageJson": false
|
|
524
|
+
},
|
|
525
|
+
"eas-cli": {
|
|
526
|
+
"version": "2.8.0",
|
|
527
|
+
"alwaysAddToPackageJson": false
|
|
528
|
+
},
|
|
529
|
+
"babel-preset-expo": {
|
|
530
|
+
"version": "~9.2.2",
|
|
531
|
+
"alwaysAddToPackageJson": false
|
|
532
|
+
},
|
|
533
|
+
"react-native": {
|
|
534
|
+
"version": "0.70.5",
|
|
535
|
+
"alwaysAddToPackageJson": false
|
|
536
|
+
},
|
|
537
|
+
"@types/react-native": {
|
|
538
|
+
"version": "0.70.7",
|
|
539
|
+
"alwaysAddToPackageJson": false
|
|
540
|
+
},
|
|
541
|
+
"react-native-svg": {
|
|
542
|
+
"version": "12.3.0",
|
|
543
|
+
"alwaysAddToPackageJson": false
|
|
544
|
+
},
|
|
545
|
+
"@svgr/webpack": {
|
|
546
|
+
"version": "^6.5.1",
|
|
547
|
+
"alwaysAddToPackageJson": false
|
|
548
|
+
}
|
|
549
|
+
}
|
|
493
550
|
}
|
|
494
551
|
}
|
|
495
552
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nrwl/expo",
|
|
3
|
-
"version": "15.3.0
|
|
3
|
+
"version": "15.3.0",
|
|
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": [
|
|
@@ -26,13 +26,13 @@
|
|
|
26
26
|
"main": "index.js",
|
|
27
27
|
"types": "index.d.ts",
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@nrwl/detox": "15.3.0
|
|
30
|
-
"@nrwl/devkit": "15.3.0
|
|
31
|
-
"@nrwl/jest": "15.3.0
|
|
32
|
-
"@nrwl/linter": "15.3.0
|
|
33
|
-
"@nrwl/react": "15.3.0
|
|
34
|
-
"@nrwl/webpack": "15.3.0
|
|
35
|
-
"@nrwl/workspace": "15.3.0
|
|
29
|
+
"@nrwl/detox": "15.3.0",
|
|
30
|
+
"@nrwl/devkit": "15.3.0",
|
|
31
|
+
"@nrwl/jest": "15.3.0",
|
|
32
|
+
"@nrwl/linter": "15.3.0",
|
|
33
|
+
"@nrwl/react": "15.3.0",
|
|
34
|
+
"@nrwl/webpack": "15.3.0",
|
|
35
|
+
"@nrwl/workspace": "15.3.0",
|
|
36
36
|
"@svgr/webpack": "^6.1.2",
|
|
37
37
|
"chalk": "^4.1.0",
|
|
38
38
|
"enhanced-resolve": "^5.8.3",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"publishConfig": {
|
|
56
56
|
"access": "public"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "42618c7e1dc6e14dc9f1eabb636de0023bcd8ba2"
|
|
59
59
|
}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"react-native-web": "*"
|
|
12
12
|
},
|
|
13
13
|
"scripts": {
|
|
14
|
-
"eas-build-pre-install": "cd <%= offsetFromRoot %> && cp <%= packageLockFile %> ./<%= appProjectRoot %>/",
|
|
14
|
+
<% if (packageManager === 'npm') { %>"eas-build-pre-install": "cd <%= offsetFromRoot %> && cp <%= packageLockFile %> ./<%= appProjectRoot %>/", <% } %>
|
|
15
15
|
"postinstall": "rm -r node_modules && cd <%= offsetFromRoot %> && <%= packageManager %> install && npx nx sync-deps <%= projectName %> && npx nx ensure-symlink <%= projectName %>"
|
|
16
16
|
}
|
|
17
17
|
}
|
|
@@ -9,7 +9,7 @@ function addGitIgnoreEntry(host) {
|
|
|
9
9
|
devkit_1.logger.warn(`Couldn't find .gitignore file to update`);
|
|
10
10
|
return;
|
|
11
11
|
}
|
|
12
|
-
let content = (_a = host.read('.gitignore')) === null || _a === void 0 ? void 0 : _a.toString('utf-8').
|
|
12
|
+
let content = (_a = host.read('.gitignore')) === null || _a === void 0 ? void 0 : _a.toString('utf-8').trimEnd();
|
|
13
13
|
if (!/\.expo\/$/gm.test(content)) {
|
|
14
14
|
content = `${content}\n${gitignore_entries_1.gitIgnoreEntriesForExpo}\n`;
|
|
15
15
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"add-git-ignore-entry.js","sourceRoot":"","sources":["../../../../../../../packages/expo/src/generators/init/lib/add-git-ignore-entry.ts"],"names":[],"mappings":";;;AAAA,yCAA4C;AAC5C,2DAA8D;AAE9D,SAAgB,iBAAiB,CAAC,IAAU;;IAC1C,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,YAAY,CAAC,EAAE;QAC9B,eAAM,CAAC,IAAI,CAAC,yCAAyC,CAAC,CAAC;QACvD,OAAO;KACR;IAED,IAAI,OAAO,GAAG,MAAA,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,0CAAE,QAAQ,CAAC,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"add-git-ignore-entry.js","sourceRoot":"","sources":["../../../../../../../packages/expo/src/generators/init/lib/add-git-ignore-entry.ts"],"names":[],"mappings":";;;AAAA,yCAA4C;AAC5C,2DAA8D;AAE9D,SAAgB,iBAAiB,CAAC,IAAU;;IAC1C,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,YAAY,CAAC,EAAE;QAC9B,eAAM,CAAC,IAAI,CAAC,yCAAyC,CAAC,CAAC;QACvD,OAAO;KACR;IAED,IAAI,OAAO,GAAG,MAAA,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,0CAAE,QAAQ,CAAC,OAAO,EAAE,OAAO,EAAE,CAAC;IAEnE,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,OAAO,CAAC,EAAE;QAChC,OAAO,GAAG,GAAG,OAAO,KAAK,2CAAuB,IAAI,CAAC;KACtD;IAED,IAAI,CAAC,KAAK,CAAC,YAAY,EAAE,OAAO,CAAC,CAAC;AACpC,CAAC;AAbD,8CAaC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const gitIgnoreEntriesForExpo = "\n# Expo\nnode_modules/\n.expo/\ndist/\nnpm-debug.*\n*.jks\n*.p8\n*.p12\n*.key\n*.mobileprovision\n*.orig.*\nweb-build/\n";
|
|
1
|
+
export declare const gitIgnoreEntriesForExpo = "\n# Expo\nnode_modules/\n.expo/\n.yarn/\ndist/\nnpm-debug.*\n*.jks\n*.p8\n*.p12\n*.key\n*.mobileprovision\n*.orig.*\nweb-build/\n";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"gitignore-entries.js","sourceRoot":"","sources":["../../../../../../../packages/expo/src/generators/init/lib/gitignore-entries.ts"],"names":[],"mappings":";;;AAAa,QAAA,uBAAuB,GAAG
|
|
1
|
+
{"version":3,"file":"gitignore-entries.js","sourceRoot":"","sources":["../../../../../../../packages/expo/src/generators/init/lib/gitignore-entries.ts"],"names":[],"mappings":";;;AAAa,QAAA,uBAAuB,GAAG;;;;;;;;;;;;;;CActC,CAAC"}
|
package/src/utils/versions.d.ts
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
export declare const nxVersion = "*";
|
|
2
|
-
export declare const expoVersion = "
|
|
3
|
-
export declare const expoMetroConfigVersion = "0.
|
|
4
|
-
export declare const expoSplashScreenVersion = "~0.
|
|
5
|
-
export declare const expoStatusBarVersion = "~1.4.
|
|
6
|
-
export declare const deprecatedExpoCliVersion = "6.0.
|
|
7
|
-
export declare const expoCliVersion = "0.
|
|
8
|
-
export declare const easCliVersion = "2.
|
|
9
|
-
export declare const babelPresetExpoVersion = "~9.2.
|
|
10
|
-
export declare const reactNativeVersion = "0.
|
|
11
|
-
export declare const typesReactNativeVersion = "0.
|
|
2
|
+
export declare const expoVersion = "47.0.8";
|
|
3
|
+
export declare const expoMetroConfigVersion = "0.5.1";
|
|
4
|
+
export declare const expoSplashScreenVersion = "~0.17.5";
|
|
5
|
+
export declare const expoStatusBarVersion = "~1.4.2";
|
|
6
|
+
export declare const deprecatedExpoCliVersion = "6.0.8";
|
|
7
|
+
export declare const expoCliVersion = "0.4.10";
|
|
8
|
+
export declare const easCliVersion = "2.8.0";
|
|
9
|
+
export declare const babelPresetExpoVersion = "~9.2.2";
|
|
10
|
+
export declare const reactNativeVersion = "0.70.5";
|
|
11
|
+
export declare const typesReactNativeVersion = "0.70.7";
|
|
12
12
|
export declare const reactNativeWebVersion = "~0.18.7";
|
|
13
13
|
export declare const reactNativeSvgTransformerVersion = "1.0.0";
|
|
14
|
-
export declare const reactNativeSvgVersion = "
|
|
15
|
-
export declare const svgrWebpackVersion = "^6.
|
|
14
|
+
export declare const reactNativeSvgVersion = "13.4.0";
|
|
15
|
+
export declare const svgrWebpackVersion = "^6.5.1";
|
|
16
16
|
export declare const metroVersion = "0.73.3";
|
|
17
|
-
export declare const testingLibraryReactNativeVersion = "11.
|
|
18
|
-
export declare const testingLibraryJestNativeVersion = "5.
|
|
17
|
+
export declare const testingLibraryReactNativeVersion = "11.5.0";
|
|
18
|
+
export declare const testingLibraryJestNativeVersion = "5.3.0";
|
package/src/utils/versions.js
CHANGED
|
@@ -2,21 +2,21 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.testingLibraryJestNativeVersion = exports.testingLibraryReactNativeVersion = exports.metroVersion = exports.svgrWebpackVersion = exports.reactNativeSvgVersion = exports.reactNativeSvgTransformerVersion = exports.reactNativeWebVersion = exports.typesReactNativeVersion = exports.reactNativeVersion = exports.babelPresetExpoVersion = exports.easCliVersion = exports.expoCliVersion = exports.deprecatedExpoCliVersion = exports.expoStatusBarVersion = exports.expoSplashScreenVersion = exports.expoMetroConfigVersion = exports.expoVersion = exports.nxVersion = void 0;
|
|
4
4
|
exports.nxVersion = '*';
|
|
5
|
-
exports.expoVersion = '
|
|
6
|
-
exports.expoMetroConfigVersion = '0.
|
|
7
|
-
exports.expoSplashScreenVersion = '~0.
|
|
8
|
-
exports.expoStatusBarVersion = '~1.4.
|
|
9
|
-
exports.deprecatedExpoCliVersion = '6.0.
|
|
10
|
-
exports.expoCliVersion = '0.
|
|
11
|
-
exports.easCliVersion = '2.
|
|
12
|
-
exports.babelPresetExpoVersion = '~9.2.
|
|
13
|
-
exports.reactNativeVersion = '0.
|
|
14
|
-
exports.typesReactNativeVersion = '0.
|
|
5
|
+
exports.expoVersion = '47.0.8';
|
|
6
|
+
exports.expoMetroConfigVersion = '0.5.1';
|
|
7
|
+
exports.expoSplashScreenVersion = '~0.17.5';
|
|
8
|
+
exports.expoStatusBarVersion = '~1.4.2';
|
|
9
|
+
exports.deprecatedExpoCliVersion = '6.0.8'; // expo-cli
|
|
10
|
+
exports.expoCliVersion = '0.4.10'; // @expo/cli
|
|
11
|
+
exports.easCliVersion = '2.8.0';
|
|
12
|
+
exports.babelPresetExpoVersion = '~9.2.2';
|
|
13
|
+
exports.reactNativeVersion = '0.70.5';
|
|
14
|
+
exports.typesReactNativeVersion = '0.70.7';
|
|
15
15
|
exports.reactNativeWebVersion = '~0.18.7';
|
|
16
16
|
exports.reactNativeSvgTransformerVersion = '1.0.0';
|
|
17
|
-
exports.reactNativeSvgVersion = '
|
|
18
|
-
exports.svgrWebpackVersion = '^6.
|
|
17
|
+
exports.reactNativeSvgVersion = '13.4.0';
|
|
18
|
+
exports.svgrWebpackVersion = '^6.5.1';
|
|
19
19
|
exports.metroVersion = '0.73.3';
|
|
20
|
-
exports.testingLibraryReactNativeVersion = '11.
|
|
21
|
-
exports.testingLibraryJestNativeVersion = '5.
|
|
20
|
+
exports.testingLibraryReactNativeVersion = '11.5.0';
|
|
21
|
+
exports.testingLibraryJestNativeVersion = '5.3.0';
|
|
22
22
|
//# sourceMappingURL=versions.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"versions.js","sourceRoot":"","sources":["../../../../../packages/expo/src/utils/versions.ts"],"names":[],"mappings":";;;AAAa,QAAA,SAAS,GAAG,GAAG,CAAC;AAEhB,QAAA,WAAW,GAAG,
|
|
1
|
+
{"version":3,"file":"versions.js","sourceRoot":"","sources":["../../../../../packages/expo/src/utils/versions.ts"],"names":[],"mappings":";;;AAAa,QAAA,SAAS,GAAG,GAAG,CAAC;AAEhB,QAAA,WAAW,GAAG,QAAQ,CAAC;AACvB,QAAA,sBAAsB,GAAG,OAAO,CAAC;AACjC,QAAA,uBAAuB,GAAG,SAAS,CAAC;AACpC,QAAA,oBAAoB,GAAG,QAAQ,CAAC;AAChC,QAAA,wBAAwB,GAAG,OAAO,CAAC,CAAC,WAAW;AAC/C,QAAA,cAAc,GAAG,QAAQ,CAAC,CAAC,YAAY;AACvC,QAAA,aAAa,GAAG,OAAO,CAAC;AACxB,QAAA,sBAAsB,GAAG,QAAQ,CAAC;AAElC,QAAA,kBAAkB,GAAG,QAAQ,CAAC;AAC9B,QAAA,uBAAuB,GAAG,QAAQ,CAAC;AACnC,QAAA,qBAAqB,GAAG,SAAS,CAAC;AAElC,QAAA,gCAAgC,GAAG,OAAO,CAAC;AAC3C,QAAA,qBAAqB,GAAG,QAAQ,CAAC;AACjC,QAAA,kBAAkB,GAAG,QAAQ,CAAC;AAE9B,QAAA,YAAY,GAAG,QAAQ,CAAC;AAExB,QAAA,gCAAgC,GAAG,QAAQ,CAAC;AAC5C,QAAA,+BAA+B,GAAG,OAAO,CAAC"}
|