diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-05-08 17:25:57 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-08 17:25:57 -0500 |
commit | 7a176b3fdff7d27651b306e7550010b344dfa922 (patch) | |
tree | 368d255a28b4b8e445ee66ff7278c792acc40703 /yarn.lock | |
parent | cdfb1c7abf02ef7896d6cdcf3566ee0c7dd390d3 (diff) | |
download | voidsky-7a176b3fdff7d27651b306e7550010b344dfa922.tar.zst |
[APP-615] COPPA-compliant signup (#570)
* Rework account creation to be COPPA compliant * Fix lint * Switch android datepicker to use the spinner mode * Fix type signatures & usages
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/yarn.lock b/yarn.lock index 3351f6b1d..bf556972e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2949,6 +2949,13 @@ prompts "^2.4.0" semver "^6.3.0" +"@react-native-community/datetimepicker@6.7.3": + version "6.7.3" + resolved "https://registry.yarnpkg.com/@react-native-community/datetimepicker/-/datetimepicker-6.7.3.tgz#e6d75a42729265d8404d1d668c86926564abca2f" + integrity sha512-fXWbEdHMLW/e8cts3snEsbOTbnFXfUHeO2pkiDFX3fWpFoDtUrRWvn50xbY13IJUUKHDhoJ+mj24nMRVIXfX1A== + dependencies: + invariant "^2.2.4" + "@react-native-community/eslint-config@^3.0.0": version "3.2.0" resolved "https://registry.yarnpkg.com/@react-native-community/eslint-config/-/eslint-config-3.2.0.tgz#42f677d5fff385bccf1be1d3b8faa8c086cf998d" |