Browse Source

Updated react native and libraries to new minor version

Arnaud Vergnet 3 years ago
parent
commit
8004820c2a
1 changed files with 5 additions and 5 deletions
  1. 5
    5
      package.json

+ 5
- 5
package.json View File

@@ -23,15 +23,15 @@
23 23
     "@react-native-community/async-storage": "^1.11.0",
24 24
     "@react-native-community/masked-view": "^0.1.10",
25 25
     "@react-native-community/push-notification-ios": "^1.3.0",
26
-    "@react-native-community/slider": "^3.0.0",
27
-    "@react-navigation/bottom-tabs": "^5.7.0",
26
+    "@react-native-community/slider": "^3.0.3",
27
+    "@react-navigation/bottom-tabs": "^5.7.1",
28 28
     "@react-navigation/native": "^5.7.0",
29 29
     "@react-navigation/stack": "^5.7.0",
30 30
     "i18n-js": "^3.7.1",
31 31
     "react": "16.13.1",
32
-    "react-native": "0.63.0",
32
+    "react-native": "0.63.1",
33 33
     "react-native-animatable": "^1.3.3",
34
-    "react-native-app-intro-slider": "^4.0.0",
34
+    "react-native-app-intro-slider": "^4.0.4",
35 35
     "react-native-appearance": "^0.3.4",
36 36
     "react-native-autolink": "^3.0.0",
37 37
     "react-native-calendars": "^1.300.0",
@@ -47,7 +47,7 @@
47 47
     "react-native-permissions": "^2.1.5",
48 48
     "react-native-push-notification": "^4.0.0",
49 49
     "react-native-reanimated": "^1.9.0",
50
-    "react-native-render-html": "^4.2.0",
50
+    "react-native-render-html": "^4.2.1",
51 51
     "react-native-safe-area-context": "0.7.3",
52 52
     "react-native-screens": "^2.9.0",
53 53
     "react-native-splash-screen": "^3.2.0",

Loading…
Cancel
Save