Skip to content
This repository was archived by the owner on Oct 23, 2018. It is now read-only.

Commit 56794a6

Browse files
renovate[bot]DevanB
authored andcommitted
chore(deps): update react-native-scripts to v1.11.1
1 parent b8d63fe commit 56794a6

File tree

2 files changed

+123
-19
lines changed

2 files changed

+123
-19
lines changed

basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"eslint-plugin-react": "7.6.1",
1212
"eslint-plugin-react-native": "3.2.1",
1313
"jest-expo": "25.1.0",
14-
"react-native-scripts": "1.8.1",
14+
"react-native-scripts": "1.11.1",
1515
"react-test-renderer": "16.2.0"
1616
},
1717
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",

basic/yarn.lock

Lines changed: 122 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,17 @@
2626
lodash "^4.6.1"
2727
mz "^2.6.0"
2828

29+
"@expo/ngrok@2.3.0":
30+
version "2.3.0"
31+
resolved "https://registry.yarnpkg.com/@expo/ngrok/-/ngrok-2.3.0.tgz#e6c37c74c2ede6c32f04b13d30383e10255908d3"
32+
dependencies:
33+
async "^0.9.0"
34+
decompress-zip "^0.3.0"
35+
lock "^0.1.2"
36+
logfmt "^1.2.0"
37+
request "^2.81.0"
38+
uuid "^3.0.0"
39+
2940
"@expo/osascript@^1.8.0":
3041
version "1.8.1"
3142
resolved "https://registry.yarnpkg.com/@expo/osascript/-/osascript-1.8.1.tgz#d145f6c1b4ac9663c0bf5f3054236dc87dc4deba"
@@ -431,6 +442,10 @@ async-limiter@~1.0.0:
431442
version "1.0.0"
432443
resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.0.tgz#78faed8c3d074ab81f22b4e985d79e8738f720f8"
433444

445+
async@^0.9.0:
446+
version "0.9.2"
447+
resolved "https://registry.yarnpkg.com/async/-/async-0.9.2.tgz#aea74d5e61c1f899613bf64bda66d4c78f2fd17d"
448+
434449
async@^1.4.0, async@~1.5:
435450
version "1.5.2"
436451
resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"
@@ -1200,6 +1215,13 @@ big-integer@^1.6.7:
12001215
version "1.6.26"
12011216
resolved "https://registry.yarnpkg.com/big-integer/-/big-integer-1.6.26.tgz#3af1672fa62daf2d5ecafacf6e5aa0d25e02c1c8"
12021217

1218+
binary@^0.3.0:
1219+
version "0.3.0"
1220+
resolved "https://registry.yarnpkg.com/binary/-/binary-0.3.0.tgz#9f60553bc5ce8c3386f3b553cff47462adecaa79"
1221+
dependencies:
1222+
buffers "~0.1.1"
1223+
chainsaw "~0.1.0"
1224+
12031225
block-stream@*:
12041226
version "0.0.9"
12051227
resolved "https://registry.yarnpkg.com/block-stream/-/block-stream-0.0.9.tgz#13ebfe778a03205cfe03751481ebb4b3300c126a"
@@ -1324,6 +1346,10 @@ buffer-fill@^0.1.0:
13241346
version "0.1.0"
13251347
resolved "https://registry.yarnpkg.com/buffer-fill/-/buffer-fill-0.1.0.tgz#ca9470e8d4d1b977fd7543f4e2ab6a7dc95101a8"
13261348

1349+
buffers@~0.1.1:
1350+
version "0.1.1"
1351+
resolved "https://registry.yarnpkg.com/buffers/-/buffers-0.1.1.tgz#b24579c3bed4d6d396aeee6d9a8ae7f5482ab7bb"
1352+
13271353
builtin-modules@^1.0.0, builtin-modules@^1.1.1:
13281354
version "1.1.1"
13291355
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f"
@@ -1388,6 +1414,12 @@ center-align@^0.1.1:
13881414
align-text "^0.1.3"
13891415
lazy-cache "^1.0.3"
13901416

