Skip to content

Commit 65a3811

Browse files
authored
Merge pull request #47199 from dominictb/fix/45623-ios-crash
fix: markdown parser cause ios crash
2 parents 6e61b1a + bd9f248 commit 65a3811

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

ios/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1871,7 +1871,7 @@ PODS:
18711871
- RNGoogleSignin (10.0.1):
18721872
- GoogleSignIn (~> 7.0)
18731873
- React-Core
1874-
- RNLiveMarkdown (0.1.111):
1874+
- RNLiveMarkdown (0.1.112):
18751875
- glog
18761876
- hermes-engine
18771877
- RCT-Folly (= 2022.05.16.00)
@@ -1889,9 +1889,9 @@ PODS:
18891889
- React-utils
18901890
- ReactCommon/turbomodule/bridging
18911891
- ReactCommon/turbomodule/core
1892-
- RNLiveMarkdown/common (= 0.1.111)
1892+
- RNLiveMarkdown/common (= 0.1.112)
18931893
- Yoga
1894-
- RNLiveMarkdown/common (0.1.111):
1894+
- RNLiveMarkdown/common (0.1.112):
18951895
- glog
18961896
- hermes-engine
18971897
- RCT-Folly (= 2022.05.16.00)
@@ -2614,7 +2614,7 @@ SPEC CHECKSUMS:
26142614
RNFS: 4ac0f0ea233904cb798630b3c077808c06931688
26152615
RNGestureHandler: 74b7b3d06d667ba0bbf41da7718f2607ae0dfe8f
26162616
RNGoogleSignin: ccaa4a81582cf713eea562c5dd9dc1961a715fd0
2617-
RNLiveMarkdown: cf2707e6050a3548bde4f66bd752d721f91e8ab6
2617+
RNLiveMarkdown: baf79849de6b7fd648cc2b3878d7b4e2c65d6721
26182618
RNLocalize: d4b8af4e442d4bcca54e68fc687a2129b4d71a81
26192619
rnmapbox-maps: df8fe93dbd251f25022f4023d31bc04160d4d65c
26202620
RNPermissions: d2392b754e67bc14491f5b12588bef2864e783f3

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"@babel/plugin-proposal-private-methods": "^7.18.6",
7070
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
7171
"@dotlottie/react-player": "^1.6.3",
72-
"@expensify/react-native-live-markdown": "^0.1.111",
72+
"@expensify/react-native-live-markdown": "0.1.112",
7373
"@expo/metro-runtime": "~3.1.1",
7474
"@formatjs/intl-datetimeformat": "^6.10.0",
7575
"@formatjs/intl-listformat": "^7.2.2",
@@ -111,7 +111,7 @@
111111
"date-fns-tz": "^2.0.0",
112112
"dom-serializer": "^0.2.2",
113113
"domhandler": "^4.3.0",
114-
"expensify-common": "2.0.64",
114+
"expensify-common": "2.0.72",
115115
"expo": "^50.0.3",
116116
"expo-av": "~13.10.4",
117117
"expo-image": "1.11.0",

0 commit comments

Comments
 (0)