Skip to content

Commit

Permalink
use 5.0.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
MikhailSuendukov committed Jan 24, 2024
1 parent 64ba6aa commit 25d55b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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": "^5.0.1",
"appcenter-analytics": "^5.0.1",
"appcenter-crashes": "^5.0.1",
"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
4 changes: 2 additions & 2 deletions DemoApp/upgrade-appcenter-npm-packages.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/bash
set -e

npm uninstall --save appcenter appcenter-analytics appcenter-crashes --force
npm uninstall --save appcenter appcenter-analytics appcenter-crashes

npm install --save appcenter appcenter-analytics appcenter-crashes --force
npm install --save appcenter appcenter-analytics appcenter-crashes

pod repo update

Expand Down

0 comments on commit 25d55b3

Please sign in to comment.