1417+
chainsaw@~0.1.0:
1418+
version "0.1.0"
1419+
resolved "https://registry.yarnpkg.com/chainsaw/-/chainsaw-0.1.0.tgz#5eab50b28afe58074d0d58291388828b5e5fbc98"
1420+
dependencies:
1421+
traverse ">=0.3.0 <0.4"
1422+
13911423
chalk@^1.0.0, chalk@^1.1.1, chalk@^1.1.3:
13921424
version "1.1.3"
13931425
resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98"
@@ -1831,6 +1863,18 @@ decamelize@^1.0.0, decamelize@^1.1.1:
18311863
version "1.2.0"
18321864
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
18331865

1866+
decompress-zip@^0.3.0:
1867+
version "0.3.0"
1868+
resolved "https://registry.yarnpkg.com/decompress-zip/-/decompress-zip-0.3.0.tgz#ae3bcb7e34c65879adfe77e19c30f86602b4bdb0"
1869+
dependencies:
1870+
binary "^0.3.0"
1871+
graceful-fs "^4.1.3"
1872+
mkpath "^0.1.0"
1873+
nopt "^3.0.1"
1874+
q "^1.1.2"
1875+
readable-stream "^1.1.8"
1876+
touch "0.0.3"
1877+
18341878
dedent@^0.6.0:
18351879
version "0.6.0"
18361880
resolved "https://registry.yarnpkg.com/dedent/-/dedent-0.6.0.tgz#0e6da8f0ce52838ef5cec5c8f9396b0c1b64a3cb"
@@ -2773,6 +2817,10 @@ glob-parent@^2.0.0:
27732817
dependencies:
27742818
is-glob "^2.0.0"
27752819

2820+
glob-promise@^3.3.0:
2821+
version "3.3.0"
2822+
resolved "https://registry.yarnpkg.com/glob-promise/-/glob-promise-3.3.0.tgz#d1eb3625c4e6dcbb9b96eeae4425d5a3b135fed2"
2823+
27762824
glob@^6.0.1:
27772825
version "6.0.4"
27782826
resolved "https://registry.yarnpkg.com/glob/-/glob-6.0.4.tgz#0f08860f6a155127b2fadd4f9ce24b1aab6e4d22"
@@ -3157,10 +3205,6 @@ inquirer@^3.0.1, inquirer@^3.0.6:
31573205
strip-ansi "^4.0.0"
31583206
through "^2.3.6"
31593207

3160-
instapromise@2.0.7-rc.1:
3161-
version "2.0.7-rc.1"
3162-
resolved "https://registry.yarnpkg.com/instapromise/-/instapromise-2.0.7-rc.1.tgz#34aff619a45ea7d32bb122866a9e315ee73033e8"
3163-
31643208
instapromise@^2.0.7:
31653209
version "2.0.7"
31663210
resolved "https://registry.yarnpkg.com/instapromise/-/instapromise-2.0.7.tgz#85e66b31021194da11214c865127ef04ec30167a"
@@ -3965,7 +4009,7 @@ locate-path@^2.0.0:
39654009
p-locate "^2.0.0"
39664010
path-exists "^3.0.0"
39674011

3968-
lock@~0.1.2:
4012+
lock@^0.1.2, lock@~0.1.2:
39694013
version "0.1.4"
39704014
resolved "https://registry.yarnpkg.com/lock/-/lock-0.1.4.tgz#fec7deaef17e7c3a0a55e1da042803e25d91745d"
39714015

@@ -4112,10 +4156,22 @@ lodash@^4.0.0, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.14.1, lodash@^4.16.6, l
41124156
version "4.17.4"
41134157
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
41144158

4159+
lodash@~2.4.1:
4160+
version "2.4.2"
4161+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-2.4.2.tgz#fadd834b9683073da179b3eae6d9c0d15053f73e"
4162+
41154163
lodash@~4.5.1:
41164164
version "4.5.1"
41174165
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.5.1.tgz#80e8a074ca5f3893a6b1c10b2a636492d710c316"
41184166

