Skip to content

Commit 69fa65d

Browse files
1 parent 6b2ca88 commit 69fa65d

File tree

2 files changed

+53
-94
lines changed

2 files changed

+53
-94
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"codecov": "3.6.1",
4444
"istanbul": "0.4.5",
4545
"istanbul-api": "2.1.6",
46-
"istanbul-reports": "2.2.6",
46+
"istanbul-reports": "3.0.0",
4747
"jest": "24.9.0",
4848
"metro-react-native-babel-preset": "0.57.0",
4949
"prettier": "1.19.1",

yarn.lock

Lines changed: 52 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -1302,14 +1302,6 @@ ajv@^6.10.2, ajv@^6.9.1:
13021302
json-schema-traverse "^0.4.1"
13031303
uri-js "^4.2.2"
13041304

1305-
align-text@^0.1.1, align-text@^0.1.3:
1306-
version "0.1.4"
1307-
resolved "https://registry.yarnpkg.com/align-text/-/align-text-0.1.4.tgz#0cd90a561093f35d0a99256c22b7069433fad117"
1308-
dependencies:
1309-
kind-of "^3.0.2"
1310-
longest "^1.0.1"
1311-
repeat-string "^1.5.2"
1312-
13131305
amdefine@>=0.0.4:
13141306
version "1.0.1"
13151307
resolved "https://registry.yarnpkg.com/amdefine/-/amdefine-1.0.1.tgz#4a5282ac164729e93619bcfd3ad151f817ce91f5"
@@ -1509,7 +1501,7 @@ async-limiter@~1.0.0:
15091501
version "1.0.0"
15101502
resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.0.tgz#78faed8c3d074ab81f22b4e985d79e8738f720f8"
15111503

1512-
async@1.x, async@^1.4.0:
1504+
async@1.x:
15131505
version "1.5.2"
15141506
resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"
15151507

@@ -1797,10 +1789,6 @@ callsites@^3.0.0:
17971789
resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
17981790
integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==
17991791

1800-
camelcase@^1.0.2:
1801-
version "1.2.1"
1802-
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-1.2.1.tgz#9bb5304d2e0b56698b2c758b08a3eaa9daa58a39"
1803-
18041792
camelcase@^4.1.0:
18051793
version "4.1.0"
18061794
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd"
@@ -1821,13 +1809,6 @@ caseless@~0.12.0:
18211809
version "0.12.0"
18221810
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
18231811

1824-
center-align@^0.1.1:
1825-
version "0.1.3"
1826-
resolved "https://registry.yarnpkg.com/center-align/-/center-align-0.1.3.tgz#aa0d32629b6ee972200411cbd4461c907bc2b7ad"
1827-
dependencies:
1828-
align-text "^0.1.3"
1829-
lazy-cache "^1.0.3"
1830-
18311812
chalk@^1.1.3:
18321813
version "1.1.3"
18331814
resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98"
@@ -1899,14 +1880,6 @@ cli-width@^2.0.0:
18991880
version "2.2.0"
19001881
resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-2.2.0.tgz#ff19ede8a9a5e579324147b0c11f0fbcbabed639"
19011882

1902-
cliui@^2.1.0:
1903-
version "2.1.0"
1904-
resolved "https://registry.yarnpkg.com/cliui/-/cliui-2.1.0.tgz#4b475760ff80264c762c3a1719032e91c7fea0d1"
1905-
dependencies:
1906-
center-align "^0.1.1"
1907-
right-align "^0.1.1"
1908-
wordwrap "0.0.2"
1909-
19101883
cliui@^3.2.0:
19111884
version "3.2.0"
19121885
resolved "https://registry.yarnpkg.com/cliui/-/cliui-3.2.0.tgz#120601537a916d29940f934da3b48d585a39213d"
@@ -2215,7 +2188,7 @@ debug@^4.0.1, debug@^4.1.0, debug@^4.1.1:
22152188
dependencies:
22162189
ms "^2.1.1"
22172190

2218-
decamelize@^1.0.0, decamelize@^1.1.1, decamelize@^1.2.0:
2191+
decamelize@^1.1.1, decamelize@^1.2.0:
22192192
version "1.2.0"
22202193
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
22212194

