Browse Source

Update libs

Arnaud Vergnet 3 years ago
parent
commit
6e7d891d5c
2 changed files with 392 additions and 582 deletions
  1. 384
    574
      package-lock.json
  2. 8
    8
      package.json

+ 384
- 574
package-lock.json
File diff suppressed because it is too large
View File


+ 8
- 8
package.json View File

@@ -25,9 +25,9 @@
25 25
     "@react-native-community/masked-view": "^0.1.10",
26 26
     "@react-native-community/push-notification-ios": "^1.4.0",
27 27
     "@react-native-community/slider": "^3.0.3",
28
-    "@react-navigation/bottom-tabs": "^5.7.3",
29
-    "@react-navigation/native": "^5.7.2",
30
-    "@react-navigation/stack": "^5.8.0",
28
+    "@react-navigation/bottom-tabs": "5.7.3",
29
+    "@react-navigation/native": "5.7.2",
30
+    "@react-navigation/stack": "5.8.0",
31 31
     "i18n-js": "^3.7.1",
32 32
     "react": "16.13.1",
33 33
     "react-native": "0.63.2",
@@ -35,7 +35,7 @@
35 35
     "react-native-app-intro-slider": "^4.0.4",
36 36
     "react-native-appearance": "^0.3.4",
37 37
     "react-native-autolink": "^3.0.0",
38
-    "react-native-calendars": "^1.301.0",
38
+    "react-native-calendars": "^1.308.0",
39 39
     "react-native-camera": "^3.35.0",
40 40
     "react-native-collapsible": "^1.5.3",
41 41
     "react-native-gesture-handler": "^1.7.0",
@@ -46,14 +46,14 @@
46 46
     "react-native-modalize": "^2.0.5",
47 47
     "react-native-paper": "^4.0.1",
48 48
     "react-native-permissions": "^2.1.5",
49
-    "react-native-push-notification": "^4.0.0",
50
-    "react-native-reanimated": "^1.10.1",
49
+    "react-native-push-notification": "^5.0.1",
50
+    "react-native-reanimated": "^1.10.2",
51 51
     "react-native-render-html": "^4.2.2",
52 52
     "react-native-safe-area-context": "0.7.3",
53
-    "react-native-screens": "^2.9.0",
53
+    "react-native-screens": "^2.10.1",
54 54
     "react-native-splash-screen": "^3.2.0",
55 55
     "react-native-vector-icons": "^7.0.0",
56
-    "react-native-webview": "^10.3.3",
56
+    "react-native-webview": "^10.4.0",
57 57
     "react-navigation-collapsible": "^5.6.4",
58 58
     "react-navigation-header-buttons": "^5.0.0"
59 59
   },

Loading…
Cancel
Save