4167+
logfmt@^1.2.0:
4168+
version "1.2.0"
4169+
resolved "https://registry.yarnpkg.com/logfmt/-/logfmt-1.2.0.tgz#1ccc067c1cfe65f3ecf5856c09d2654f69203572"
4170+
dependencies:
4171+
lodash "~2.4.1"
4172+
split "0.2.x"
4173+
through "2.3.x"
4174+
41194175
longest@^1.0.1:
41204176
version "1.0.1"
41214177
resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097"
@@ -4415,6 +4471,10 @@ mkdirp@*, "mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.1:
44154471
dependencies:
44164472
minimist "0.0.8"
44174473

4474+
mkpath@^0.1.0:
4475+
version "0.1.0"
4476+
resolved "https://registry.yarnpkg.com/mkpath/-/mkpath-0.1.0.tgz#7554a6f8d871834cc97b5462b122c4c124d6de91"
4477+
44184478
moment@2.x.x, moment@^2.10.6:
44194479
version "2.20.1"
44204480
resolved "https://registry.yarnpkg.com/moment/-/moment-2.20.1.tgz#d6eb1a46cbcc14a2b2f9434112c1ff8907f313fd"
@@ -4546,13 +4606,25 @@ noop-fn@^1.0.0:
45464606
version "1.0.0"
45474607
resolved "https://registry.yarnpkg.com/noop-fn/-/noop-fn-1.0.0.tgz#5f33d47f13d2150df93e0cb036699e982f78ffbf"
45484608

4609+
nopt@^3.0.1:
4610+
version "3.0.6"
4611+
resolved "https://registry.yarnpkg.com/nopt/-/nopt-3.0.6.tgz#c6465dbf08abcd4db359317f79ac68a646b28ff9"
4612+
dependencies:
4613+
abbrev "1"
4614+
45494615
nopt@^4.0.1:
45504616
version "4.0.1"
45514617
resolved "https://registry.yarnpkg.com/nopt/-/nopt-4.0.1.tgz#d0d4685afd5415193c8c7505602d0d17cd64474d"
45524618
dependencies:
45534619
abbrev "1"
45544620
osenv "^0.1.4"
45554621

4622+
nopt@~1.0.10:
4623+
version "1.0.10"
4624+
resolved "https://registry.yarnpkg.com/nopt/-/nopt-1.0.10.tgz#6ddd21bd2a31417b92727dd585f8a6f37608ebee"
4625+
dependencies:
4626+
abbrev "1"
4627+
45564628
normalize-package-data@^2.3.2:
45574629
version "2.4.0"
45584630
resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.4.0.tgz#12f95a307d58352075a04907b84ac8be98ac012f"
@@ -5041,6 +5113,10 @@ punycode@^2.1.0:
50415113
version "2.1.0"
50425114
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.0.tgz#5f863edc89b96db09074bad7947bf09056ca4e7d"
50435115

5116+
q@^1.1.2:
5117+
version "1.5.1"
5118+
resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7"
5119+
50445120
qrcode-terminal@^0.11.0:
50455121
version "0.11.0"
50465122
resolved "https://registry.yarnpkg.com/qrcode-terminal/-/qrcode-terminal-0.11.0.tgz#ffc6c28a2fc0bfb47052b47e23f4f446a5fbdb9e"
@@ -5168,9 +5244,9 @@ react-native-safe-module@^1.1.0:
51685244
dependencies:
51695245
dedent "^0.6.0"
51705246