@@ -3071,17 +3044,7 @@ growly@^1.3.0:
30713044
version "1.3.0"
30723045
resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081"
30733046

3074-
handlebars@^4.0.1:
3075-
version "4.0.11"
3076-
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.0.11.tgz#630a35dfe0294bc281edae6ffc5d329fc7982dcc"
3077-
dependencies:
3078-
async "^1.4.0"
3079-
optimist "^0.6.1"
3080-
source-map "^0.4.4"
3081-
optionalDependencies:
3082-
uglify-js "^2.6"
3083-
3084-
handlebars@^4.1.2:
3047+
handlebars@^4.0.1, handlebars@^4.1.2:
30853048
version "4.1.2"
30863049
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.1.2.tgz#b6b37c1ced0306b221e094fc7aca3ec23b131b67"
30873050
integrity sha512-nvfrjqvt9xQ8Z/w0ijewdD/vvWDTOweBUm96NTr66Wfvo1mJenBLwcYmPs3TIBP5ruzYGD7Hx/DaM9RmhroGPw==
@@ -3117,6 +3080,11 @@ has-flag@^3.0.0:
31173080
version "3.0.0"
31183081
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
31193082

3083+
has-flag@^4.0.0:
3084+
version "4.0.0"
3085+
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
3086+
integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
3087+
31203088
has-symbols@^1.0.0:
31213089
version "1.0.0"
31223090
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
@@ -3187,6 +3155,11 @@ html-encoding-sniffer@^1.0.2:
31873155
dependencies:
31883156
whatwg-encoding "^1.0.1"
31893157

3158+
html-escaper@^2.0.0:
3159+
version "2.0.0"
3160+
resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.0.tgz#71e87f931de3fe09e56661ab9a29aadec707b491"
3161+
integrity sha512-a4u9BeERWGu/S8JiWEAQcdrg9v4QArtP9keViQjGMdff20fBdd8waotXaNmODqBe6uZ3Nafi7K/ho4gCQHV3Ig==
3162+
31903163
http-errors@~1.7.2:
31913164
version "1.7.3"
31923165
resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.3.tgz#6c619e4f9c60308c38519498c14fbb10aacebb06"
@@ -3565,6 +3538,11 @@ istanbul-lib-coverage@^2.0.2, istanbul-lib-coverage@^2.0.5:
35653538
resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.5.tgz#675f0ab69503fad4b1d849f736baaca803344f49"
35663539
integrity sha512-8aXznuEPCJvGnMSRft4udDRDtb1V3pkQkMMI5LI+6HuQz5oQ4J2UFn1H82raA3qJtyOLkkwVqICBQkjnGtn5mA==
35673540

3541+
istanbul-lib-coverage@^3.0.0:
3542+
version "3.0.0"
3543+
resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.0.tgz#f5944a37c70b550b02a78a5c3b2055b280cec8ec"
3544+
integrity sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg==
3545+
35683546
istanbul-lib-hook@^2.0.7:
35693547
version "2.0.7"
35703548
resolved "https://registry.yarnpkg.com/istanbul-lib-hook/-/istanbul-lib-hook-2.0.7.tgz#c95695f383d4f8f60df1f04252a9550e15b5b133"
@@ -3594,6 +3572,15 @@ istanbul-lib-report@^2.0.4, istanbul-lib-report@^2.0.8:
35943572
make-dir "^2.1.0"
35953573
supports-color "^6.1.0"
35963574

3575+
istanbul-lib-report@^3.0.0:
3576+
version "3.0.0"
3577+
resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz#7518fe52ea44de372f460a76b5ecda9ffb73d8a6"
3578+
integrity sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==
3579+
dependencies:
3580+
istanbul-lib-coverage "^3.0.0"
3581+
make-dir "^3.0.0"
3582+
supports-color "^7.1.0"
3583+
35973584
istanbul-lib-source-maps@^3.0.1, istanbul-lib-source-maps@^3.0.6:
35983585
version "3.0.6"
35993586
resolved "https://registry.yarnpkg.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-3.0.6.tgz#284997c48211752ec486253da97e3879defba8c8"
@@ -3605,7 +3592,15 @@ istanbul-lib-source-maps@^3.0.1, istanbul-lib-source-maps@^3.0.6:
36053592
rimraf "^2.6.3"
36063593
source-map "^0.6.1"
36073594

