File tree Expand file tree Collapse file tree 3 files changed +64
-134
lines changed
Expand file tree Collapse file tree 3 files changed +64
-134
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ export default ({ config }: ConfigContext): ExpoConfig => {
44 return {
55 name : 'Chatwoot' ,
66 slug : process . env . EXPO_PUBLIC_APP_SLUG || 'chatwoot-mobile' ,
7- version : '4.3.11 ' ,
7+ version : '4.3.12 ' ,
88 orientation : 'portrait' ,
99 icon : './assets/icon.png' ,
1010 userInterfaceStyle : 'light' ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @chatwoot/mobile-app" ,
3- "version" : " 4.3.11 " ,
3+ "version" : " 4.3.12 " ,
44 "scripts" : {
55 "start" : " expo start --dev-client" ,
66 "start:production" : " expo start --no-dev --minify" ,
181181 "ffmpeg-kit-react-native@6.0.2" : " patches/ffmpeg-kit-react-native.patch"
182182 },
183183 "overrides" : {
184- "form-data" : " ^4.0.4"
184+ "form-data" : " ^4.0.4" ,
185+ "node-forge" : " ^1.3.2" ,
186+ "glob" : " ^10.5.0" ,
187+ "markdown-it" : " ^12.3.2" ,
188+ "brace-expansion" : " ^2.0.2" ,
189+ "js-yaml" : " ^4.1.1"
185190 }
186191 }
187192}
You can’t perform that action at this time.
0 commit comments