5171-
react-native-scripts@1.8.1:
5172-
version "1.8.1"
5173-
resolved "https://registry.yarnpkg.com/react-native-scripts/-/react-native-scripts-1.8.1.tgz#a84a297df85c0f4bc60877c87f2a0a0ceb5de354"
5247+
react-native-scripts@1.11.1:
5248+
version "1.11.1"
5249+
resolved "https://registry.yarnpkg.com/react-native-scripts/-/react-native-scripts-1.11.1.tgz#a9f0a5c91a85d34acee9ec9012cf614665670b80"
51745250
dependencies:
51755251
"@expo/bunyan" "1.8.10"
51765252
babel-runtime "^6.9.2"
@@ -5186,7 +5262,7 @@ react-native-scripts@1.8.1:
51865262
progress "^2.0.0"
51875263
qrcode-terminal "^0.11.0"
51885264
rimraf "^2.6.1"
5189-
xdl "47.0.4"
5265+
xdl "48.0.2"
51905266

51915267
"react-native-svg@https://github.com/expo/react-native-svg/archive/5.5.1-exp.1.tar.gz":
51925268
version "5.5.1"
@@ -5299,7 +5375,7 @@ react-transform-hmr@^1.0.4:
52995375
global "^4.3.0"
53005376
react-proxy "^1.1.7"
53015377

5302-
react@16.2.0:
5378+
react@16.2.0, react@^16.0.0:
53035379
version "16.2.0"
53045380
resolved "https://registry.yarnpkg.com/react/-/react-16.2.0.tgz#a31bd2dab89bff65d42134fa187f24d054c273ba"
53055381
dependencies:
@@ -5345,7 +5421,7 @@ read-pkg@^2.0.0:
53455421
normalize-package-data "^2.3.2"
53465422
path-type "^2.0.0"
53475423

5348-
readable-stream@1.1.x, readable-stream@~1.1.8, readable-stream@~1.1.9:
5424+
readable-stream@1.1.x, readable-stream@^1.1.8, readable-stream@~1.1.8, readable-stream@~1.1.9:
53495425
version "1.1.14"
53505426
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-1.1.14.tgz#7cf4c54ef648e3813084c636dd2079e166c081d9"
53515427
dependencies:
@@ -5508,7 +5584,7 @@ request@2.81.0:
55085584
tunnel-agent "^0.6.0"
55095585
uuid "^3.0.0"
55105586

5511-
request@^2.74.0, request@^2.79.0, request@^2.83.0:
5587+
request@^2.79.0, request@^2.81.0, request@^2.83.0:
55125588
version "2.83.0"
55135589
resolved "https://registry.yarnpkg.com/request/-/request-2.83.0.tgz#ca0b65da02ed62935887808e6f510381034e3356"
55145590
dependencies:
@@ -5942,6 +6018,18 @@ spdx-license-ids@^1.0.2:
59426018
version "1.2.2"
59436019
resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-1.2.2.tgz#c9df7a3424594ade6bd11900d596696dc06bac57"
59446020

6021+
split@0.2.x:
6022+
version "0.2.10"
6023+
resolved "https://registry.yarnpkg.com/split/-/split-0.2.10.tgz#67097c601d697ce1368f418f06cd201cf0521a57"
6024+
dependencies:
6025+
through "2"
6026+
6027+
split@^1.0.1:
6028+
version "1.0.1"
6029+
resolved "https://registry.yarnpkg.com/split/-/split-1.0.1.tgz#605bd9be303aa59fb35f9229fbea0ddec9ea07d9"
6030+
dependencies:
6031+
through "2"
6032+
59456033
sprintf-js@~1.0.2:
59466034
version "1.0.3"
59476035
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
@@ -6228,7 +6316,7 @@ through2@^2.0.0:
62286316
readable-stream "^2.1.5"
62296317
xtend "~4.0.1"
62306318

6231-
through@^2.3.6:
6319+
through@2, through@2.3.x, through@^2.3.6:
62326320
version "2.3.8"
62336321
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
62346322

@@ -6281,6 +6369,12 @@ topo@2.x.x:
62816369
dependencies:
62826370
hoek "4.x.x"
62836371

