diff --git a/FabricExample/ios/Podfile.lock b/FabricExample/ios/Podfile.lock index ed81ca51a9..9a7a7ca160 100644 --- a/FabricExample/ios/Podfile.lock +++ b/FabricExample/ios/Podfile.lock @@ -1281,7 +1281,7 @@ PODS: - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - react-native-keyboard-controller (1.13.2): + - react-native-keyboard-controller (1.13.3): - DoubleConversion - glog - hermes-engine @@ -2025,7 +2025,7 @@ SPEC CHECKSUMS: React-Mapbuffer: 1c08607305558666fd16678b85ef135e455d5c96 React-microtasksnativemodule: f13f03163b6a5ec66665dfe80a0df4468bb766a6 react-native-blur: e16c22cf5cbb2267c9546fc4df5d8ad074cfcb27 - react-native-keyboard-controller: a2b6de35ce34b3bedd3d9cf73815388349db3463 + react-native-keyboard-controller: ee7d85b59a4555075b5050eab29bda0aadd6791f react-native-safe-area-context: 86e77f7c51f80b6bc0afe78c4fba30d0c3736c21 React-nativeconfig: 57781b79e11d5af7573e6f77cbf1143b71802a6d React-NativeModulesApple: 7ff2e2cfb2e5fa5bdedcecf28ce37e696c6ef1e1 diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 0400d3fe9d..3ffc09588b 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1282,7 +1282,7 @@ PODS: - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - react-native-keyboard-controller (1.13.2): + - react-native-keyboard-controller (1.13.3): - DoubleConversion - glog - hermes-engine @@ -1972,7 +1972,7 @@ SPEC CHECKSUMS: React-Mapbuffer: 1c08607305558666fd16678b85ef135e455d5c96 React-microtasksnativemodule: 87b8de96f937faefece8afd2cb3a518321b2ef99 react-native-blur: 42522e76bf44daf9a16d341408caeb900b5f9424 - react-native-keyboard-controller: 73ad012b45e30fad665246c7edffa08cfd3461b2 + react-native-keyboard-controller: 22c73eb1e346b62a978f4c100ddfd003201a931c react-native-safe-area-context: a240ad4b683349e48b1d51fed1611138d1bdad97 react-native-text-input-mask: 22ca8eeef84d42a896f79428f7d175a5eb8b1c4e React-nativeconfig: 57781b79e11d5af7573e6f77cbf1143b71802a6d diff --git a/package.json b/package.json index f433a9d726..fab7b0180e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-keyboard-controller", - "version": "1.13.2", + "version": "1.13.3", "description": "Keyboard manager which works in identical way on both iOS and Android", "main": "lib/commonjs/index", "module": "lib/module/index",