Skip to content

Commit 6370258

Browse files
libraries update
1 parent d22281d commit 6370258

File tree

2 files changed

+101
-75
lines changed

2 files changed

+101
-75
lines changed

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@
1616
"e2e:test": "detox test --configuration ios.sim.debug"
1717
},
1818
"dependencies": {
19+
"global": "^4.4.0",
1920
"i18n-js": "^3.2.1",
21+
"jetifier": "^1.6.5",
2022
"lodash": "^4.17.13",
2123
"moment": "^2.24.0",
22-
"react": "16.8.1",
23-
"react-native": "0.61.3",
24+
"react": "16.9.0",
25+
"react-native": "0.61.5",
2426
"react-native-calendars": "^1.212.0",
2527
"react-native-gesture-handler": "^1.5.0",
2628
"react-native-gifted-chat": "^0.11.3",
@@ -29,7 +31,7 @@
2931
"react-native-localize": "^1.3.1",
3032
"react-native-modal": "^9.0.0",
3133
"react-native-modal-datetime-picker": "^6.0.0",
32-
"react-native-modal-dropdown": "^0.6.2",
34+
"react-native-modal-dropdown": "0.7.0",
3335
"react-native-paper": "^3.1.1",
3436
"react-native-ui-lib": "^3.39.0",
3537
"react-native-vector-icons": "^6.6.0",
@@ -46,8 +48,8 @@
4648
"victory-native": "^31.0.0"
4749
},
4850
"devDependencies": {
49-
"@babel/preset-flow": "^7.0.0",
5051
"@babel/core": "^7.5.0",
52+
"@babel/preset-flow": "^7.0.0",
5153
"@babel/runtime": "^7.5.0",
5254
"@react-native-community/eslint-config": "^0.0.3",
5355
"babel-eslint": "^10.0.1",

yarn.lock

Lines changed: 95 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -927,53 +927,60 @@
927927
dependencies:
928928
prop-types "^15.5.10"
929929

930-
"@react-native-community/cli-platform-android@^3.0.0-alpha.1", "@react-native-community/cli-platform-android@^3.0.0-alpha.7":
931-
version "3.0.0-alpha.7"
932-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-3.0.0-alpha.7.tgz#03c3671ab72b62a8742aa71b66cb8d594171891f"
930+
"@react-native-community/cli-debugger-ui@^3.0.0":
931+
version "3.0.0"
932+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-3.0.0.tgz#d01d08d1e5ddc1633d82c7d84d48fff07bd39416"
933+
integrity sha512-m3X+iWLsK/H7/b7PpbNO33eQayR/+M26la4ZbYe1KRke5Umg4PIWsvg21O8Tw4uJcY8LA5hsP+rBi/syBkBf0g==
933934
dependencies:
934-
"@react-native-community/cli-tools" "^3.0.0-alpha.7"
935+
serve-static "^1.13.1"
936+
937+
"@react-native-community/cli-platform-android@^3.0.0":
938+
version "3.0.3"
939+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-3.0.3.tgz#e652abce79a7c1e3a8280228123e99df2c4b97b6"
940+
integrity sha512-rNO9DmRiVhB6aP2DVUjEJv7ecriTARDZND88ny3xNVUkrD1Y+zwF6aZu3eoT52VXOxLCSLiJzz19OiyGmfqxYg==
941+
dependencies:
942+
"@react-native-community/cli-tools" "^3.0.0"
935943
chalk "^2.4.2"
936944
execa "^1.0.0"
937945
jetifier "^1.6.2"
938946
logkitty "^0.6.0"
939947
slash "^3.0.0"
940948
xmldoc "^1.1.2"
941949

942-
"@react-native-community/cli-platform-ios@^3.0.0-alpha.1", "@react-native-community/cli-platform-ios@^3.0.0-alpha.7":
943-
version "3.0.0-alpha.7"
944-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-3.0.0-alpha.7.tgz#21be15fc3b8117e0e62caf1e754f2760d78cfa93"
950+
"@react-native-community/cli-platform-ios@^3.0.0":
951+
version "3.0.0"
952+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-3.0.0.tgz#3a48a449c0c33af3b0b3d19d3256de99388fe15f"
953+
integrity sha512-QoNVlDj8eMXRZk9uktPFsctHurQpv9jKmiu6mQii4NEtT2npE7g1hbWpRNojutBsfgmCdQGDHd9uB54eeCnYgg==
945954
dependencies:
946-
"@react-native-community/cli-tools" "^3.0.0-alpha.7"
955+
"@react-native-community/cli-tools" "^3.0.0"
947956
chalk "^2.4.2"
948957
js-yaml "^3.13.1"
949958
xcode "^2.0.0"
950959

951-
"@react-native-community/cli-tools@^3.0.0-alpha.7":
952-
version "3.0.0-alpha.7"
953-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-3.0.0-alpha.7.tgz#1018283598e3f2ddc785d1381ca8692ec51735a5"
960+
"@react-native-community/cli-tools@^3.0.0":
961+
version "3.0.0"
962+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-3.0.0.tgz#fe48b80822ed7e49b8af051f9fe41e22a2a710b1"
963+
integrity sha512-8IhQKZdf3E4CR8T7HhkPGgorot/cLkRDgneJFDSWk/wCYZAuUh4NEAdumQV7N0jLSMWX7xxiWUPi94lOBxVY9g==
954964
dependencies:
955965
chalk "^2.4.2"
956966
lodash "^4.17.5"
957967
mime "^2.4.1"
958968
node-fetch "^2.5.0"
959969

960-
"@react-native-community/cli-types@^3.0.0-alpha.7":
961-
version "3.0.0-alpha.7"
962-
resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-3.0.0-alpha.7.tgz#b4c19fd71824400a57c7f6758fa1f7b15eece32d"
970+
"@react-native-community/cli-types@^3.0.0":
971+
version "3.0.0"
972+
resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-3.0.0.tgz#488d46605cb05e88537e030f38da236eeda74652"
973+
integrity sha512-ng6Tm537E/M42GjE4TRUxQyL8sRfClcL7bQWblOCoxPZzJ2J3bdALsjeG3vDnVCIfI/R0AeFalN9KjMt0+Z/Zg==
963974

964-
"@react-native-community/cli@^3.0.0-alpha.1":
965-
version "3.0.0-alpha.7"
966-
resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-3.0.0-alpha.7.tgz#df8cb6a878d106da36e4f994f9d8c3541c3834ee"
975+
"@react-native-community/cli@^3.0.0":
976+
version "3.0.4"
977+
resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-3.0.4.tgz#a9dba1bc77855a6e45fccaabb017360645d936bb"
978+
integrity sha512-kt+ENtC+eRUSfWPbbpx3r7fAQDcFwgM03VW/lBdVAUjkNxffPFT2GGdK23CJSBOXTjRSiGuwhvwH4Z28PdrlRA==
967979
dependencies:
968980
"@hapi/joi" "^15.0.3"
969-
"@react-native-community/cli-platform-android" "^3.0.0-alpha.7"
970-
"@react-native-community/cli-platform-ios" "^3.0.0-alpha.7"
971-
"@react-native-community/cli-tools" "^3.0.0-alpha.7"
972-
"@react-native-community/cli-types" "^3.0.0-alpha.7"
973-
"@types/mkdirp" "^0.5.2"
974-
"@types/node-notifier" "^5.4.0"
975-
"@types/semver" "^6.0.2"
976-
"@types/ws" "^6.0.3"
981+
"@react-native-community/cli-debugger-ui" "^3.0.0"
982+
"@react-native-community/cli-tools" "^3.0.0"
983+
"@react-native-community/cli-types" "^3.0.0"
977984
chalk "^2.4.2"
978985
command-exists "^1.2.8"
979986
commander "^2.19.0"
@@ -1120,18 +1127,6 @@
11201127
"@types/istanbul-lib-coverage" "*"
11211128
"@types/istanbul-lib-report" "*"
11221129

1123-
"@types/mkdirp@^0.5.2":
1124-
version "0.5.2"
1125-
resolved "https://registry.yarnpkg.com/@types/mkdirp/-/mkdirp-0.5.2.tgz#503aacfe5cc2703d5484326b1b27efa67a339c1f"
1126-
dependencies:
1127-
"@types/node" "*"
1128-
1129-
"@types/node-notifier@^5.4.0":
1130-
version "5.4.0"
1131-
resolved "https://registry.yarnpkg.com/@types/node-notifier/-/node-notifier-5.4.0.tgz#4e66c85eb41cce8387b4cd9c6c67852be41a99db"
1132-
dependencies:
1133-
"@types/node" "*"
1134-
11351130
"@types/node@*":
11361131
version "11.9.5"
11371132
resolved "https://registry.yarnpkg.com/@types/node/-/node-11.9.5.tgz#011eece9d3f839a806b63973e228f85967b79ed3"
@@ -1147,20 +1142,10 @@
11471142
"@types/prop-types" "*"
11481143
csstype "^2.2.0"
11491144

1150-
"@types/semver@^6.0.2":
1151-
version "6.2.0"
1152-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-6.2.0.tgz#d688d574400d96c5b0114968705366f431831e1a"
1153-
11541145
"@types/stack-utils@^1.0.1":
11551146
version "1.0.1"
11561147
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e"
11571148

1158-
"@types/ws@^6.0.3":
1159-
version "6.0.3"
1160-
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-6.0.3.tgz#b772375ba59d79066561c8d87500144d674ba6b3"
1161-
dependencies:
1162-
"@types/node" "*"
1163-
11641149
"@types/yargs-parser@*":
11651150
version "13.1.0"
11661151
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-13.1.0.tgz#c563aa192f39350a1d18da36c5a8da382bbd8228"
@@ -1618,6 +1603,7 @@ big-integer@^1.6.7:
16181603
boolbase@~1.0.0:
16191604
version "1.0.0"
16201605
resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
1606+
integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24=
16211607

16221608
bower-auto-release@^1.1.209:
16231609
version "1.1.210"
@@ -2113,7 +2099,7 @@ cosmiconfig@^5.1.0:
21132099
js-yaml "^3.13.1"
21142100
parse-json "^4.0.0"
21152101

2116-
create-react-class@^15.6.3:
2102+
create-react-class@*, create-react-class@^15.6.3:
21172103
version "15.6.3"
21182104
resolved "https://registry.yarnpkg.com/create-react-class/-/create-react-class-15.6.3.tgz#2d73237fb3f970ae6ebe011a9e66f46dbca80036"
21192105
dependencies:
@@ -2416,6 +2402,16 @@ depd@~1.1.2:
24162402
version "1.1.2"
24172403
resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9"
24182404

2405+
deprecated-react-native-listview@0.0.5:
2406+
version "0.0.5"
2407+
resolved "https://registry.yarnpkg.com/deprecated-react-native-listview/-/deprecated-react-native-listview-0.0.5.tgz#fc8a6dc45b0a8ba611e6014e13b38d6d763e763f"
2408+
integrity sha512-Cy7nDdd+KU+nR3tY1BSMuoZpsYC6OVSZyAiUSTDBop2lIgzCseDx7XI57x6h+NXer/8aor2yiQDQfeFcmBMwgQ==
2409+
dependencies:
2410+
create-react-class "*"
2411+
fbjs "*"
2412+
invariant "*"
2413+
react-clone-referenced-element "*"
2414+
24192415
destroy@~1.0.4:
24202416
version "1.0.4"
24212417
resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80"
@@ -2507,6 +2503,7 @@ domutils@1.5.1:
25072503
domutils@^1.5.1:
25082504
version "1.7.0"
25092505
resolved "https://registry.yarnpkg.com/domutils/-/domutils-1.7.0.tgz#56ea341e834e06e6748af7a1cb25da67ea9f8c2a"
2506+
integrity sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==
25102507
dependencies:
25112508
dom-serializer "0"
25122509
domelementtype "1"
@@ -3109,24 +3106,24 @@ fbjs-scripts@^1.1.0:
31093106
semver "^5.1.0"
31103107
through2 "^2.0.0"
31113108

3112-
fbjs@^0.8.0, fbjs@^0.8.1, fbjs@^0.8.9:
3113-
version "0.8.17"
3114-
resolved "https://registry.yarnpkg.com/fbjs/-/fbjs-0.8.17.tgz#c4d598ead6949112653d6588b01a5cdcd9f90fdd"
3109+
fbjs@*, fbjs@^1.0.0:
3110+
version "1.0.0"
3111+
resolved "https://registry.yarnpkg.com/fbjs/-/fbjs-1.0.0.tgz#52c215e0883a3c86af2a7a776ed51525ae8e0a5a"
31153112
dependencies:
3116-
core-js "^1.0.0"
3113+
core-js "^2.4.1"
3114+
fbjs-css-vars "^1.0.0"
31173115
isomorphic-fetch "^2.1.1"
31183116
loose-envify "^1.0.0"
31193117
object-assign "^4.1.0"
31203118
promise "^7.1.1"
31213119
setimmediate "^1.0.5"
31223120
ua-parser-js "^0.7.18"
31233121

3124-
fbjs@^1.0.0:
3125-
version "1.0.0"
3126-
resolved "https://registry.yarnpkg.com/fbjs/-/fbjs-1.0.0.tgz#52c215e0883a3c86af2a7a776ed51525ae8e0a5a"
3122+
fbjs@^0.8.0, fbjs@^0.8.1, fbjs@^0.8.9:
3123+
version "0.8.17"
3124+
resolved "https://registry.yarnpkg.com/fbjs/-/fbjs-0.8.17.tgz#c4d598ead6949112653d6588b01a5cdcd9f90fdd"
31273125
dependencies:
3128-
core-js "^2.4.1"
3129-
fbjs-css-vars "^1.0.0"
3126+
core-js "^1.0.0"
31303127
isomorphic-fetch "^2.1.1"
31313128
loose-envify "^1.0.0"
31323129
object-assign "^4.1.0"
@@ -3443,6 +3440,14 @@ global@^4.3.0:
34433440
min-document "^2.19.0"
34443441
process "~0.5.1"
34453442

3443+
global@^4.4.0:
3444+
version "4.4.0"
3445+
resolved "https://registry.yarnpkg.com/global/-/global-4.4.0.tgz#3e7b105179006a323ed71aafca3e9c57a5cc6406"
3446+
integrity sha512-wv/LAoHdRE3BeTGz53FAamhGlPLhlssK45usmGFThIi4XqnBmjKQ16u+RNbP7WvigRZDxUsM0J3gcQ5yicaL0w==
3447+
dependencies:
3448+
min-document "^2.19.0"
3449+
process "^0.11.10"
3450+
34463451
globals@^11.1.0, globals@^11.7.0:
34473452
version "11.11.0"
34483453
resolved "https://registry.yarnpkg.com/globals/-/globals-11.11.0.tgz#dcf93757fa2de5486fbeed7118538adf789e9c2e"
@@ -3777,7 +3782,7 @@ interpret@^1.0.0:
37773782
version "1.2.0"
37783783
resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.2.0.tgz#d5061a6224be58e8083985f5014d844359576296"
37793784

3780-
invariant@^2.2.2, invariant@^2.2.4:
3785+
invariant@*, invariant@^2.2.2, invariant@^2.2.4:
37813786
version "2.2.4"
37823787
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
37833788
dependencies:
@@ -4433,6 +4438,11 @@ jetifier@^1.6.2:
44334438
version "1.6.4"
44344439
resolved "https://registry.yarnpkg.com/jetifier/-/jetifier-1.6.4.tgz#6159db8e275d97980d26162897a0648b6d4a3222"
44354440

4441+
jetifier@^1.6.5:
4442+
version "1.6.5"
4443+
resolved "https://registry.yarnpkg.com/jetifier/-/jetifier-1.6.5.tgz#ea87324a4230bef20a9651178ecab978ee54a8cb"
4444+
integrity sha512-T7yzBSu9PR+DqjYt+I0KVO1XTb1QhAfHnXV5Nd3xpbXM6Xg4e3vP60Q4qkNU8Fh6PHC2PivPUNN3rY7G2MxcDQ==
4445+
44364446
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
44374447
version "4.0.0"
44384448
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
@@ -5541,6 +5551,7 @@ npmlog@^4.0.2:
55415551
nth-check@~1.0.1:
55425552
version "1.0.2"
55435553
resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-1.0.2.tgz#b2bd295c37e3dd58a3bf0700376663ba4d9cf05c"
5554+
integrity sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==
55445555
dependencies:
55455556
boolbase "~1.0.0"
55465557

@@ -6126,6 +6137,11 @@ process-nextick-args@~2.0.0:
61266137
version "2.0.0"
61276138
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.0.tgz#a37d732f4271b4ab1ad070d35508e8290788ffaa"
61286139

6140+
process@^0.11.10:
6141+
version "0.11.10"
6142+
resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182"
6143+
integrity sha1-czIwDoQBYb2j5podHZGn1LwW8YI=
6144+
61296145
process@~0.5.1:
61306146
version "0.5.2"
61316147
resolved "https://registry.yarnpkg.com/process/-/process-0.5.2.tgz#1638d8a8e34c2f440a91db95ab9aeb677fc185cf"
@@ -6227,6 +6243,11 @@ react-addons-test-utils@^15.6.2:
62276243
version "15.6.2"
62286244
resolved "https://registry.yarnpkg.com/react-addons-test-utils/-/react-addons-test-utils-15.6.2.tgz#c12b6efdc2247c10da7b8770d185080a7b047156"
62296245

6246+
react-clone-referenced-element@*:
6247+
version "1.1.0"
6248+
resolved "https://registry.yarnpkg.com/react-clone-referenced-element/-/react-clone-referenced-element-1.1.0.tgz#9cdda7f2aeb54fea791f3ab8c6ab96c7a77d0158"
6249+
integrity sha512-FKOsfKbBkPxYE8576EM6uAfHC4rnMpLyH6/TJUL4WcHUEB3EUn8AxPjnnV/IiwSSzsClvHYK+sDELKN/EJ0WYg==
6250+
62306251
react-deep-force-update@^1.0.0:
62316252
version "1.1.2"
62326253
resolved "https://registry.yarnpkg.com/react-deep-force-update/-/react-deep-force-update-1.1.2.tgz#3d2ae45c2c9040cbb1772be52f8ea1ade6ca2ee1"
@@ -6367,10 +6388,12 @@ react-native-modal-datetime-picker@^6.0.0:
63676388
prop-types "^15.6.1"
63686389
react-native-modal "^6.2.0"
63696390

6370-
react-native-modal-dropdown@^0.6.2:
6371-
version "0.6.2"
6372-
resolved "https://registry.yarnpkg.com/react-native-modal-dropdown/-/react-native-modal-dropdown-0.6.2.tgz#da6027b3546d2031fbce46242bffc95561e13599"
6391+
react-native-modal-dropdown@0.7.0:
6392+
version "0.7.0"
6393+
resolved "https://registry.yarnpkg.com/react-native-modal-dropdown/-/react-native-modal-dropdown-0.7.0.tgz#d030c4159ff026bedd5c20aa59b146495b860814"
6394+
integrity sha512-h2UrozBByQhL56XDboj/wjc/5Ny787eLQ++4ql7TecBdbLqbf+tlE62VeXKz30XVMN3iUVYUR/XmM/RIwLIXEg==
63736395
dependencies:
6396+
deprecated-react-native-listview "0.0.5"
63746397
prop-types "^15.6.0"
63756398

63766399
react-native-modal@^6.2.0:
@@ -6470,14 +6493,15 @@ react-native-vector-icons@^6.6.0:
64706493
prop-types "^15.6.2"
64716494
yargs "^13.2.2"
64726495

6473-
react-native@0.61.3:
6474-
version "0.61.3"
6475-
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.61.3.tgz#0c7e299ccfa3a5efc6e87e88563f9dc444389aca"
6496+
react-native@0.61.5:
6497+
version "0.61.5"
6498+
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.61.5.tgz#6e21acb56cbd75a3baeb1f70201a66f42600bba8"
6499+
integrity sha512-MXqE3NoGO0T3dUKIKkIppijBhRRMpfN6ANbhMXHDuyfA+fSilRWgCwYgR/YNCC7ntECoJYikKaNTUBB0DeQy6Q==
64766500
dependencies:
64776501
"@babel/runtime" "^7.0.0"
6478-
"@react-native-community/cli" "^3.0.0-alpha.1"
6479-
"@react-native-community/cli-platform-android" "^3.0.0-alpha.1"
6480-
"@react-native-community/cli-platform-ios" "^3.0.0-alpha.1"
6502+
"@react-native-community/cli" "^3.0.0"
6503+
"@react-native-community/cli-platform-android" "^3.0.0"
6504+
"@react-native-community/cli-platform-ios" "^3.0.0"
64816505
abort-controller "^3.0.0"
64826506
art "^0.10.0"
64836507
base64-js "^1.1.2"
@@ -6603,14 +6627,14 @@ react-transform-hmr@^1.0.4:
66036627
global "^4.3.0"
66046628
react-proxy "^1.1.7"
66056629

6606-
react@16.8.1:
6607-
version "16.8.1"
6608-
resolved "https://registry.yarnpkg.com/react/-/react-16.8.1.tgz#ae11831f6cb2a05d58603a976afc8a558e852c4a"
6630+
react@16.9.0:
6631+
version "16.9.0"
6632+
resolved "https://registry.yarnpkg.com/react/-/react-16.9.0.tgz#40ba2f9af13bc1a38d75dbf2f4359a5185c4f7aa"
6633+
integrity sha512-+7LQnFBwkiw+BobzOF6N//BdoNw0ouwmSJTEm9cglOOmsg/TMiFHZLe2sEoN5M7LgJTj9oHH0gxklfnQe66S1w==
66096634
dependencies:
66106635
loose-envify "^1.1.0"
66116636
object-assign "^4.1.1"
66126637
prop-types "^15.6.2"
6613-
scheduler "^0.13.1"
66146638

66156639
read-pkg-up@^2.0.0:
66166640
version "2.0.0"

0 commit comments

Comments
 (0)