Skip to content

Commit

Permalink
update dependencies for DemoApp
Browse files Browse the repository at this point in the history
  • Loading branch information
MikhailSuendukov committed Jan 23, 2024
1 parent b9778f8 commit da49b3d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions DemoApp/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ target 'DemoApp' do
# use_frameworks!

# Pods for DemoApp
pod 'AppCenter/Crashes', '~> 4.4.3'
pod 'AppCenter/Analytics', '~> 4.4.3'
pod 'AppCenterReactNativeShared', '~> 4.4.5'
pod 'AppCenter/Crashes', '~> 5.0.4'
pod 'AppCenter/Analytics', '~> 5.0.4'
pod 'AppCenterReactNativeShared', '~> 5.0.4'

platform :ios, '9.0'

Expand Down
6 changes: 3 additions & 3 deletions DemoApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
},
"dependencies": {
"@react-native-community/async-storage": "1.6.2",
"appcenter": "^4.4.5",
"appcenter-analytics": "^4.4.5",
"appcenter-crashes": "^4.4.5",
"appcenter": "^5.0.0",
"appcenter-analytics": "^5.0.0",
"appcenter-crashes": "^5.0.0",
"metro": "0.54.1",
"react": "16.8.3",
"react-native": "0.59.9",
Expand Down

0 comments on commit da49b3d

Please sign in to comment.