Browse Source

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

Arnaud Vergnet 3 years ago
parent
commit
584d9ca563
2 changed files with 22 additions and 22 deletions
  1. 3
    3
      android/build.gradle
  2. 19
    19
      package.json

+ 3
- 3
android/build.gradle View File

@@ -2,10 +2,10 @@
2 2
 
3 3
 buildscript {
4 4
     ext {
5
-        buildToolsVersion = "28.0.3"
5
+        buildToolsVersion = "29.0.3"
6 6
         minSdkVersion = 21
7
-        compileSdkVersion = 28
8
-        targetSdkVersion = 28
7
+        compileSdkVersion = 29
8
+        targetSdkVersion = 29
9 9
     }
10 10
     repositories {
11 11
         google()

+ 19
- 19
package.json View File

@@ -19,42 +19,42 @@
19 19
     ]
20 20
   },
21 21
   "dependencies": {
22
-    "@nartc/react-native-barcode-mask": "^1.1.9",
23
-    "@react-native-community/async-storage": "^1.9.0",
22
+    "@nartc/react-native-barcode-mask": "^1.2.0",
23
+    "@react-native-community/async-storage": "^1.11.0",
24 24
     "@react-native-community/masked-view": "^0.1.10",
25
-    "@react-native-community/push-notification-ios": "^1.1.1",
25
+    "@react-native-community/push-notification-ios": "^1.2.2",
26 26
     "@react-native-community/slider": "^3.0.0",
27 27
     "@react-native-mapbox-gl/maps": "^8.1.0-rc.1",
28
-    "@react-navigation/bottom-tabs": "^5.3.2",
29
-    "@react-navigation/native": "^5.2.2",
30
-    "@react-navigation/stack": "^5.2.17",
28
+    "@react-navigation/bottom-tabs": "^5.5.2",
29
+    "@react-navigation/native": "^5.5.1",
30
+    "@react-navigation/stack": "^5.5.1",
31 31
     "i18n-js": "^3.3.0",
32 32
     "react": "16.11.0",
33 33
     "react-native": "0.62.2",
34 34
     "react-native-animatable": "^1.3.3",
35 35
     "react-native-app-intro-slider": "^4.0.0",
36
-    "react-native-appearance": "~0.3.3",
36
+    "react-native-appearance": "^0.3.3",
37 37
     "react-native-autolink": "^3.0.0",
38
-    "react-native-calendars": "^1.260.0",
39
-    "react-native-camera": "^3.23.1",
38
+    "react-native-calendars": "^1.299.0",
39
+    "react-native-camera": "^3.30.0",
40 40
     "react-native-collapsible": "^1.5.2",
41
-    "react-native-gesture-handler": "~1.6.0",
42
-    "react-native-image-modal": "^1.0.6",
43
-    "react-native-keychain": "^6.0.0",
41
+    "react-native-gesture-handler": "^1.6.1",
42
+    "react-native-image-modal": "^1.0.8",
43
+    "react-native-keychain": "^6.1.1",
44 44
     "react-native-linear-gradient": "^2.5.6",
45 45
     "react-native-localize": "^1.4.0",
46 46
     "react-native-modalize": "^2.0.4",
47 47
     "react-native-paper": "^3.10.1",
48
-    "react-native-permissions": "^2.1.4",
49
-    "react-native-push-notification": "^3.3.1",
50
-    "react-native-reanimated": "^1.8.0",
51
-    "react-native-render-html": "^4.1.2",
48
+    "react-native-permissions": "^2.1.5",
49
+    "react-native-push-notification": "^3.5.2",
50
+    "react-native-reanimated": "^1.9.0",
51
+    "react-native-render-html": "^4.2.0",
52 52
     "react-native-safe-area-context": "0.7.3",
53
-    "react-native-screens": "^2.7.0",
53
+    "react-native-screens": "^2.9.0",
54 54
     "react-native-splash-screen": "^3.2.0",
55 55
     "react-native-vector-icons": "^6.6.0",
56 56
     "react-native-webview": "^9.4.0",
57
-    "react-navigation-collapsible": "^5.6.0",
57
+    "react-navigation-collapsible": "^5.6.1",
58 58
     "react-navigation-header-buttons": "^4.0.2"
59 59
   },
60 60
   "devDependencies": {
@@ -62,7 +62,7 @@
62 62
     "@babel/runtime": "^7.6.2",
63 63
     "@react-native-community/eslint-config": "^0.0.5",
64 64
     "babel-jest": "^25.5.1",
65
-    "eslint": "^6.5.1",
65
+    "eslint": "^5.0.0",
66 66
     "flow-bin": "^0.123.0",
67 67
     "jest": "^25.5.3",
68 68
     "jest-extended": "^0.11.5",

Loading…
Cancel
Save