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

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 +46 -33
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@common-stack/mobile-stack-react",
3
- "version": "6.0.6-alpha.94",
3
+ "version": "6.0.8-alpha.1",
4
4
  "description": "Client Module for mobile app",
5
5
  "homepage": "https://github.com/cdmbase/fullstack-pro#readme",
6
6
  "bugs": {
@@ -28,23 +28,26 @@
28
28
  "test:watch": "npm test -- --watch",
29
29
  "watch": "npm run build:lib:watch"
30
30
  },
31
+ "jest": {
32
+ "preset": "jest-expo"
33
+ },
31
34
  "dependencies": {
32
35
  "@apollo/client": "^3.9.0",
33
36
  "@cdm-logger/client": "^9.0.3",
34
- "@common-stack/client-core": "6.0.6-alpha.91",
35
- "@common-stack/client-react": "6.0.6-alpha.91",
36
- "@common-stack/components-pro": "6.0.6-alpha.91",
37
- "@common-stack/core": "6.0.6-alpha.91",
37
+ "@common-stack/client-core": "6.0.8-alpha.1",
38
+ "@common-stack/client-react": "6.0.8-alpha.1",
39
+ "@common-stack/components-pro": "6.0.8-alpha.1",
40
+ "@common-stack/core": "6.0.8-alpha.1",
38
41
  "@expo/vector-icons": "^14.0.2",
39
42
  "@react-native-async-storage/async-storage": "~1.23.1",
40
- "@react-native-community/datetimepicker": "~8.0.1",
43
+ "@react-native-community/datetimepicker": "8.2.0",
41
44
  "@react-native-community/masked-view": "~0.1.10",
42
45
  "@react-native-community/segmented-control": "~2.2.2",
43
46
  "@react-navigation/bottom-tabs": "^7.0.0",
44
- "@react-navigation/drawer": "~6.6.4",
47
+ "@react-navigation/drawer": "^7.0.0",
45
48
  "@react-navigation/native": "^7.0.0",
46
- "@react-navigation/native-stack": "~6.9.14",
47
- "@react-navigation/stack": "~6.3.18",
49
+ "@react-navigation/native-stack": "^7.0.0",
50
+ "@react-navigation/stack": "^7.0.0",
48
51
  "@reduxjs/toolkit": "^2.2.6",
49
52
  "apollo-link-debounce": "^3.0.0",
50
53
  "apollo-link-logger": "^2.0.0",
@@ -52,34 +55,33 @@
52
55
  "big-integer": "^1.6.51",
53
56
  "cross-fetch": "^4.0.0",
54
57
  "envalid": "~7.2.2",
55
- "expo": "~52.0.9",
56
- "expo-apple-authentication": "~6.4.2",
57
- "expo-asset": "~10.0.10",
58
- "expo-auth-session": "~5.5.2",
58
+ "expo": "~52.0.17",
59
+ "expo-apple-authentication": "~7.1.2",
60
+ "expo-auth-session": "^6.0.0",
59
61
  "expo-blur": "~14.0.1",
60
- "expo-build-properties": "~0.12.5",
62
+ "expo-build-properties": "~0.13.1",
61
63
  "expo-constants": "~17.0.3",
62
- "expo-dev-client": "~4.0.28",
63
- "expo-device": "~6.0.2",
64
- "expo-file-system": "~17.0.1",
64
+ "expo-dev-client": "~5.0.5",
65
+ "expo-device": "~7.0.1",
65
66
  "expo-font": "~13.0.1",
66
67
  "expo-haptics": "~14.0.0",
67
- "expo-image-picker": "~15.0.7",
68
+ "expo-image-picker": "~16.0.3",
68
69
  "expo-linking": "~7.0.3",
69
- "expo-localization": "~15.0.3",
70
- "expo-notifications": "~0.28.19",
70
+ "expo-localization": "~16.0.0",
71
+ "expo-notifications": "~0.29.11",
71
72
  "expo-random": "~14.0.1",
72
- "expo-router": "~4.0.7",
73
- "expo-secure-store": "~13.0.2",
74
- "expo-splash-screen": "~0.29.12",
73
+ "expo-router": "~4.0.11",
74
+ "expo-secure-store": "~14.0.0",
75
+ "expo-splash-screen": "~0.29.15",
75
76
  "expo-status-bar": "~2.0.0",
76
77
  "expo-symbols": "~0.2.0",
77
- "expo-system-ui": "~4.0.3",
78
- "expo-updates": "~0.25.27",
78
+ "expo-system-ui": "~4.0.5",
79
+ "expo-updates": "^0.26.9",
79
80
  "expo-web-browser": "~14.0.1",
80
81
  "graphql": "^16.0.0",
81
82
  "graphql-ws": "^5.11.2",
82
83
  "history": "^4.10.1",
84
+ "i18next": "^23.10.1",
83
85
  "immutability-helper": "^3.0.1",
84
86
  "inversify": "~6.0.2",
85
87
  "isomorphic-fetch": "^2.2.1",
@@ -88,31 +90,31 @@
88
90
  "minilog": "^3.1.0",
89
91
  "prop-types": "^15.8.1",
90
92
  "query-string": "^9.0.0",
91
- "ramda": "^0.26.1",
92
93
  "react": "18.3.1",
93
94
  "react-dom": "18.3.1",
94
95
  "react-helmet": "^6.1.0",
95
- "react-native": "0.76.2",
96
+ "react-i18next": "^14.1.0",
97
+ "react-native": "~0.76.3",
96
98
  "react-native-confirmation-code-field": "7.3.1",
97
99
  "react-native-dotenv": "^3.3.1",
98
100
  "react-native-gesture-handler": "~2.20.2",
99
101
  "react-native-get-random-values": "~1.11.0",
100
102
  "react-native-keyboard-aware-scroll-view": "^0.9.3",
101
103
  "react-native-keyboard-spacer": "^0.4.1",
102
- "react-native-maps": "1.14.0",
104
+ "react-native-maps": "1.18.0",
103
105
  "react-native-mime-types": "^2.3.0",
104
106
  "react-native-modal": "^11.6.1",
105
- "react-native-pager-view": "6.3.0",
107
+ "react-native-pager-view": "6.5.1",
106
108
  "react-native-reanimated": "~3.16.1",
107
109
  "react-native-safe-area-context": "4.12.0",
108
110
  "react-native-screens": "~4.1.0",
109
- "react-native-svg": "15.2.0",
111
+ "react-native-svg": "15.8.0",
110
112
  "react-native-tab-view": "^3.5.2",
111
113
  "react-native-tags": "2.2.1",
112
114
  "react-native-url-polyfill": "^2.0.0",
113
115
  "react-native-web": "~0.19.13",
114
116
  "react-native-web-maps": "~0.3.0",
115
- "react-native-webview": "13.12.4",
117
+ "react-native-webview": "13.12.5",
116
118
  "react-redux": "^9.1.1",
117
119
  "redux-logger": "^3.0.6",
118
120
  "redux-observable": "^3.0.0-rc.2",
@@ -122,10 +124,21 @@
122
124
  "reselect": "^4.0.0",
123
125
  "rxjs": "^7.8.1",
124
126
  "sentry-expo": "~7.0.0",
125
- "subscriptions-transport-ws": "0.9.18",
127
+ "subscriptions-transport-ws": "^0.11.0",
126
128
  "text-encoding-polyfill": "^0.6.7",
127
129
  "ts-invariant": "^0.10.3"
128
130
  },
131
+ "devDependencies": {
132
+ "@babel/core": "^7.25.2",
133
+ "@types/jest": "^29.5.12",
134
+ "@types/react": "~18.3.12",
135
+ "@types/react-dom": "~18.3.1",
136
+ "@types/react-test-renderer": "^18.3.0",
137
+ "jest": "^29.2.1",
138
+ "jest-expo": "~52.0.2",
139
+ "react-test-renderer": "18.3.1",
140
+ "typescript": "^5.3.3"
141
+ },
129
142
  "peerDependencies": {
130
143
  "@apollo/client": ">=3.0.0",
131
144
  "react": ">=18",
@@ -138,5 +151,5 @@
138
151
  "typescript": {
139
152
  "definition": "lib/index.d.ts"
140
153
  },
141
- "gitHead": "95d52e61dbe4e57477692695217ca90dd02ea509"
154
+ "gitHead": "bad0cdee8b052117347c03008b06f8c0c99a6018"
142
155
  }