Skip to content

Commit bf4ee6f

Browse files
thymikeekelset
authored andcommittedJun 19, 2019
Bump CLI to 2.0.0-rc.2 (#25241)
Summary: Fixing Metro validation issue. Hope that helps with fixing the CI �. ## Changelog [General] [Changed] - Bump CLI to 2.0.0-rc.2 Pull Request resolved: #25241 Differential Revision: D15803610 Pulled By: cpojer fbshipit-source-id: 22136db1583f8cf5a40afd5d8a561d98cb6de982
1 parent cecba01 commit bf4ee6f

File tree

2 files changed

+115
-29
lines changed

2 files changed

+115
-29
lines changed
 

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@
7979
},
8080
"dependencies": {
8181
"@babel/runtime": "^7.0.0",
82-
"@react-native-community/cli": "2.0.0-rc.1",
83-
"@react-native-community/cli-platform-android": "2.0.0-rc.1",
84-
"@react-native-community/cli-platform-ios": "2.0.0-rc.1",
82+
"@react-native-community/cli": "2.0.0-rc.2",
83+
"@react-native-community/cli-platform-android": "2.0.0-rc.2",
84+
"@react-native-community/cli-platform-ios": "2.0.0-rc.2",
8585
"abort-controller": "^3.0.0",
8686
"art": "^0.10.0",
8787
"base64-js": "^1.1.2",

‎yarn.lock

+112-26
Original file line numberDiff line numberDiff line change
@@ -970,6 +970,15 @@
970970
jest-message-util "^24.7.1"
971971
jest-mock "^24.7.0"
972972

973+
"@jest/fake-timers@^24.8.0":
974+
version "24.8.0"
975+
resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-24.8.0.tgz#2e5b80a4f78f284bcb4bd5714b8e10dd36a8d3d1"
976+
integrity sha512-2M4d5MufVXwi6VzZhJ9f5S/wU4ud2ck0kxPof1Iz3zWx6Y+V2eJrES9jEktB6O3o/oEyk+il/uNu9PvASjWXQw==
977+
dependencies:
978+
"@jest/types" "^24.8.0"
979+
jest-message-util "^24.8.0"
980+
jest-mock "^24.8.0"
981+
973982
"@jest/reporters@^24.7.1":
974983
version "24.7.1"
975984
resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-24.7.1.tgz#38ac0b096cd691bbbe3051ddc25988d42e37773a"
@@ -1014,6 +1023,15 @@
10141023
"@jest/types" "^24.7.0"
10151024
"@types/istanbul-lib-coverage" "^2.0.0"
10161025

1026+
"@jest/test-result@^24.8.0":
1027+
version "24.8.0"
1028+
resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-24.8.0.tgz#7675d0aaf9d2484caa65e048d9b467d160f8e9d3"
1029+
integrity sha512-+YdLlxwizlfqkFDh7Mc7ONPQAhA4YylU1s529vVM1rsf67vGZH/2GGm5uO8QzPeVyaVMobCQ7FTxl38QrKRlng==
1030+
dependencies:
1031+
"@jest/console" "^24.7.1"
1032+
"@jest/types" "^24.8.0"
1033+
"@types/istanbul-lib-coverage" "^2.0.0"
1034+
10171035
"@jest/test-sequencer@^24.7.1":
10181036
version "24.7.1"
10191037
resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-24.7.1.tgz#9c18e428e1ad945fa74f6233a9d35745ca0e63e0"
@@ -1053,44 +1071,53 @@
10531071
"@types/istanbul-lib-coverage" "^2.0.0"
10541072
"@types/yargs" "^12.0.9"
10551073

1056-
"@react-native-community/cli-platform-android@2.0.0-rc.1", "@react-native-community/cli-platform-android@^2.0.0-rc.1":
1057-
version "2.0.0-rc.1"
1058-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-2.0.0-rc.1.tgz#9f14106104b20bd94d05a3ddad79859b566f8996"
1059-
integrity sha512-gH+ev65wxuO9KQxYTvpRh3PFCVvYwxJdZecFZDknnedIx49eVxro99svO/wcp1OLdtzxV+ErFolpIFn0gSyVFg==
1074+
"@jest/types@^24.8.0":
1075+
version "24.8.0"
1076+
resolved "https://registry.yarnpkg.com/@jest/types/-/types-24.8.0.tgz#f31e25948c58f0abd8c845ae26fcea1491dea7ad"
1077+
integrity sha512-g17UxVr2YfBtaMUxn9u/4+siG1ptg9IGYAYwvpwn61nBg779RXnjE/m7CxYcIzEt0AbHZZAHSEZNhkE2WxURVg==
10601078
dependencies:
1061-
"@react-native-community/cli-tools" "^2.0.0-rc.1"
1079+
"@types/istanbul-lib-coverage" "^2.0.0"
1080+
"@types/istanbul-reports" "^1.1.1"
1081+
"@types/yargs" "^12.0.9"
1082+
1083+
"@react-native-community/cli-platform-android@2.0.0-rc.2", "@react-native-community/cli-platform-android@^2.0.0-rc.2":
1084+
version "2.0.0-rc.2"
1085+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-2.0.0-rc.2.tgz#78eba602aaccde906dbe8d0c48f2497900be3b3f"
1086+
integrity sha512-pZQ3W8vYqSP2hNTfhhZ2/VU2+7WVXB0dBTPU1wrNtWjxxzCYwpx6l3YM2Bjffwx5yGUJ/FpIrhKXGXZzXdAH9A==
1087+
dependencies:
1088+
"@react-native-community/cli-tools" "^2.0.0-rc.2"
10621089
logkitty "^0.4.0"
10631090
slash "^2.0.0"
10641091
xmldoc "^0.4.0"
10651092

1066-
"@react-native-community/cli-platform-ios@2.0.0-rc.1", "@react-native-community/cli-platform-ios@^2.0.0-rc.1":
1067-
version "2.0.0-rc.1"
1068-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-2.0.0-rc.1.tgz#832c8c873193b8829249227fa1d1f734e7aa267e"
1069-
integrity sha512-okioIW81pd5vA1tgdSo8nYGnljqhaV91zprrkko6IhMV4sr/eGlN0D/cyFhUXmnBj6q63+X4Ulr809wqXjJ14w==
1093+
"@react-native-community/cli-platform-ios@2.0.0-rc.2", "@react-native-community/cli-platform-ios@^2.0.0-rc.2":
1094+
version "2.0.0-rc.2"
1095+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-2.0.0-rc.2.tgz#3c73982363b5a07a5159da9ef04c6f3e45551467"
1096+
integrity sha512-4ruii2d0ISM0IpzX8o9C/uRdw4UnUDiWDLkLzEObpNjDpOjS3jl+lFJ+S4hW6U/bldl6ahj7CJeMmXiAsTrZWQ==
10701097
dependencies:
1071-
"@react-native-community/cli-tools" "^2.0.0-rc.1"
1098+
"@react-native-community/cli-tools" "^2.0.0-rc.2"
10721099
chalk "^1.1.1"
10731100
xcode "^2.0.0"
10741101

1075-
"@react-native-community/cli-tools@^2.0.0-rc.1":
1076-
version "2.0.0-rc.1"
1077-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-2.0.0-rc.1.tgz#a8c3f76e0c33ab689c1c769cbbed83add5c13b11"
1078-
integrity sha512-ZUc5s/aGdg7d3dT9eMAzKqWd5Lsa42TrsUWjcqaG7WTYUPIUHTWOcpnRLV4B5MUfmEEt3mboOoQZRUcDltz8kA==
1102+
"@react-native-community/cli-tools@^2.0.0-rc.2":
1103+
version "2.0.0-rc.2"
1104+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-2.0.0-rc.2.tgz#4308b24de4fe0b4699c2cea687e938e7a8c62c86"
1105+
integrity sha512-B0l9k43MkLgrnZs+Z7EZ9Xmb4YYi51Ifj/pabM8EklZJPnLzjWdfvuY64NJBQf4prOg2cTXqh8s9iO/jrsgU3Q==
10791106
dependencies:
10801107
chalk "^1.1.1"
10811108
lodash "^4.17.5"
10821109
mime "^2.4.1"
10831110
node-fetch "^2.5.0"
10841111

1085-
"@react-native-community/cli@2.0.0-rc.1":
1086-
version "2.0.0-rc.1"
1087-
resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-2.0.0-rc.1.tgz#05766235131d4940315ae423848f61b302f4192a"
1088-
integrity sha512-mbU45L511eem67vRynHizKDpDv+Xm4xMwMV9HRbTspFxQyhxQd+A4zyQEWKho+/cXZbVhIh8myc/naQDZkmUxQ==
1112+
"@react-native-community/cli@2.0.0-rc.2":
1113+
version "2.0.0-rc.2"
1114+
resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-2.0.0-rc.2.tgz#8bb3c07a58056b0af5474782bedc457184b42595"
1115+
integrity sha512-G0NrMfJ6bcXfJKLijQmxuTV4S22pXfp8c5XI7L1i+b5Vu34IvR6xvKVPT9leYEEI/bg/ZuyguDZuVecycJb63A==
10891116
dependencies:
10901117
"@hapi/joi" "^15.0.3"
1091-
"@react-native-community/cli-platform-android" "^2.0.0-rc.1"
1092-
"@react-native-community/cli-platform-ios" "^2.0.0-rc.1"
1093-
"@react-native-community/cli-tools" "^2.0.0-rc.1"
1118+
"@react-native-community/cli-platform-android" "^2.0.0-rc.2"
1119+
"@react-native-community/cli-platform-ios" "^2.0.0-rc.2"
1120+
"@react-native-community/cli-tools" "^2.0.0-rc.2"
10941121
chalk "^1.1.1"
10951122
command-exists "^1.2.8"
10961123
commander "^2.19.0"
@@ -1159,11 +1186,31 @@
11591186
dependencies:
11601187
"@babel/types" "^7.3.0"
11611188

1189+
"@types/istanbul-lib-coverage@*":
1190+
version "2.0.1"
1191+
resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.1.tgz#42995b446db9a48a11a07ec083499a860e9138ff"
1192+
integrity sha512-hRJD2ahnnpLgsj6KWMYSrmXkM3rm2Dl1qkx6IOFD5FnuNPXJIG5L0dhgKXCYTRMGzU4n0wImQ/xfmRc4POUFlg==
1193+
11621194
"@types/istanbul-lib-coverage@^2.0.0":
11631195
version "2.0.0"
11641196
resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.0.tgz#1eb8c033e98cf4e1a4cedcaf8bcafe8cb7591e85"
11651197
integrity sha512-eAtOAFZefEnfJiRFQBGw1eYqa5GTLCZ1y86N0XSI/D6EB+E8z6VPV/UL7Gi5UEclFqoQk+6NRqEDsfmDLXn8sg==
11661198

1199+
"@types/istanbul-lib-report@*":
1200+
version "1.1.1"
1201+
resolved "https://registry.yarnpkg.com/@types/istanbul-lib-report/-/istanbul-lib-report-1.1.1.tgz#e5471e7fa33c61358dd38426189c037a58433b8c"
1202+
integrity sha512-3BUTyMzbZa2DtDI2BkERNC6jJw2Mr2Y0oGI7mRxYNBPxppbtEK1F66u3bKwU2g+wxwWI7PAoRpJnOY1grJqzHg==
1203+
dependencies:
1204+
"@types/istanbul-lib-coverage" "*"
1205+
1206+
"@types/istanbul-reports@^1.1.1":
1207+
version "1.1.1"
1208+
resolved "https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-1.1.1.tgz#7a8cbf6a406f36c8add871625b278eaf0b0d255a"
1209+
integrity sha512-UpYjBi8xefVChsCoBpKShdxTllC9pwISirfoZsUa2AAdQg/Jd2KQGtSbw+ya7GPo7x/wAPlH6JBhKhAsXUEZNA==
1210+
dependencies:
1211+
"@types/istanbul-lib-coverage" "*"
1212+
"@types/istanbul-lib-report" "*"
1213+
11671214
"@types/stack-utils@^1.0.1":
11681215
version "1.0.1"
11691216
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e"
@@ -4017,17 +4064,17 @@ jest-get-type@^24.3.0:
40174064
integrity sha512-HYF6pry72YUlVcvUx3sEpMRwXEWGEPlJ0bSPVnB3b3n++j4phUEoSPcS6GC0pPJ9rpyPSe4cb5muFo6D39cXow==
40184065

40194066
jest-haste-map@^24.7.1:
4020-
version "24.7.1"
4021-
resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-24.7.1.tgz#772e215cd84080d4bbcb759cfb668ad649a21471"
4022-
integrity sha512-g0tWkzjpHD2qa03mTKhlydbmmYiA2KdcJe762SbfFo/7NIMgBWAA0XqQlApPwkWOF7Cxoi/gUqL0i6DIoLpMBw==
4067+
version "24.8.1"
4068+
resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-24.8.1.tgz#f39cc1d2b1d907e014165b4bd5a957afcb992982"
4069+
integrity sha512-SwaxMGVdAZk3ernAx2Uv2sorA7jm3Kx+lR0grp6rMmnY06Kn/urtKx1LPN2mGTea4fCT38impYT28FfcLUhX0g==
40234070
dependencies:
4024-
"@jest/types" "^24.7.0"
4071+
"@jest/types" "^24.8.0"
40254072
anymatch "^2.0.0"
40264073
fb-watchman "^2.0.0"
40274074
graceful-fs "^4.1.15"
40284075
invariant "^2.2.4"
40294076
jest-serializer "^24.4.0"
4030-
jest-util "^24.7.1"
4077+
jest-util "^24.8.0"
40314078
jest-worker "^24.6.0"
40324079
micromatch "^3.1.10"
40334080
sane "^4.0.3"
@@ -4098,13 +4145,34 @@ jest-message-util@^24.7.1:
40984145
slash "^2.0.0"
40994146
stack-utils "^1.0.1"
41004147

4148+
jest-message-util@^24.8.0:
4149+
version "24.8.0"
4150+
resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-24.8.0.tgz#0d6891e72a4beacc0292b638685df42e28d6218b"
4151+
integrity sha512-p2k71rf/b6ns8btdB0uVdljWo9h0ovpnEe05ZKWceQGfXYr4KkzgKo3PBi8wdnd9OtNh46VpNIJynUn/3MKm1g==
4152+
dependencies:
4153+
"@babel/code-frame" "^7.0.0"
4154+
"@jest/test-result" "^24.8.0"
4155+
"@jest/types" "^24.8.0"
4156+
"@types/stack-utils" "^1.0.1"
4157+
chalk "^2.0.1"
4158+
micromatch "^3.1.10"
4159+
slash "^2.0.0"
4160+
stack-utils "^1.0.1"
4161+
41014162
jest-mock@^24.7.0:
41024163
version "24.7.0"
41034164
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-24.7.0.tgz#e49ce7262c12d7f5897b0d8af77f6db8e538023b"
41044165
integrity sha512-6taW4B4WUcEiT2V9BbOmwyGuwuAFT2G8yghF7nyNW1/2gq5+6aTqSPcS9lS6ArvEkX55vbPAS/Jarx5LSm4Fng==
41054166
dependencies:
41064167
"@jest/types" "^24.7.0"
41074168

4169+
jest-mock@^24.8.0:
4170+
version "24.8.0"
4171+
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-24.8.0.tgz#2f9d14d37699e863f1febf4e4d5a33b7fdbbde56"
4172+
integrity sha512-6kWugwjGjJw+ZkK4mDa0Df3sDlUTsV47MSrT0nGQ0RBWJbpODDQ8MHDVtGtUYBne3IwZUhtB7elxHspU79WH3A==
4173+
dependencies:
4174+
"@jest/types" "^24.8.0"
4175+
41084176
jest-pnp-resolver@^1.2.1:
41094177
version "1.2.1"
41104178
resolved "https://registry.yarnpkg.com/jest-pnp-resolver/-/jest-pnp-resolver-1.2.1.tgz#ecdae604c077a7fbc70defb6d517c3c1c898923a"
@@ -4230,6 +4298,24 @@ jest-util@^24.7.1:
42304298
slash "^2.0.0"
42314299
source-map "^0.6.0"
42324300

4301+
jest-util@^24.8.0:
4302+
version "24.8.0"
4303+
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-24.8.0.tgz#41f0e945da11df44cc76d64ffb915d0716f46cd1"
4304+
integrity sha512-DYZeE+XyAnbNt0BG1OQqKy/4GVLPtzwGx5tsnDrFcax36rVE3lTA5fbvgmbVPUZf9w77AJ8otqR4VBbfFJkUZA==
4305+
dependencies:
4306+
"@jest/console" "^24.7.1"
4307+
"@jest/fake-timers" "^24.8.0"
4308+
"@jest/source-map" "^24.3.0"
4309+
"@jest/test-result" "^24.8.0"
4310+
"@jest/types" "^24.8.0"
4311+
callsites "^3.0.0"
4312+
chalk "^2.0.1"
4313+
graceful-fs "^4.1.15"
4314+
is-ci "^2.0.0"
4315+
mkdirp "^0.5.1"
4316+
slash "^2.0.0"
4317+
source-map "^0.6.0"
4318+
42334319
jest-validate@^24.0.0:
42344320
version "24.0.0"
42354321
resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-24.0.0.tgz#aa8571a46983a6538328fef20406b4a496b6c020"

0 commit comments

Comments
 (0)
Please sign in to comment.