@common-stack/mobile-stack-react 6.0.6-alpha.91 → 6.0.6-alpha.94

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +29 -22
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@common-stack/mobile-stack-react",
3
- "version": "6.0.6-alpha.91",
3
+ "version": "6.0.6-alpha.94",
4
4
  "description": "Client Module for mobile app",
5
5
  "homepage": "https://github.com/cdmbase/fullstack-pro#readme",
6
6
  "bugs": {
@@ -35,14 +35,14 @@
35
35
  "@common-stack/client-react": "6.0.6-alpha.91",
36
36
  "@common-stack/components-pro": "6.0.6-alpha.91",
37
37
  "@common-stack/core": "6.0.6-alpha.91",
38
- "@expo/vector-icons": "^14.0.3",
39
- "@react-native-async-storage/async-storage": "1.23.1",
40
- "@react-native-community/datetimepicker": "8.0.1",
38
+ "@expo/vector-icons": "^14.0.2",
39
+ "@react-native-async-storage/async-storage": "~1.23.1",
40
+ "@react-native-community/datetimepicker": "~8.0.1",
41
41
  "@react-native-community/masked-view": "~0.1.10",
42
42
  "@react-native-community/segmented-control": "~2.2.2",
43
- "@react-navigation/bottom-tabs": "~6.5.9",
43
+ "@react-navigation/bottom-tabs": "^7.0.0",
44
44
  "@react-navigation/drawer": "~6.6.4",
45
- "@react-navigation/native": "~6.1.8",
45
+ "@react-navigation/native": "^7.0.0",
46
46
  "@react-navigation/native-stack": "~6.9.14",
47
47
  "@react-navigation/stack": "~6.3.18",
48
48
  "@reduxjs/toolkit": "^2.2.6",
@@ -52,30 +52,36 @@
52
52
  "big-integer": "^1.6.51",
53
53
  "cross-fetch": "^4.0.0",
54
54
  "envalid": "~7.2.2",
55
- "expo": "~51.0.38",
55
+ "expo": "~52.0.9",
56
56
  "expo-apple-authentication": "~6.4.2",
57
57
  "expo-asset": "~10.0.10",
58
58
  "expo-auth-session": "~5.5.2",
59
+ "expo-blur": "~14.0.1",
59
60
  "expo-build-properties": "~0.12.5",
60
- "expo-constants": "~16.0.2",
61
+ "expo-constants": "~17.0.3",
61
62
  "expo-dev-client": "~4.0.28",
62
63
  "expo-device": "~6.0.2",
63
64
  "expo-file-system": "~17.0.1",
65
+ "expo-font": "~13.0.1",
66
+ "expo-haptics": "~14.0.0",
64
67
  "expo-image-picker": "~15.0.7",
65
- "expo-linking": "~6.3.1",
68
+ "expo-linking": "~7.0.3",
66
69
  "expo-localization": "~15.0.3",
67
70
  "expo-notifications": "~0.28.19",
68
71
  "expo-random": "~14.0.1",
72
+ "expo-router": "~4.0.7",
69
73
  "expo-secure-store": "~13.0.2",
70
- "expo-splash-screen": "~0.27.6",
71
- "expo-status-bar": "~1.12.1",
74
+ "expo-splash-screen": "~0.29.12",
75
+ "expo-status-bar": "~2.0.0",
76
+ "expo-symbols": "~0.2.0",
77
+ "expo-system-ui": "~4.0.3",
72
78
  "expo-updates": "~0.25.27",
73
- "expo-web-browser": "~13.0.3",
79
+ "expo-web-browser": "~14.0.1",
74
80
  "graphql": "^16.0.0",
75
81
  "graphql-ws": "^5.11.2",
76
82
  "history": "^4.10.1",
77
83
  "immutability-helper": "^3.0.1",
78
- "inversify": "^6.0.2",
84
+ "inversify": "~6.0.2",
79
85
  "isomorphic-fetch": "^2.2.1",
80
86
  "lodash": "^4.17.15",
81
87
  "metro-minify-terser": "^0.56.0",
@@ -83,13 +89,13 @@
83
89
  "prop-types": "^15.8.1",
84
90
  "query-string": "^9.0.0",
85
91
  "ramda": "^0.26.1",
86
- "react": "18.2.0",
87
- "react-dom": "18.2.0",
92
+ "react": "18.3.1",
93
+ "react-dom": "18.3.1",
88
94
  "react-helmet": "^6.1.0",
89
- "react-native": "0.74.5",
95
+ "react-native": "0.76.2",
90
96
  "react-native-confirmation-code-field": "7.3.1",
91
97
  "react-native-dotenv": "^3.3.1",
92
- "react-native-gesture-handler": "~2.16.1",
98
+ "react-native-gesture-handler": "~2.20.2",
93
99
  "react-native-get-random-values": "~1.11.0",
94
100
  "react-native-keyboard-aware-scroll-view": "^0.9.3",
95
101
  "react-native-keyboard-spacer": "^0.4.1",
@@ -97,15 +103,16 @@
97
103
  "react-native-mime-types": "^2.3.0",
98
104
  "react-native-modal": "^11.6.1",
99
105
  "react-native-pager-view": "6.3.0",
100
- "react-native-reanimated": "~3.10.1",
101
- "react-native-safe-area-context": "4.10.5",
102
- "react-native-screens": "3.31.1",
106
+ "react-native-reanimated": "~3.16.1",
107
+ "react-native-safe-area-context": "4.12.0",
108
+ "react-native-screens": "~4.1.0",
103
109
  "react-native-svg": "15.2.0",
104
110
  "react-native-tab-view": "^3.5.2",
105
111
  "react-native-tags": "2.2.1",
106
112
  "react-native-url-polyfill": "^2.0.0",
107
- "react-native-web": "~0.19.6",
113
+ "react-native-web": "~0.19.13",
108
114
  "react-native-web-maps": "~0.3.0",
115
+ "react-native-webview": "13.12.4",
109
116
  "react-redux": "^9.1.1",
110
117
  "redux-logger": "^3.0.6",
111
118
  "redux-observable": "^3.0.0-rc.2",
@@ -131,5 +138,5 @@
131
138
  "typescript": {
132
139
  "definition": "lib/index.d.ts"
133
140
  },
134
- "gitHead": "e961c194190a018fca6bcc40999e431f57430c4c"
141
+ "gitHead": "95d52e61dbe4e57477692695217ca90dd02ea509"
135
142
  }