@common-stack/mobile-stack-react 8.2.5-alpha.16 → 8.2.5-alpha.22
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.
- package/package.json +47 -48
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@common-stack/mobile-stack-react",
|
|
3
|
-
"version": "8.2.5-alpha.
|
|
3
|
+
"version": "8.2.5-alpha.22",
|
|
4
4
|
"description": "Client Module for mobile app",
|
|
5
5
|
"homepage": "https://github.com/cdmbase/fullstack-pro#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -32,34 +32,34 @@
|
|
|
32
32
|
"preset": "jest-expo"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@react-native-async-storage/async-storage": "
|
|
35
|
+
"@react-native-async-storage/async-storage": "2.1.2"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@babel/core": "^7.25.2",
|
|
39
39
|
"@types/jest": "^29.5.12",
|
|
40
|
-
"@types/react": "~
|
|
40
|
+
"@types/react": "~19.0.10",
|
|
41
41
|
"@types/react-dom": "~18.3.1",
|
|
42
42
|
"@types/react-test-renderer": "^18.3.0",
|
|
43
43
|
"jest": "^29.2.1",
|
|
44
|
-
"jest-expo": "~
|
|
45
|
-
"react-test-renderer": "
|
|
44
|
+
"jest-expo": "~53.0.13",
|
|
45
|
+
"react-test-renderer": "19.0.0",
|
|
46
46
|
"typescript": "^5.3.3"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
49
|
"@apollo/client": "^3.9.0",
|
|
50
50
|
"@cdm-logger/client": "^9.0.8",
|
|
51
51
|
"@common-stack/client-core": "8.2.5-alpha.15",
|
|
52
|
-
"@common-stack/client-react": "8.2.5-alpha.
|
|
53
|
-
"@common-stack/components-pro": "8.2.5-alpha.
|
|
52
|
+
"@common-stack/client-react": "8.2.5-alpha.21",
|
|
53
|
+
"@common-stack/components-pro": "8.2.5-alpha.21",
|
|
54
54
|
"@common-stack/core": "8.2.5-alpha.15",
|
|
55
|
-
"@expo/vector-icons": "^14.0
|
|
56
|
-
"@react-native-async-storage/async-storage": "
|
|
57
|
-
"@react-native-community/datetimepicker": "8.
|
|
55
|
+
"@expo/vector-icons": "^14.1.0",
|
|
56
|
+
"@react-native-async-storage/async-storage": "2.1.2",
|
|
57
|
+
"@react-native-community/datetimepicker": "8.4.1",
|
|
58
58
|
"@react-native-community/masked-view": "~0.1.10",
|
|
59
59
|
"@react-native-community/segmented-control": "~2.2.2",
|
|
60
|
-
"@react-navigation/bottom-tabs": "^7.
|
|
60
|
+
"@react-navigation/bottom-tabs": "^7.3.10",
|
|
61
61
|
"@react-navigation/drawer": "^7.0.0",
|
|
62
|
-
"@react-navigation/native": "^7.
|
|
62
|
+
"@react-navigation/native": "^7.1.6",
|
|
63
63
|
"@react-navigation/native-stack": "^7.0.0",
|
|
64
64
|
"@react-navigation/stack": "^7.0.0",
|
|
65
65
|
"@reduxjs/toolkit": "^2.2.6",
|
|
@@ -69,31 +69,31 @@
|
|
|
69
69
|
"big-integer": "^1.6.51",
|
|
70
70
|
"cross-fetch": "^4.0.0",
|
|
71
71
|
"envalid": "~7.2.2",
|
|
72
|
-
"expo": "~
|
|
73
|
-
"expo-apple-authentication": "~7.
|
|
74
|
-
"expo-asset": "~11.
|
|
72
|
+
"expo": "~53.0.24",
|
|
73
|
+
"expo-apple-authentication": "~7.2.4",
|
|
74
|
+
"expo-asset": "~11.1.7",
|
|
75
75
|
"expo-auth-session": "^6.0.0",
|
|
76
|
-
"expo-blur": "~14.
|
|
77
|
-
"expo-build-properties": "~0.
|
|
78
|
-
"expo-constants": "~17.
|
|
79
|
-
"expo-dev-client": "~5.
|
|
80
|
-
"expo-device": "~7.
|
|
81
|
-
"expo-file-system": "~18.
|
|
82
|
-
"expo-font": "~13.
|
|
83
|
-
"expo-haptics": "~14.
|
|
84
|
-
"expo-image-picker": "~16.
|
|
85
|
-
"expo-linking": "~7.
|
|
86
|
-
"expo-localization": "~16.
|
|
87
|
-
"expo-notifications": "~0.
|
|
76
|
+
"expo-blur": "~14.1.5",
|
|
77
|
+
"expo-build-properties": "~0.14.8",
|
|
78
|
+
"expo-constants": "~17.1.8",
|
|
79
|
+
"expo-dev-client": "~5.2.4",
|
|
80
|
+
"expo-device": "~7.1.4",
|
|
81
|
+
"expo-file-system": "~18.1.11",
|
|
82
|
+
"expo-font": "~13.3.2",
|
|
83
|
+
"expo-haptics": "~14.1.4",
|
|
84
|
+
"expo-image-picker": "~16.1.4",
|
|
85
|
+
"expo-linking": "~7.1.7",
|
|
86
|
+
"expo-localization": "~16.1.6",
|
|
87
|
+
"expo-notifications": "~0.31.4",
|
|
88
88
|
"expo-random": "~14.0.1",
|
|
89
|
-
"expo-router": "~
|
|
90
|
-
"expo-secure-store": "~14.
|
|
91
|
-
"expo-splash-screen": "~0.
|
|
92
|
-
"expo-status-bar": "~2.
|
|
93
|
-
"expo-symbols": "~0.
|
|
94
|
-
"expo-system-ui": "~
|
|
95
|
-
"expo-updates": "
|
|
96
|
-
"expo-web-browser": "~14.0
|
|
89
|
+
"expo-router": "~5.1.7",
|
|
90
|
+
"expo-secure-store": "~14.2.4",
|
|
91
|
+
"expo-splash-screen": "~0.30.10",
|
|
92
|
+
"expo-status-bar": "~2.2.3",
|
|
93
|
+
"expo-symbols": "~0.4.5",
|
|
94
|
+
"expo-system-ui": "~5.0.11",
|
|
95
|
+
"expo-updates": "~0.28.17",
|
|
96
|
+
"expo-web-browser": "~14.2.0",
|
|
97
97
|
"graphql": "^16.0.0",
|
|
98
98
|
"graphql-ws": "^5.11.2",
|
|
99
99
|
"history": "^4.10.1",
|
|
@@ -106,25 +106,25 @@
|
|
|
106
106
|
"minilog": "^3.1.0",
|
|
107
107
|
"prop-types": "^15.8.1",
|
|
108
108
|
"query-string": "^9.0.0",
|
|
109
|
-
"react": "
|
|
110
|
-
"react-dom": "
|
|
109
|
+
"react": "19.0.0",
|
|
110
|
+
"react-dom": "19.0.0",
|
|
111
111
|
"react-helmet": "^6.1.0",
|
|
112
112
|
"react-i18next": "^14.1.0",
|
|
113
|
-
"react-native": "
|
|
113
|
+
"react-native": "0.79.6",
|
|
114
114
|
"react-native-confirmation-code-field": "7.3.1",
|
|
115
115
|
"react-native-dotenv": "^3.3.1",
|
|
116
|
-
"react-native-gesture-handler": "~2.
|
|
116
|
+
"react-native-gesture-handler": "~2.24.0",
|
|
117
117
|
"react-native-get-random-values": "~1.11.0",
|
|
118
118
|
"react-native-mime-types": "^2.3.0",
|
|
119
|
-
"react-native-pager-view": "6.
|
|
120
|
-
"react-native-reanimated": "~3.
|
|
121
|
-
"react-native-safe-area-context": "4.
|
|
122
|
-
"react-native-screens": "~4.
|
|
123
|
-
"react-native-svg": "15.
|
|
119
|
+
"react-native-pager-view": "6.7.1",
|
|
120
|
+
"react-native-reanimated": "~3.17.4",
|
|
121
|
+
"react-native-safe-area-context": "5.4.0",
|
|
122
|
+
"react-native-screens": "~4.11.1",
|
|
123
|
+
"react-native-svg": "15.11.2",
|
|
124
124
|
"react-native-tab-view": "^3.5.2",
|
|
125
125
|
"react-native-url-polyfill": "^2.0.0",
|
|
126
|
-
"react-native-web": "
|
|
127
|
-
"react-native-webview": "13.
|
|
126
|
+
"react-native-web": "^0.20.0",
|
|
127
|
+
"react-native-webview": "13.13.5",
|
|
128
128
|
"react-redux": "^9.1.1",
|
|
129
129
|
"redux-logger": "^3.0.6",
|
|
130
130
|
"redux-observable": "^3.0.0-rc.2",
|
|
@@ -134,7 +134,6 @@
|
|
|
134
134
|
"reselect": "^4.0.0",
|
|
135
135
|
"rxjs": "^7.8.1",
|
|
136
136
|
"sentry-expo": "~7.0.0",
|
|
137
|
-
"subscriptions-transport-ws": "^0.11.0",
|
|
138
137
|
"text-encoding-polyfill": "^0.6.7",
|
|
139
138
|
"ts-invariant": "^0.10.3"
|
|
140
139
|
},
|
|
@@ -144,5 +143,5 @@
|
|
|
144
143
|
"typescript": {
|
|
145
144
|
"definition": "lib/index.d.ts"
|
|
146
145
|
},
|
|
147
|
-
"gitHead": "
|
|
146
|
+
"gitHead": "f122f4d45ee3f7e1c5a650568470d55f5d704641"
|
|
148
147
|
}
|