diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-06-18 23:42:06 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-18 13:42:06 -0700 |
commit | 77db98de65a5a9d54b0c1f3f87cbd09b593a624d (patch) | |
tree | b3b3f8fdce31483181c5e7134ec5e8c5d0566547 | |
parent | 51babe016403a2cff6b38a2a7c9a4d22cb867138 (diff) | |
download | voidsky-77db98de65a5a9d54b0c1f3f87cbd09b593a624d.tar.zst |
bump keyboard dep (#8528)
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | yarn.lock | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index 0d06c97d5..e35dd96b1 100644 --- a/package.json +++ b/package.json @@ -191,7 +191,7 @@ "react-native-gesture-handler": "2.25.0", "react-native-get-random-values": "~1.11.0", "react-native-ios-context-menu": "^1.15.3", - "react-native-keyboard-controller": "^1.17.1", + "react-native-keyboard-controller": "^1.17.5", "react-native-mmkv": "^2.12.2", "react-native-pager-view": "^6.7.1", "react-native-progress": "bluesky-social/react-native-progress", diff --git a/yarn.lock b/yarn.lock index d361ff545..fe3ce7caf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16843,10 +16843,10 @@ react-native-is-edge-to-edge@^1.1.6: resolved "https://registry.yarnpkg.com/react-native-is-edge-to-edge/-/react-native-is-edge-to-edge-1.1.6.tgz#69ec13f70d76e9245e275eed4140d0873a78f902" integrity sha512-1pHnFTlBahins6UAajXUqeCOHew9l9C2C8tErnpGC3IyLJzvxD+TpYAixnCbrVS52f7+NvMttbiSI290XfwN0w== -react-native-keyboard-controller@^1.17.1: - version "1.17.1" - resolved "https://registry.yarnpkg.com/react-native-keyboard-controller/-/react-native-keyboard-controller-1.17.1.tgz#46efe148c1bdd0ee22094dcb2660f70f81e6544e" - integrity sha512-YM3GYvtkuWimCKkZFURn5hIb1WiKOQqi2DijdwZSF5QSSzGqfqwzEEC3bm1xCN8HGHAEIXAaWIBUsc3Xp5L+Ng== +react-native-keyboard-controller@^1.17.5: + version "1.17.5" + resolved "https://registry.yarnpkg.com/react-native-keyboard-controller/-/react-native-keyboard-controller-1.17.5.tgz#a517f0d42f73e69a03e768379934a3bb705595f5" + integrity sha512-2bZi4uH/beAcHiQ7nv6sxW03/UpNcnNAPpaSnQtg0cbU3ySThPRETMqr0ZupFLUSZovolyFhyFJLjxmQ7cavJg== dependencies: react-native-is-edge-to-edge "^1.1.6" |