diff --git a/FabricExample/ios/Podfile.lock b/FabricExample/ios/Podfile.lock index a8b58aa4b7..ebc7bc88d0 100644 --- a/FabricExample/ios/Podfile.lock +++ b/FabricExample/ios/Podfile.lock @@ -1282,7 +1282,7 @@ PODS: - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - react-native-keyboard-controller (1.16.7): + - react-native-keyboard-controller (1.16.8): - DoubleConversion - glog - hermes-engine @@ -2133,7 +2133,7 @@ SPEC CHECKSUMS: hermes-engine: b417d2b2aee3b89b58e63e23a51e02be91dc876d lottie-ios: a881093fab623c467d3bce374367755c272bdd59 lottie-react-native: 3a4dca5f080ad23c26ec9b51fc936596716c4331 - RCT-Folly: 36fe2295e44b10d831836cc0d1daec5f8abcf809 + RCT-Folly: e78785aa9ba2ed998ea4151e314036f6c49e6d82 RCTDeprecation: b2eecf2d60216df56bc5e6be5f063826d3c1ee35 RCTRequired: 78522de7dc73b81f3ed7890d145fa341f5bb32ea RCTTypeSafety: c135dd2bf50402d87fd12884cbad5d5e64850edd @@ -2164,7 +2164,7 @@ SPEC CHECKSUMS: React-Mapbuffer: 0502faf46cab8fb89cfc7bf3e6c6109b6ef9b5de React-microtasksnativemodule: 663bc64e3a96c5fc91081923ae7481adc1359a78 react-native-blur: b37343d4df1af48a17444156b674b26d5aec2425 - react-native-keyboard-controller: 5c628f5d8301047a87039a2d7de322233a39bbda + react-native-keyboard-controller: b9280bc833465038d4805dbd4ca66660f7f0dcd3 react-native-safe-area-context: 9c33120e9eac7741a5364cc2d9f74665049b76b3 React-NativeModulesApple: 16fbd5b040ff6c492dacc361d49e63cba7a6a7a1 React-perflogger: ab51b7592532a0ea45bf6eed7e6cae14a368b678 @@ -2204,4 +2204,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: f46c4ff801235007081bd301b6e8daff54c0c492 -COCOAPODS: 1.14.3 +COCOAPODS: 1.15.2 diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 9991c79402..dca38cddd3 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1283,7 +1283,7 @@ PODS: - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - react-native-keyboard-controller (1.16.7): + - react-native-keyboard-controller (1.16.8): - DoubleConversion - glog - hermes-engine @@ -2087,7 +2087,7 @@ SPEC CHECKSUMS: React-Mapbuffer: 0502faf46cab8fb89cfc7bf3e6c6109b6ef9b5de React-microtasksnativemodule: 663bc64e3a96c5fc91081923ae7481adc1359a78 react-native-blur: 5b2d13981ad6ce3d15339e135377336cb9be2d68 - react-native-keyboard-controller: 2bbf6db174cd68832a83e66f0b91059395f2cc1f + react-native-keyboard-controller: d120803d4bd3c74168e69053b93e4cf0034e3e6f react-native-safe-area-context: 849d7df29ecb2a7155c769c0b76849ba952c2aa3 react-native-text-input-mask: 22ca8eeef84d42a896f79428f7d175a5eb8b1c4e React-NativeModulesApple: 16fbd5b040ff6c492dacc361d49e63cba7a6a7a1 @@ -2128,4 +2128,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: c51a5e2124b01c5794c41f1f13ee16704466637a -COCOAPODS: 1.14.3 +COCOAPODS: 1.15.2 diff --git a/package.json b/package.json index faa737629e..0593adb299 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-keyboard-controller", - "version": "1.16.7", + "version": "1.16.8", "description": "Keyboard manager which works in identical way on both iOS and Android", "main": "lib/commonjs/index", "module": "lib/module/index",