From a6c4304bcd22a1e1b5b4cb04039fb9dec560491a Mon Sep 17 00:00:00 2001 From: war-in Date: Wed, 23 Jul 2025 17:51:56 +0200 Subject: [PATCH] bump `react-native-keyboard-controller` --- ios/Podfile.lock | 29 +++++++++++++++++++++++++++-- package-lock.json | 20 +++++++++++++++----- package.json | 2 +- 3 files changed, 43 insertions(+), 8 deletions(-) diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 3a11a601cdcc..ba9e9a667018 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -2016,7 +2016,32 @@ PODS: - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - react-native-keyboard-controller (1.16.7): + - react-native-keyboard-controller (1.18.1): + - DoubleConversion + - glog + - hermes-engine + - RCT-Folly (= 2024.11.18.00) + - RCTRequired + - RCTTypeSafety + - React-Core + - React-debug + - React-Fabric + - React-featureflags + - React-graphics + - React-hermes + - React-ImageManager + - React-jsi + - react-native-keyboard-controller/common (= 1.18.1) + - React-NativeModulesApple + - React-RCTFabric + - React-renderercss + - React-rendererdebug + - React-utils + - ReactCodegen + - ReactCommon/turbomodule/bridging + - ReactCommon/turbomodule/core + - Yoga + - react-native-keyboard-controller/common (1.18.1): - DoubleConversion - glog - hermes-engine @@ -3811,7 +3836,7 @@ SPEC CHECKSUMS: react-native-geolocation: 39ed0f7fb573661bf4922bc55a7d81fe5410a10d react-native-image-picker: 93ea6f8f49d30fe03f69a565665ea60b2278d4da react-native-key-command: d59da9dbb2dd5855091333aede38aa481bd7037d - react-native-keyboard-controller: 98971543d6c70d5232f4122aa04483d2dfa9c970 + react-native-keyboard-controller: 2602bca1715435e3742c5a69d45ff42c1d97e1b9 react-native-launch-arguments: 5f41e0abf88a15e3c5309b8875d6fd5ac43df49d react-native-netinfo: 6aa96b58130ce8de834c2f6c00878b69703d9e10 react-native-pager-view: 21fa9c2dc9ba43370132b0c996eaeaefd2be4be0 diff --git a/package-lock.json b/package-lock.json index 4190085a4e82..43706e2236c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -103,7 +103,7 @@ "react-native-image-picker": "^7.1.2", "react-native-image-size": "git+https://github.com/Expensify/react-native-image-size#cb392140db4953a283590d7cf93b4d0461baa2a9", "react-native-key-command": "1.0.14", - "react-native-keyboard-controller": "1.16.7", + "react-native-keyboard-controller": "1.18.1", "react-native-launch-arguments": "^4.0.2", "react-native-localize": "^2.2.6", "react-native-modal": "^13.0.0", @@ -32607,12 +32607,12 @@ "license": "MIT" }, "node_modules/react-native-keyboard-controller": { - "version": "1.16.7", - "resolved": "https://registry.npmjs.org/react-native-keyboard-controller/-/react-native-keyboard-controller-1.16.7.tgz", - "integrity": "sha512-jO+EtpkThXMKYWJmVxjwCbsZ5f5dfxG4ORS1Zc11Fp4kgHP9e6NS1cnv9JSaSQghqgRE/XGR9eHCeKF+tFgNqw==", + "version": "1.18.1", + "resolved": "https://registry.npmjs.org/react-native-keyboard-controller/-/react-native-keyboard-controller-1.18.1.tgz", + "integrity": "sha512-5zBRLNq4BDmMIs7G/fe4udcmCu9uxnRIQ+WciGPwL2TGaIrAC+mngiFzPO8rm8DzN1ghDrDPzmy8wV2GEwYLMw==", "license": "MIT", "dependencies": { - "react-native-is-edge-to-edge": "^1.1.6" + "react-native-is-edge-to-edge": "^1.2.1" }, "peerDependencies": { "react": "*", @@ -32620,6 +32620,16 @@ "react-native-reanimated": ">=3.0.0" } }, + "node_modules/react-native-keyboard-controller/node_modules/react-native-is-edge-to-edge": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/react-native-is-edge-to-edge/-/react-native-is-edge-to-edge-1.2.1.tgz", + "integrity": "sha512-FLbPWl/MyYQWz+KwqOZsSyj2JmLKglHatd3xLZWskXOpRaio4LfEDEz8E/A6uD8QoTHW6Aobw1jbEwK7KMgR7Q==", + "license": "MIT", + "peerDependencies": { + "react": "*", + "react-native": "*" + } + }, "node_modules/react-native-launch-arguments": { "version": "4.0.2", "license": "MIT", diff --git a/package.json b/package.json index dd3201a48bda..dc24a7cf0290 100644 --- a/package.json +++ b/package.json @@ -173,7 +173,7 @@ "react-native-image-picker": "^7.1.2", "react-native-image-size": "git+https://github.com/Expensify/react-native-image-size#cb392140db4953a283590d7cf93b4d0461baa2a9", "react-native-key-command": "1.0.14", - "react-native-keyboard-controller": "1.16.7", + "react-native-keyboard-controller": "1.18.1", "react-native-launch-arguments": "^4.0.2", "react-native-localize": "^2.2.6", "react-native-modal": "^13.0.0",