diff options
author | Ansh <anshnanda10@gmail.com> | 2023-08-30 15:21:12 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-30 15:21:12 -0700 |
commit | 9446c67880331452b3f79dabda183c23718edfa1 (patch) | |
tree | 1bdf1d57434a3095a58aa41b94c38db1fe12ad10 /yarn.lock | |
parent | a29f10aefe6fa67848ca281a0a7dffc43e292ec6 (diff) | |
download | voidsky-9446c67880331452b3f79dabda183c23718edfa1.tar.zst |
Move `PreferencesHomeFeed` to a screen instead of a modal (#1335)
* move `PreferencesHomeFeed` to a screen instead of a modal * add web route for home feed preferences * upgrade `@miblanchard/react-native-slider` to fix lint * fix web route naming * fix desktop web styling * add `react-native-slider` mock
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yarn.lock b/yarn.lock index 126f047b9..a0704f071 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3497,7 +3497,7 @@ dependencies: semver "7.5.4" -"@miblanchard/react-native-slider@^2.2.0": +"@miblanchard/react-native-slider@^2.3.1": version "2.3.1" resolved "https://registry.yarnpkg.com/@miblanchard/react-native-slider/-/react-native-slider-2.3.1.tgz#79e0f1f9b1ce43ef25ee51ee9256c012e5dfa412" integrity sha512-J/hZDBWmXq8fJeOnTVHqIUVDHshqMSpJVxJ4WqwuCBKl5Rke9OBYXIdkSlgi75OgtScAr8FKK5KNkDKHUf6JIg== |