3608-
istanbul-reports@2.2.6, istanbul-reports@^2.2.4, istanbul-reports@^2.2.6:
3595+
istanbul-reports@3.0.0:
3596+
version "3.0.0"
3597+
resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-3.0.0.tgz#d4d16d035db99581b6194e119bbf36c963c5eb70"
3598+
integrity sha512-2osTcC8zcOSUkImzN2EWQta3Vdi4WjjKw99P2yWx5mLnigAM0Rd5uYFn1cf2i/Ois45GkNjaoTqc5CxgMSX80A==
3599+
dependencies:
3600+
html-escaper "^2.0.0"
3601+
istanbul-lib-report "^3.0.0"
3602+
3603+
istanbul-reports@^2.2.4, istanbul-reports@^2.2.6:
36093604
version "2.2.6"
36103605
resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-2.2.6.tgz#7b4f2660d82b29303a8fe6091f8ca4bf058da1af"
36113606
integrity sha512-SKi4rnMyLBKe0Jy2uUdx28h8oG7ph2PPuQPvIAh31d+Ci+lSiEu4C+h3oBPuJ9+mPKhOyW0M8gY4U5NM1WLeXA==
@@ -4183,10 +4178,6 @@ kleur@^3.0.2:
41834178
resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e"
41844179
integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==
41854180

4186-
lazy-cache@^1.0.3:
4187-
version "1.0.4"
4188-
resolved "https://registry.yarnpkg.com/lazy-cache/-/lazy-cache-1.0.4.tgz#a1d78fc3a50474cb80845d3b3b6e1da49a446e8e"
4189-
41904181
lcid@^1.0.0:
41914182
version "1.0.0"
41924183
resolved "https://registry.yarnpkg.com/lcid/-/lcid-1.0.0.tgz#308accafa0bc483a3867b4b6f2b9506251d1b835"
@@ -4315,10 +4306,6 @@ loglevel@^1.4.1:
43154306
version "1.6.1"
43164307
resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.6.1.tgz#e0fc95133b6ef276cdc8887cdaf24aa6f156f8fa"
43174308

4318-
longest@^1.0.1:
4319-
version "1.0.1"
4320-
resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097"
4321-
43224309
loose-envify@^1.0.0:
43234310
version "1.3.1"
43244311
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.3.1.tgz#d1a8ad33fa9ce0e713d65fdd0ac8b748d478c848"
@@ -4348,6 +4335,13 @@ make-dir@^2.0.0, make-dir@^2.1.0:
43484335
pify "^4.0.1"
43494336
semver "^5.6.0"
43504337

4338+
make-dir@^3.0.0:
4339+
version "3.0.0"
4340+
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.0.0.tgz#1b5f39f6b9270ed33f9f054c5c0f84304989f801"
4341+
integrity sha512-grNJDhb8b1Jm1qeqW5R/O63wUo4UXo2v2HMic6YT9i/HBlF93S8jkMgH7yugvY9ABDShH4VZMn8I+U8+fCNegw==
4342+
dependencies:
4343+
semver "^6.0.0"
4344+
43514345
make-error@1.x:
43524346
version "1.3.5"
43534347
resolved "https://registry.yarnpkg.com/make-error/-/make-error-1.3.5.tgz#efe4e81f6db28cadd605c70f29c831b58ef776c8"
@@ -5724,7 +5718,7 @@ repeat-element@^1.1.2:
57245718
version "1.1.2"
57255719
resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.2.tgz#ef089a178d1483baae4d93eb98b4f9e4e11d990a"
57265720

5727-
repeat-string@^1.5.2, repeat-string@^1.6.1:
5721+
repeat-string@^1.6.1:
57285722
version "1.6.1"
57295723
resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637"
57305724

@@ -5841,12 +5835,6 @@ ret@~0.1.10:
58415835
version "0.1.15"
58425836
resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc"
58435837

5844-
right-align@^0.1.1:
5845-
version "0.1.3"
5846-
resolved "https://registry.yarnpkg.com/right-align/-/right-align-0.1.3.tgz#61339b722fe6a3515689210d24e14c96148613ef"
5847-
dependencies:
5848-
align-text "^0.1.1"
5849-
58505838
rimraf@2.6.3, rimraf@^2.6.3:
58515839
version "2.6.3"
58525840
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab"
@@ -6189,13 +6177,7 @@ source-map-url@^0.4.0:
61896177
version "0.4.0"
61906178
resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.0.tgz#3e935d7ddd73631b97659956d55128e87b5084a3"
61916179

