From 8fe7c7874e4371d35d98c116bb0aa22a6a44bba4 Mon Sep 17 00:00:00 2001 From: Bartosz Grajdek Date: Wed, 27 Mar 2024 19:11:27 +0100 Subject: [PATCH] fix: shift+enter after mentions scrolling issue --- ios/Podfile.lock | 4 ++-- package-lock.json | 8 ++++---- package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 72f25b6aaed6..c554ead97250 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -1363,7 +1363,7 @@ PODS: - RNGoogleSignin (10.0.1): - GoogleSignIn (~> 7.0) - React-Core - - RNLiveMarkdown (0.1.31): + - RNLiveMarkdown (0.1.33): - glog - RCT-Folly (= 2022.05.16.00) - React-Core @@ -1904,7 +1904,7 @@ SPEC CHECKSUMS: RNFS: 4ac0f0ea233904cb798630b3c077808c06931688 RNGestureHandler: 25b969a1ffc806b9f9ad2e170d4a3b049c6af85e RNGoogleSignin: ccaa4a81582cf713eea562c5dd9dc1961a715fd0 - RNLiveMarkdown: 22391bc7dd811248c9e3d1def35ec17b686f5daa + RNLiveMarkdown: aaf75630fb2129db43fb5a873d33125e7173f3a0 RNLocalize: d4b8af4e442d4bcca54e68fc687a2129b4d71a81 rnmapbox-maps: fcf7f1cbdc8bd7569c267d07284e8a5c7bee06ed RNPermissions: 9b086c8f05b2e2faa587fdc31f4c5ab4509728aa diff --git a/package-lock.json b/package-lock.json index 1d679f24f49d..187221ab3519 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "license": "MIT", "dependencies": { "@dotlottie/react-player": "^1.6.3", - "@expensify/react-native-live-markdown": "0.1.31", + "@expensify/react-native-live-markdown": "0.1.33", "@expo/metro-runtime": "~3.1.1", "@formatjs/intl-datetimeformat": "^6.10.0", "@formatjs/intl-getcanonicallocales": "^2.2.0", @@ -3095,9 +3095,9 @@ } }, "node_modules/@expensify/react-native-live-markdown": { - "version": "0.1.31", - "resolved": "https://registry.npmjs.org/@expensify/react-native-live-markdown/-/react-native-live-markdown-0.1.31.tgz", - "integrity": "sha512-dghuwfqV+z8dFpL9tVL9w7CXzOsEC2Xv73Ro8knqYoNNWRycDxDcRaONT45kNmtkCYbddbdBDswHdymBTdnE6A==", + "version": "0.1.33", + "resolved": "https://registry.npmjs.org/@expensify/react-native-live-markdown/-/react-native-live-markdown-0.1.33.tgz", + "integrity": "sha512-K9WDwb7wdupGrOrZEFFQ57qNPYdGVNkF5qnhOfkhuvSL9UdZi3NLiyGzaohIIh1lXvElDgwaY0x0WtqkOXIsiw==", "engines": { "node": ">= 18.0.0" }, diff --git a/package.json b/package.json index 21242444c124..f38f8e4a57c9 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ }, "dependencies": { "@dotlottie/react-player": "^1.6.3", - "@expensify/react-native-live-markdown": "0.1.31", + "@expensify/react-native-live-markdown": "0.1.33", "@expo/metro-runtime": "~3.1.1", "@formatjs/intl-datetimeformat": "^6.10.0", "@formatjs/intl-getcanonicallocales": "^2.2.0",