diff options
author | Ryan McLeod <excitinglyboring@gmail.com> | 2024-12-02 21:25:10 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-03 02:25:10 +0000 |
commit | 147efb628a9eea755dd2901a82f39f14435f6629 (patch) | |
tree | 0e8e1c7a60041a4699375e19d48a16e255f6a66b /yarn.lock | |
parent | 84f4afd3d75eb50e96e4cee758f41b186f8a510d (diff) | |
download | voidsky-147efb628a9eea755dd2901a82f39f14435f6629.tar.zst |
Fix title/buttons in date picker not being visible on Android in dark mode (#6880)
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/yarn.lock b/yarn.lock index 54e0ddd33..474ef2f8b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16105,10 +16105,10 @@ react-native-compressor@^1.8.24: resolved "https://registry.yarnpkg.com/react-native-compressor/-/react-native-compressor-1.8.24.tgz#3cc481ad6dfe2787ec4385275dd24791f04d9e71" integrity sha512-PdwOBdnyBnpOag1FRX9ks4cb0GiMLKFU9HSaFTHdb/uw6fVIrnCHpELASeliOxlabWb5rOyVPbc58QpGIfZQIQ== -react-native-date-picker@^4.4.2: - version "4.4.2" - resolved "https://registry.yarnpkg.com/react-native-date-picker/-/react-native-date-picker-4.4.2.tgz#f7bb9daa8559237e08bd30f907ee8487a6e2a6ec" - integrity sha512-wYKN8nYWhETVHJV/+Im30JOdzkFRwYRrDlEOyyYesOjt+1JTFJh9M7K5CqePLOIB4Nxlf2f2lRSI0VoUyFIovA== +react-native-date-picker@^5.0.7: + version "5.0.7" + resolved "https://registry.yarnpkg.com/react-native-date-picker/-/react-native-date-picker-5.0.7.tgz#24161d30c6dca8627afe1aa5a55a389421fdfba4" + integrity sha512-/RodyCZWjb+f3f4YHqKbWFYczGm+tNngwbVSB6MLGgt5Kl7LQXpv4QE6ybnHW+DM4LteTP8A6lj8LEkQ7+usLQ== react-native-dotenv@^3.3.1: version "3.4.9" |