Skip to content

Commit 661748f

Browse files
author
Kadi Kraman
authored
Update android example 0.59.8 -> 0.59.9 (#329)
1 parent 753466c commit 661748f

File tree

7 files changed

+123
-67
lines changed

7 files changed

+123
-67
lines changed

Example/AndroidExample/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ buildscript {
1313
jcenter()
1414
}
1515
dependencies {
16-
classpath 'com.android.tools.build:gradle:3.3.1'
16+
classpath('com.android.tools.build:gradle:3.4.1')
1717

1818
// NOTE: Do not place your application dependencies here; they belong
1919
// in the individual module build.gradle files
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
34
zipStoreBase=GRADLE_USER_HOME
45
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-all.zip

Example/AndroidExample/android/gradlew

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
#!/usr/bin/env sh
22

3+
#
4+
# Copyright 2015 the original author or authors.
5+
#
6+
# Licensed under the Apache License, Version 2.0 (the "License");
7+
# you may not use this file except in compliance with the License.
8+
# You may obtain a copy of the License at
9+
#
10+
# http://www.apache.org/licenses/LICENSE-2.0
11+
#
12+
# Unless required by applicable law or agreed to in writing, software
13+
# distributed under the License is distributed on an "AS IS" BASIS,
14+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
# See the License for the specific language governing permissions and
16+
# limitations under the License.
17+
#
18+
319
##############################################################################
420
##
521
## Gradle start up script for UN*X
@@ -28,7 +44,7 @@ APP_NAME="Gradle"
2844
APP_BASE_NAME=`basename "$0"`
2945

3046
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
31-
DEFAULT_JVM_OPTS=""
47+
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
3248

3349
# Use the maximum available, or set MAX_FD != -1 to use that value.
3450
MAX_FD="maximum"

Example/AndroidExample/android/gradlew.bat

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
@rem
2+
@rem Copyright 2015 the original author or authors.
3+
@rem
4+
@rem Licensed under the Apache License, Version 2.0 (the "License");
5+
@rem you may not use this file except in compliance with the License.
6+
@rem You may obtain a copy of the License at
7+
@rem
8+
@rem http://www.apache.org/licenses/LICENSE-2.0
9+
@rem
10+
@rem Unless required by applicable law or agreed to in writing, software
11+
@rem distributed under the License is distributed on an "AS IS" BASIS,
12+
@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
@rem See the License for the specific language governing permissions and
14+
@rem limitations under the License.
15+
@rem
16+
117
@if "%DEBUG%" == "" @echo off
218
@rem ##########################################################################
319
@rem
@@ -14,7 +30,7 @@ set APP_BASE_NAME=%~n0
1430
set APP_HOME=%DIRNAME%
1531

1632
@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
17-
set DEFAULT_JVM_OPTS=
33+
set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m"
1834

1935
@rem Find java.exe
2036
if defined JAVA_HOME goto findJavaFromJavaHome

Example/AndroidExample/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
},
99
"dependencies": {
1010
"react": "16.8.3",
11-
"react-native": "0.59.8",
11+
"react-native": "0.59.9",
1212
"react-native-app-auth": "^4.4.0",
13-
"styled-components": "^4.2.1"
13+
"styled-components": "^4.3.2"
1414
},
1515
"devDependencies": {
1616
"@babel/core": "^7.4.5",

Example/AndroidExample/yarn.lock

Lines changed: 85 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -655,10 +655,10 @@
655655
exec-sh "^0.3.2"
656656
minimist "^1.2.0"
657657

658-
"@emotion/is-prop-valid@^0.7.3":
659-
version "0.7.3"
660-
resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-0.7.3.tgz#a6bf4fa5387cbba59d44e698a4680f481a8da6cc"
661-
integrity sha512-uxJqm/sqwXw3YPA5GXX365OBcJGFtxUVkB6WyezqFHlNe9jqUWH5ur2O2M8dGBz61kn1g3ZBlzUunFQXQIClhA==
658+
"@emotion/is-prop-valid@^0.8.1":
659+
version "0.8.1"
660+
resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-0.8.1.tgz#6fb3ae2d24f07c8cd090f233e45771d9cd826d48"
661+
integrity sha512-Wtaek/KGUP+HusWIa8DqtOR6U/Tl+QIdVkfJQHV3IT6ZImnJwklP5UVVPKZvkfljeFk3Q45CAPJ5N10gJ5XoLA==
662662
dependencies:
663663
"@emotion/memoize" "0.7.1"
664664

@@ -819,9 +819,9 @@
819819
"@types/yargs" "^12.0.9"
820820

821821
"@react-native-community/cli@^1.2.1":
822-
version "1.9.7"
823-
resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-1.9.7.tgz#1d0aad150a83f8ee06410c216b1b37e8861aa59f"
824-
integrity sha512-3Fw0TxB8fOVKD51kK9NN/SIonkvl8iCuUGb01RuzsrnMS76Wiu5JY3H7NhhPdvxFrrqa3vgBqJWRowAxbGJqJg==
822+
version "1.9.10"
823+
resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-1.9.10.tgz#6494e604fae3fd5993571a31bd16f0af751d56b4"
824+
integrity sha512-mYFsSljhia/xNozRRDXC5HyGRBWaDh3OickT28i6NrJSZLjp0kAH6g4c0OWk67EslgXcMi/qYpucA8W54ldu1w==
825825
dependencies:
826826
chalk "^1.1.1"
827827
commander "^2.19.0"
@@ -885,9 +885,9 @@
885885
"@babel/types" "^7.0.0"
886886

887887
"@types/babel__traverse@*", "@types/babel__traverse@^7.0.6":
888-
version "7.0.6"
889-
resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.0.6.tgz#328dd1a8fc4cfe3c8458be9477b219ea158fd7b2"
890-
integrity sha512-XYVgHF2sQ0YblLRMLNPB3CkFMewzFmlDsH/TneZFHUXDlABQgh88uOxuez7ZcXxayLFrqLwtDH1t+FmlFwNZxw==
888+
version "7.0.7"
889+
resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.0.7.tgz#2496e9ff56196cc1429c72034e07eab6121b6f3f"
890+
integrity sha512-CeBpmX1J8kWLcDEnI3Cl2Eo6RfbGvzUctA+CjZUhOKDFbLfcr7fc4usEqLNWetrlJd7RhAkyYe2czXop4fICpw==
891891
dependencies:
892892
"@babel/types" "^7.3.0"
893893

@@ -1239,14 +1239,14 @@ babel-plugin-jest-hoist@^24.6.0:
12391239
"@types/babel__traverse" "^7.0.6"
12401240

12411241
"babel-plugin-styled-components@>= 1":
1242-
version "1.10.0"
1243-
resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.10.0.tgz#ff1f42ad2cc78c21f26b62266b8f564dbc862939"
1244-
integrity sha512-sQVKG8irFXx14ZfaK1bBePirfkacl3j8nZwSZK+ZjsbnadRHKQTbhXbe/RB1vT6Vgkz45E+V95LBq4KqdhZUNw==
1242+
version "1.10.1"
1243+
resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.10.1.tgz#cc89ac5a13476ce675e13fbe53a826f9bb0ca4cd"
1244+
integrity sha512-F6R2TnPGNN6iuXCs0xQ+EsrunwNoWI55J5I8Pkd/+fzzbv1I4gFgTaZepMOVpLobYWU2XaLIm+73L0zD3CnOdQ==
12451245
dependencies:
12461246
"@babel/helper-annotate-as-pure" "^7.0.0"
12471247
"@babel/helper-module-imports" "^7.0.0"
12481248
babel-plugin-syntax-jsx "^6.18.0"
1249-
lodash "^4.17.10"
1249+
lodash "^4.17.11"
12501250

12511251
babel-plugin-syntax-jsx@^6.18.0:
12521252
version "6.18.0"
@@ -1337,9 +1337,9 @@ bcrypt-pbkdf@^1.0.0:
13371337
tweetnacl "^0.14.3"
13381338

13391339
big-integer@^1.6.7:
1340-
version "1.6.43"
1341-
resolved "https://registry.yarnpkg.com/big-integer/-/big-integer-1.6.43.tgz#8ac15bf13e93e509500859061233e19d8d0d99d1"
1342-
integrity sha512-9dULc9jsKmXl0Aeunug8wbF+58n+hQoFjqClN7WeZwGLh0XJUWyJJ9Ee+Ep+Ql/J9fRsTVaeThp8MhiCCrY0Jg==
1340+
version "1.6.44"
1341+
resolved "https://registry.yarnpkg.com/big-integer/-/big-integer-1.6.44.tgz#4ee9ae5f5839fc11ade338fea216b4513454a539"
1342+
integrity sha512-7MzElZPTyJ2fNvBkPxtFQ2fWIkVmuzw41+BZHSzpEq3ymB2MfeKp1+yXl/tS75xCx+WnyV+yb0kp+K1C3UNwmQ==
13431343

13441344
bplist-creator@0.0.7:
13451345
version "0.0.7"
@@ -1705,9 +1705,9 @@ core-js@^2.2.2, core-js@^2.4.1:
17051705
integrity sha512-HOpZf6eXmnl7la+cUdMnLvUxKNqLUzJvgIziQ0DiF3JwSImNphIqdGqzj6hIKyX04MmV0poclQ7+wjWvxQyR2A==
17061706

17071707
core-js@^3.0.0:
1708-
version "3.1.3"
1709-
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.1.3.tgz#95700bca5f248f5f78c0ec63e784eca663ec4138"
1710-
integrity sha512-PWZ+ZfuaKf178BIAg+CRsljwjIMRV8MY00CbZczkR6Zk5LfkSkjGoaab3+bqRQWVITNZxQB7TFYz+CFcyuamvA==
1708+
version "3.1.4"
1709+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.1.4.tgz#3a2837fc48e582e1ae25907afcd6cf03b0cc7a07"
1710+
integrity sha512-YNZN8lt82XIMLnLirj9MhKDFZHalwzzrL9YLt6eb0T5D0EDl4IQ90IGkua8mHbnxNrkj1d8hbdizMc0Qmg1WnQ==
17111711

17121712
core-util-is@1.0.2, core-util-is@~1.0.0:
17131713
version "1.0.2"
@@ -2508,12 +2508,12 @@ glob@^7.1.1, glob@^7.1.2, glob@^7.1.3:
25082508
path-is-absolute "^1.0.0"
25092509

25102510
global@^4.3.0:
2511-
version "4.3.2"
2512-
resolved "https://registry.yarnpkg.com/global/-/global-4.3.2.tgz#e76989268a6c74c38908b1305b10fc0e394e9d0f"
2513-
integrity sha1-52mJJopsdMOJCLEwWxD8DjlOnQ8=
2511+
version "4.4.0"
2512+
resolved "https://registry.yarnpkg.com/global/-/global-4.4.0.tgz#3e7b105179006a323ed71aafca3e9c57a5cc6406"
2513+
integrity sha512-wv/LAoHdRE3BeTGz53FAamhGlPLhlssK45usmGFThIi4XqnBmjKQ16u+RNbP7WvigRZDxUsM0J3gcQ5yicaL0w==
25142514
dependencies:
25152515
min-document "^2.19.0"
2516-
process "~0.5.1"
2516+
process "^0.11.10"
25172517

25182518
globals@^11.1.0:
25192519
version "11.12.0"
@@ -2694,7 +2694,12 @@ inflight@^1.0.4:
26942694
once "^1.3.0"
26952695
wrappy "1"
26962696

2697-
inherits@2, inherits@2.0.3, inherits@^2.0.3, inherits@~2.0.3:
2697+
inherits@2, inherits@^2.0.3, inherits@~2.0.3:
2698+
version "2.0.4"
2699+
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
2700+
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
2701+
2702+
inherits@2.0.3:
26982703
version "2.0.3"
26992704
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
27002705
integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=
@@ -2937,6 +2942,11 @@ is-typedarray@~1.0.0:
29372942
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
29382943
integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=
29392944

2945+
is-what@^3.2.3:
2946+
version "3.2.3"
2947+
resolved "https://registry.yarnpkg.com/is-what/-/is-what-3.2.3.tgz#50f76f1bd8e56967e15765d1d34302513701997b"
2948+
integrity sha512-c4syLgFnjXTH5qd82Fp/qtUIeM0wA69xbI0KH1QpurMIvDaZFrS8UtAa4U52Dc2qSznaMxHit0gErMp6A/Qk1w==
2949+
29402950
is-windows@^1.0.2:
29412951
version "1.0.2"
29422952
resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d"
@@ -3148,9 +3158,9 @@ jest-haste-map@24.0.0-alpha.6:
31483158
sane "^3.0.0"
31493159

31503160
jest-haste-map@^24.8.0:
3151-
version "24.8.0"
3152-
resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-24.8.0.tgz#51794182d877b3ddfd6e6d23920e3fe72f305800"
3153-
integrity sha512-ZBPRGHdPt1rHajWelXdqygIDpJx8u3xOoLyUBWRW28r3tagrgoepPrzAozW7kW9HrQfhvmiv1tncsxqHJO1onQ==
3161+
version "24.8.1"
3162+
resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-24.8.1.tgz#f39cc1d2b1d907e014165b4bd5a957afcb992982"
3163+
integrity sha512-SwaxMGVdAZk3ernAx2Uv2sorA7jm3Kx+lR0grp6rMmnY06Kn/urtKx1LPN2mGTea4fCT38impYT28FfcLUhX0g==
31543164
dependencies:
31553165
"@jest/types" "^24.8.0"
31563166
anymatch "^2.0.0"
@@ -3661,7 +3671,7 @@ lodash.throttle@^4.1.1:
36613671
resolved "https://registry.yarnpkg.com/lodash.throttle/-/lodash.throttle-4.1.1.tgz#c23e91b710242ac70c37f1e1cda9274cc39bf2f4"
36623672
integrity sha1-wj6RtxAkKscMN/HhzaknTMOb8vQ=
36633673

3664-
lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.5, lodash@^4.3.0, lodash@^4.6.1:
3674+
lodash@^4.17.11, lodash@^4.17.5, lodash@^4.3.0, lodash@^4.6.1:
36653675
version "4.17.11"
36663676
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
36673677
integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==
@@ -3741,6 +3751,13 @@ memoize-one@^5.0.0:
37413751
resolved "https://registry.yarnpkg.com/memoize-one/-/memoize-one-5.0.4.tgz#005928aced5c43d890a4dfab18ca908b0ec92cbc"
37423752
integrity sha512-P0z5IeAH6qHHGkJIXWw0xC2HNEgkx/9uWWBQw64FJj3/ol14VYdfVGWWr0fXfjhhv3TKVIqUq65os6O4GUNksA==
37433753

3754+
merge-anything@^2.2.4:
3755+
version "2.2.5"
3756+
resolved "https://registry.yarnpkg.com/merge-anything/-/merge-anything-2.2.5.tgz#37ef13f36359ee64f09c657d2cef45f7e29493f9"
3757+
integrity sha512-WgZGR7EQ1D8pyh57uKBbkPhUCJZLGdMzbDaxL4MDTJSGsvtpGdm8myr6DDtgJwT46xiFBlHqxbveDRpFBWlKWQ==
3758+
dependencies:
3759+
is-what "^3.2.3"
3760+
37443761
merge-stream@^1.0.1:
37453762
version "1.0.1"
37463763
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-1.0.1.tgz#4041202d508a342ba00174008df0c251b8c135e1"
@@ -4216,11 +4233,16 @@ ms@2.0.0:
42164233
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
42174234
integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=
42184235

4219-
ms@2.1.1, ms@^2.1.1:
4236+
ms@2.1.1:
42204237
version "2.1.1"
42214238
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a"
42224239
integrity sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==
42234240

4241+
ms@^2.1.1:
4242+
version "2.1.2"
4243+
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
4244+
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
4245+
42244246
mute-stream@0.0.7:
42254247
version "0.0.7"
42264248
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.7.tgz#3075ce93bc21b8fab43e1bc4da7e8115ed1e7bab"
@@ -4801,14 +4823,14 @@ private@^0.1.6:
48014823
integrity sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg==
48024824

48034825
process-nextick-args@~2.0.0:
4804-
version "2.0.0"
4805-
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.0.tgz#a37d732f4271b4ab1ad070d35508e8290788ffaa"
4806-
integrity sha512-MtEC1TqN0EU5nephaJ4rAtThHtC86dNN9qCuEhtshvpVBkAW5ZO7BASN9REnF9eoXGcRub+pFuKEpOHE+HbEMw==
4826+
version "2.0.1"
4827+
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2"
4828+
integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==
48074829

4808-
process@~0.5.1:
4809-
version "0.5.2"
4810-
resolved "https://registry.yarnpkg.com/process/-/process-0.5.2.tgz#1638d8a8e34c2f440a91db95ab9aeb677fc185cf"
4811-
integrity sha1-FjjYqONML0QKkduVq5rrZ3/Bhc8=
4830+
process@^0.11.10:
4831+
version "0.11.10"
4832+
resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182"
4833+
integrity sha1-czIwDoQBYb2j5podHZGn1LwW8YI=
48124834

48134835
promise@^7.1.1:
48144836
version "7.3.1"
@@ -4840,9 +4862,9 @@ pseudomap@^1.0.2:
48404862
integrity sha1-8FKijacOYYkX7wqKw0wa5aaChrM=
48414863

48424864
psl@^1.1.24, psl@^1.1.28:
4843-
version "1.1.32"
4844-
resolved "https://registry.yarnpkg.com/psl/-/psl-1.1.32.tgz#3f132717cf2f9c169724b2b6caf373cf694198db"
4845-
integrity sha512-MHACAkHpihU/REGGPLj4sEfc/XKW2bheigvHO1dUqjaKigMp1C8+WLQYRGgeKFMsw5PMfegZcaN8IDXK/cD0+g==
4865+
version "1.1.33"
4866+
resolved "https://registry.yarnpkg.com/psl/-/psl-1.1.33.tgz#5533d9384ca7aab86425198e10e8053ebfeab661"
4867+
integrity sha512-LTDP2uSrsc7XCb5lO7A8BI1qYxRe/8EqlRvMeEl6rsnYAqDOl8xHR+8lSAIVfrNaSAlTPTNOCgNjWcoUL3AZsw==
48464868

48474869
pump@^3.0.0:
48484870
version "3.0.0"
@@ -4919,10 +4941,10 @@ react-native-app-auth@^4.4.0:
49194941
resolved "https://registry.yarnpkg.com/react-native-app-auth/-/react-native-app-auth-4.4.0.tgz#fb8ea89095b49e8bd9205d78dbfb7c71cc40f5b3"
49204942
integrity sha512-rNGjhyK2oR4/dLGyauCJT3UOZn29BG14QfrZwlVBf/Bh941UZOe/0QH9KrtjEfMK6GQg6Tg2pslH6guVpvpW5A==
49214943

4922-
react-native@0.59.8:
4923-
version "0.59.8"
4924-
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.59.8.tgz#ade4141c777c60f5ec4889d9811d0f80a9d56547"
4925-
integrity sha512-x1T+/pEXrjgdH9uDzd5doJy5aFlBqW04j7ljDKIGALchhnvdFbtXXrUZ/1PfWHMrIdZxtaDt4tkSttp662GSQA==
4944+
react-native@0.59.9:
4945+
version "0.59.9"
4946+
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.59.9.tgz#c94ee4fa35121720c05235a2dd6cdd2784bf5177"
4947+
integrity sha512-/+8EgIZwFpYHyyJ7Zav7B6LHNrytwUQ+EKGT/QV7HSrgpf2Y5NZNeUYUHKiVKLYpBip1G32/LcAECQj37YRwGQ==
49264948
dependencies:
49274949
"@babel/runtime" "^7.0.0"
49284950
"@react-native-community/cli" "^1.2.1"
@@ -5265,9 +5287,9 @@ rsvp@^3.3.3:
52655287
integrity sha512-OfWGQTb9vnwRjwtA2QwpG2ICclHC3pgXZO5xt8H2EfgDquO0qVdSb5T88L4qJVAEugbS56pAuV4XZM58UX8ulw==
52665288

52675289
rsvp@^4.8.4:
5268-
version "4.8.4"
5269-
resolved "https://registry.yarnpkg.com/rsvp/-/rsvp-4.8.4.tgz#b50e6b34583f3dd89329a2f23a8a2be072845911"
5270-
integrity sha512-6FomvYPfs+Jy9TfXmBpBuMWNH94SgCsZmJKcanySzgNNP6LjWxBvyLTa9KaMfDDM5oxRfrKDB0r/qeRsLwnBfA==
5290+
version "4.8.5"
5291+
resolved "https://registry.yarnpkg.com/rsvp/-/rsvp-4.8.5.tgz#c8f155311d167f68f21e168df71ec5b083113734"
5292+
integrity sha512-nfMOlASu9OnRJo1mbEk2cz0D56a1MBNrJ7orjRZQG10XDyuvwksKbuXNp6qa+kbn839HwjwhBzhFmdsaEAfauA==
52715293

52725294
run-async@^2.2.0:
52735295
version "2.3.0"
@@ -5710,17 +5732,19 @@ strip-json-comments@~2.0.1:
57105732
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
57115733
integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=
57125734

5713-
styled-components@^4.2.1:
5714-
version "4.2.1"
5715-
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-4.2.1.tgz#494e35525b5557f7ce7b3c0040fcb0a46af40886"
5716-
integrity sha512-zBSMOJW1zfQ1rASGHJ5dHXIkn3VoOGLtQAYhkd4Ib7e+eI//uwMJWsI65JRe3aGrN2Xx8IT9jxxnVSXt9LaLCw==
5735+
styled-components@^4.3.2:
5736+
version "4.3.2"
5737+
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-4.3.2.tgz#4ca81918c812d3006f60ac5fdec7d6b64a9509cc"
5738+
integrity sha512-NppHzIFavZ3TsIU3R1omtddJ0Bv1+j50AKh3ZWyXHuFvJq1I8qkQ5mZ7uQgD89Y8zJNx2qRo6RqAH1BmoVafHw==
57175739
dependencies:
57185740
"@babel/helper-module-imports" "^7.0.0"
5719-
"@emotion/is-prop-valid" "^0.7.3"
5741+
"@babel/traverse" "^7.0.0"
5742+
"@emotion/is-prop-valid" "^0.8.1"
57205743
"@emotion/unitless" "^0.7.0"
57215744
babel-plugin-styled-components ">= 1"
57225745
css-to-react-native "^2.2.2"
57235746
memoize-one "^5.0.0"
5747+
merge-anything "^2.2.4"
57245748
prop-types "^15.5.4"
57255749
react-is "^16.6.0"
57265750
stylis "^3.5.0"
@@ -5757,14 +5781,14 @@ supports-color@^6.1.0:
57575781
has-flag "^3.0.0"
57585782

57595783
symbol-tree@^3.2.2:
5760-
version "3.2.2"
5761-
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.2.tgz#ae27db38f660a7ae2e1c3b7d1bc290819b8519e6"
5762-
integrity sha1-rifbOPZgp64uHDt9G8KQgZuFGeY=
5784+
version "3.2.4"
5785+
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"
5786+
integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==
57635787

57645788
tar@^4:
5765-
version "4.4.9"
5766-
resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.9.tgz#058fbb152f6fc45733e84585a40c39e59302e1b3"
5767-
integrity sha512-xisFa7Q2i3HOgfn+nmnWLGHD6Tm23hxjkx6wwGmgxkJFr6wxwXnJOdJYcZjL453PSdF0+bemO03+flAzkIdLBQ==
5789+
version "4.4.10"
5790+
resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.10.tgz#946b2810b9a5e0b26140cf78bea6b0b0d689eba1"
5791+
integrity sha512-g2SVs5QIxvo6OLp0GudTqEf05maawKUxXru104iaayWA09551tFCTI8f1Asb4lPfkBr91k07iL4c11XO3/b0tA==
57685792
dependencies:
57695793
chownr "^1.1.1"
57705794
fs-minipass "^1.2.5"
@@ -5920,9 +5944,9 @@ typedarray@^0.0.6:
59205944
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
59215945

59225946
ua-parser-js@^0.7.18:
5923-
version "0.7.19"
5924-
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.19.tgz#94151be4c0a7fb1d001af7022fdaca4642659e4b"
5925-
integrity sha512-T3PVJ6uz8i0HzPxOF9SWzWAlfN/DavlpQqepn22xgve/5QecC+XMCAtmUNnY7C9StehaV6exjUCI801lOI7QlQ==
5947+
version "0.7.20"
5948+
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.20.tgz#7527178b82f6a62a0f243d1f94fd30e3e3c21098"
5949+
integrity sha512-8OaIKfzL5cpx8eCMAhhvTlft8GYF8b2eQr6JkCyVdrgjcytyOmPCXrqXFcUnhonRpLlh5yxEZVohm6mzaowUOw==
59265950

59275951
uglify-es@^3.1.9:
59285952
version "3.3.9"

0 commit comments

Comments
 (0)