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 /package.json | |
parent | 51babe016403a2cff6b38a2a7c9a4d22cb867138 (diff) | |
download | voidsky-77db98de65a5a9d54b0c1f3f87cbd09b593a624d.tar.zst |
bump keyboard dep (#8528)
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 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", |