6192-
source-map@^0.4.4:
6193-
version "0.4.4"
6194-
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.4.4.tgz#eba4f5da9c0dc999de68032d8b4f76173652036b"
6195-
dependencies:
6196-
amdefine ">=0.0.4"
6197-
6198-
source-map@^0.5.0, source-map@^0.5.6, source-map@~0.5.1:
6180+
source-map@^0.5.0, source-map@^0.5.6:
61996181
version "0.5.7"
62006182
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"
62016183
integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=
@@ -6398,6 +6380,13 @@ supports-color@^6.1.0:
63986380
dependencies:
63996381
has-flag "^3.0.0"
64006382

6383+
supports-color@^7.1.0:
6384+
version "7.1.0"
6385+
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.1.0.tgz#68e32591df73e25ad1c4b49108a2ec507962bfd1"
6386+
integrity sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==
6387+
dependencies:
6388+
has-flag "^4.0.0"
6389+
64016390
symbol-observable@1.0.1:
64026391
version "1.0.1"
64036392
resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.0.1.tgz#8340fc4702c3122df5d22288f88283f513d3fdd4"
@@ -6636,15 +6625,6 @@ uglify-es@^3.1.9:
66366625
commander "~2.13.0"
66376626
source-map "~0.6.1"
66386627

6639-
uglify-js@^2.6:
6640-
version "2.8.29"
6641-
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-2.8.29.tgz#29c5733148057bb4e1f75df35b7a9cb72e6a59dd"
6642-
dependencies:
6643-
source-map "~0.5.1"
6644-
yargs "~3.10.0"
6645-
optionalDependencies:
6646-
uglify-to-browserify "~1.0.0"
6647-
66486628
uglify-js@^3.1.4:
66496629
version "3.6.0"
66506630
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.6.0.tgz#704681345c53a8b2079fb6cec294b05ead242ff5"
@@ -6653,10 +6633,6 @@ uglify-js@^3.1.4:
66536633
commander "~2.20.0"
66546634
source-map "~0.6.1"
66556635

6656-
uglify-to-browserify@~1.0.0:
6657-
version "1.0.2"
6658-
resolved "https://registry.yarnpkg.com/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz#6e0924d6bda6b5afe349e39a6d632850a0f882b7"
6659-
66606636
ultron@1.0.x:
66616637
version "1.0.2"
66626638
resolved "https://registry.yarnpkg.com/ultron/-/ultron-1.0.2.tgz#ace116ab557cd197386a4e88f4685378c8b2e4fa"
@@ -6871,14 +6847,6 @@ wide-align@^1.1.0:
68716847
dependencies:
68726848
string-width "^1.0.2"
68736849

6874-
window-size@0.1.0:
6875-
version "0.1.0"
6876-
resolved "https://registry.yarnpkg.com/window-size/-/window-size-0.1.0.tgz#5438cd2ea93b202efa3a19fe8887aee7c94f9c9d"
6877-
6878-
wordwrap@0.0.2:
6879-
version "0.0.2"
6880-
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.2.tgz#b79669bb42ecb409f83d583cad52ca17eaa1643f"
6881-
68826850
wordwrap@^1.0.0, wordwrap@~1.0.0:
68836851
version "1.0.0"
68846852
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
@@ -7098,12 +7066,3 @@ yargs@^9.0.0:
70987066
which-module "^2.0.0"
70997067
y18n "^3.2.1"
71007068
yargs-parser "^7.0.0"
7101-
7102-
yargs@~3.10.0:
7103-
version "3.10.0"
7104-
resolved "https://registry.yarnpkg.com/yargs/-/yargs-3.10.0.tgz#f7ee7bd857dd7c1d2d38c0e74efbd681d1431fd1"
7105-
dependencies:
7106-
camelcase "^1.0.2"
7107-
cliui "^2.1.0"
7108-
decamelize "^1.0.0"
7109-
window-size "0.1.0"

0 commit comments

Comments
 (0)