6372+
touch@0.0.3:
6373+
version "0.0.3"
6374+
resolved "https://registry.yarnpkg.com/touch/-/touch-0.0.3.tgz#51aef3d449571d4f287a5d87c9c8b49181a0db1d"
6375+
dependencies:
6376+
nopt "~1.0.10"
6377+
62846378
tough-cookie@>=2.3.3, tough-cookie@^2.3.3, tough-cookie@~2.3.0, tough-cookie@~2.3.3:
62856379
version "2.3.3"
62866380
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.3.3.tgz#0b618a5565b6dea90bf3425d04d55edc475a7561"
@@ -6293,6 +6387,10 @@ tr46@^1.0.0:
62936387
dependencies:
62946388
punycode "^2.1.0"
62956389

6390+
"traverse@>=0.3.0 <0.4":
6391+
version "0.3.9"
6392+
resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.3.9.tgz#717b8f220cc0bb7b44e40514c22b2e8bbc70d8b9"
6393+
62966394
tree-kill@^1.1.0:
62976395
version "1.2.0"
62986396
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.0.tgz#5846786237b4239014f05db156b643212d4c6f36"
@@ -6657,12 +6755,13 @@ xcode@^0.9.1:
66576755
simple-plist "^0.2.1"
66586756
uuid "3.0.1"
66596757

6660-
xdl@47.0.4:
6661-
version "47.0.4"
6662-
resolved "https://registry.yarnpkg.com/xdl/-/xdl-47.0.4.tgz#728bc0fcf371aa91b03780ae12842c94e7eabda3"
6758+
xdl@48.0.2:
6759+
version "48.0.2"
6760+
resolved "https://registry.yarnpkg.com/xdl/-/xdl-48.0.2.tgz#a2913fb262b1c5b2e6b3466138a331e0c92bf2c7"
66636761
dependencies:
66646762
"@expo/bunyan" "^1.8.10"
66656763
"@expo/json-file" "^5.3.0"
6764+
"@expo/ngrok" "2.3.0"
66666765
"@expo/osascript" "^1.8.0"
66676766
"@expo/schemer" "1.1.0"
66686767
"@expo/spawn-async" "^1.2.8"
@@ -6684,39 +6783,44 @@ xdl@47.0.4:
66846783
fs-extra "^4.0.2"
66856784
getenv "^0.7.0"
66866785
glob "^7.0.3"
6786+
glob-promise "^3.3.0"
66876787
globby "^6.1.0"
66886788
hasbin "^1.2.3"
66896789
home-dir "^1.0.0"
66906790
idx "^2.1.0"
66916791
indent-string "^3.1.0"
6692-
instapromise "2.0.7-rc.1"
66936792
joi "^10.0.2"
66946793
jsonfile "^2.3.1"
66956794
jsonschema "^1.1.0"
66966795
jsonwebtoken "^7.2.1"
66976796
lodash "^4.14.1"
66986797
md5hex "^1.0.0"
6798+
minimatch "^3.0.4"
66996799
mkdirp "^0.5.1"
67006800
mkdirp-promise "^5.0.0"
67016801
mv "^2.1.1"
67026802
mz "^2.6.0"
67036803
ncp "^2.0.0"
67046804
opn "^4.0.2"
67056805
plist "2.1.0"
6806+
prop-types "^15.5.10"
67066807
querystring "^0.2.0"
67076808
raven "^2.1.1"
67086809
raven-js "^3.17.0"
6810+
react "^16.0.0"
67096811
react-redux "^5.0.2"
67106812
read-chunk "^2.0.0"
67116813
redux "^3.6.0"
67126814
redux-logger "^2.7.4"
67136815
replace-string "^1.1.0"
6714-
request "^2.74.0"
6816+
request "^2.83.0"
67156817
request-progress "^3.0.0"
6818+
request-promise-native "^1.0.5"
67166819
semver "^5.3.0"
67176820
slugid "^1.1.0"
67186821
slugify "^1.0.2"
67196822
source-map-support "^0.4.2"
6823+
split "^1.0.1"
67206824
tar "^4.0.2"
67216825
tree-kill "^1.1.0"
67226826
url "^0.11.0"

0 commit comments

Comments
 (0)