Updated dependencies and changed sdk version to 29 (required for keychain 6.1.1)

This commit is contained in:
Arnaud Vergnet 2020-06-23 17:40:41 +02:00
parent 35d39a5711
commit 584d9ca563
2 changed files with 22 additions and 22 deletions

View file

@ -2,10 +2,10 @@
buildscript { buildscript {
ext { ext {
buildToolsVersion = "28.0.3" buildToolsVersion = "29.0.3"
minSdkVersion = 21 minSdkVersion = 21
compileSdkVersion = 28 compileSdkVersion = 29
targetSdkVersion = 28 targetSdkVersion = 29
} }
repositories { repositories {
google() google()

View file

@ -19,42 +19,42 @@
] ]
}, },
"dependencies": { "dependencies": {
"@nartc/react-native-barcode-mask": "^1.1.9", "@nartc/react-native-barcode-mask": "^1.2.0",
"@react-native-community/async-storage": "^1.9.0", "@react-native-community/async-storage": "^1.11.0",
"@react-native-community/masked-view": "^0.1.10", "@react-native-community/masked-view": "^0.1.10",
"@react-native-community/push-notification-ios": "^1.1.1", "@react-native-community/push-notification-ios": "^1.2.2",
"@react-native-community/slider": "^3.0.0", "@react-native-community/slider": "^3.0.0",
"@react-native-mapbox-gl/maps": "^8.1.0-rc.1", "@react-native-mapbox-gl/maps": "^8.1.0-rc.1",
"@react-navigation/bottom-tabs": "^5.3.2", "@react-navigation/bottom-tabs": "^5.5.2",
"@react-navigation/native": "^5.2.2", "@react-navigation/native": "^5.5.1",
"@react-navigation/stack": "^5.2.17", "@react-navigation/stack": "^5.5.1",
"i18n-js": "^3.3.0", "i18n-js": "^3.3.0",
"react": "16.11.0", "react": "16.11.0",
"react-native": "0.62.2", "react-native": "0.62.2",
"react-native-animatable": "^1.3.3", "react-native-animatable": "^1.3.3",
"react-native-app-intro-slider": "^4.0.0", "react-native-app-intro-slider": "^4.0.0",
"react-native-appearance": "~0.3.3", "react-native-appearance": "^0.3.3",
"react-native-autolink": "^3.0.0", "react-native-autolink": "^3.0.0",
"react-native-calendars": "^1.260.0", "react-native-calendars": "^1.299.0",
"react-native-camera": "^3.23.1", "react-native-camera": "^3.30.0",
"react-native-collapsible": "^1.5.2", "react-native-collapsible": "^1.5.2",
"react-native-gesture-handler": "~1.6.0", "react-native-gesture-handler": "^1.6.1",
"react-native-image-modal": "^1.0.6", "react-native-image-modal": "^1.0.8",
"react-native-keychain": "^6.0.0", "react-native-keychain": "^6.1.1",
"react-native-linear-gradient": "^2.5.6", "react-native-linear-gradient": "^2.5.6",
"react-native-localize": "^1.4.0", "react-native-localize": "^1.4.0",
"react-native-modalize": "^2.0.4", "react-native-modalize": "^2.0.4",
"react-native-paper": "^3.10.1", "react-native-paper": "^3.10.1",
"react-native-permissions": "^2.1.4", "react-native-permissions": "^2.1.5",
"react-native-push-notification": "^3.3.1", "react-native-push-notification": "^3.5.2",
"react-native-reanimated": "^1.8.0", "react-native-reanimated": "^1.9.0",
"react-native-render-html": "^4.1.2", "react-native-render-html": "^4.2.0",
"react-native-safe-area-context": "0.7.3", "react-native-safe-area-context": "0.7.3",
"react-native-screens": "^2.7.0", "react-native-screens": "^2.9.0",
"react-native-splash-screen": "^3.2.0", "react-native-splash-screen": "^3.2.0",
"react-native-vector-icons": "^6.6.0", "react-native-vector-icons": "^6.6.0",
"react-native-webview": "^9.4.0", "react-native-webview": "^9.4.0",
"react-navigation-collapsible": "^5.6.0", "react-navigation-collapsible": "^5.6.1",
"react-navigation-header-buttons": "^4.0.2" "react-navigation-header-buttons": "^4.0.2"
}, },
"devDependencies": { "devDependencies": {
@ -62,7 +62,7 @@
"@babel/runtime": "^7.6.2", "@babel/runtime": "^7.6.2",
"@react-native-community/eslint-config": "^0.0.5", "@react-native-community/eslint-config": "^0.0.5",
"babel-jest": "^25.5.1", "babel-jest": "^25.5.1",
"eslint": "^6.5.1", "eslint": "^5.0.0",
"flow-bin": "^0.123.0", "flow-bin": "^0.123.0",
"jest": "^25.5.3", "jest": "^25.5.3",
"jest-extended": "^0.11.5", "jest-extended": "^0.11.5",