@common-stack/mobile-stack-react 6.0.6-alpha.92 → 6.0.8-alpha.0

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 +65 -45
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@common-stack/mobile-stack-react",
3
- "version": "6.0.6-alpha.92",
3
+ "version": "6.0.8-alpha.0",
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",
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",
37
+ "@common-stack/client-core": "6.0.8-alpha.0",
38
+ "@common-stack/client-react": "6.0.8-alpha.0",
39
+ "@common-stack/components-pro": "6.0.8-alpha.0",
40
+ "@common-stack/core": "6.0.8-alpha.0",
41
+ "@expo/vector-icons": "^14.0.2",
42
+ "@react-native-async-storage/async-storage": "~1.23.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
- "@react-navigation/bottom-tabs": "~6.5.9",
44
- "@react-navigation/drawer": "~6.6.4",
45
- "@react-navigation/native": "~6.1.8",
46
- "@react-navigation/native-stack": "~6.9.14",
47
- "@react-navigation/stack": "~6.3.18",
46
+ "@react-navigation/bottom-tabs": "^7.0.0",
47
+ "@react-navigation/drawer": "^7.0.0",
48
+ "@react-navigation/native": "^7.0.0",
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,28 +55,33 @@
52
55
  "big-integer": "^1.6.51",
53
56
  "cross-fetch": "^4.0.0",
54
57
  "envalid": "~7.2.2",
55
- "expo": "~51.0.38",
56
- "expo-apple-authentication": "~6.4.2",
57
- "expo-asset": "~10.0.10",
58
- "expo-auth-session": "~5.5.2",
59
- "expo-build-properties": "~0.12.5",
60
- "expo-constants": "~16.0.2",
61
- "expo-dev-client": "~4.0.28",
62
- "expo-device": "~6.0.2",
63
- "expo-file-system": "~17.0.1",
64
- "expo-image-picker": "~15.0.7",
65
- "expo-linking": "~6.3.1",
66
- "expo-localization": "~15.0.3",
67
- "expo-notifications": "~0.28.19",
58
+ "expo": "~52.0.17",
59
+ "expo-apple-authentication": "~7.1.2",
60
+ "expo-auth-session": "^6.0.0",
61
+ "expo-blur": "~14.0.1",
62
+ "expo-build-properties": "~0.13.1",
63
+ "expo-constants": "~17.0.3",
64
+ "expo-dev-client": "~5.0.5",
65
+ "expo-device": "~7.0.1",
66
+ "expo-font": "~13.0.1",
67
+ "expo-haptics": "~14.0.0",
68
+ "expo-image-picker": "~16.0.3",
69
+ "expo-linking": "~7.0.3",
70
+ "expo-localization": "~16.0.0",
71
+ "expo-notifications": "~0.29.11",
68
72
  "expo-random": "~14.0.1",
69
- "expo-secure-store": "~13.0.2",
70
- "expo-splash-screen": "~0.27.6",
71
- "expo-status-bar": "~1.12.1",
72
- "expo-updates": "~0.25.27",
73
- "expo-web-browser": "~13.0.3",
73
+ "expo-router": "~4.0.11",
74
+ "expo-secure-store": "~14.0.0",
75
+ "expo-splash-screen": "~0.29.15",
76
+ "expo-status-bar": "~2.0.0",
77
+ "expo-symbols": "~0.2.0",
78
+ "expo-system-ui": "~4.0.5",
79
+ "expo-updates": "^0.26.9",
80
+ "expo-web-browser": "~14.0.1",
74
81
  "graphql": "^16.0.0",
75
82
  "graphql-ws": "^5.11.2",
76
83
  "history": "^4.10.1",
84
+ "i18next": "^23.10.1",
77
85
  "immutability-helper": "^3.0.1",
78
86
  "inversify": "~6.0.2",
79
87
  "isomorphic-fetch": "^2.2.1",
@@ -82,30 +90,31 @@
82
90
  "minilog": "^3.1.0",
83
91
  "prop-types": "^15.8.1",
84
92
  "query-string": "^9.0.0",
85
- "ramda": "^0.26.1",
86
- "react": "18.2.0",
87
- "react-dom": "18.2.0",
93
+ "react": "18.3.1",
94
+ "react-dom": "18.3.1",
88
95
  "react-helmet": "^6.1.0",
89
- "react-native": "0.74.5",
96
+ "react-i18next": "^14.1.0",
97
+ "react-native": "~0.76.3",
90
98
  "react-native-confirmation-code-field": "7.3.1",
91
99
  "react-native-dotenv": "^3.3.1",
92
- "react-native-gesture-handler": "~2.16.1",
100
+ "react-native-gesture-handler": "~2.20.2",
93
101
  "react-native-get-random-values": "~1.11.0",
94
102
  "react-native-keyboard-aware-scroll-view": "^0.9.3",
95
103
  "react-native-keyboard-spacer": "^0.4.1",
96
- "react-native-maps": "1.14.0",
104
+ "react-native-maps": "1.18.0",
97
105
  "react-native-mime-types": "^2.3.0",
98
106
  "react-native-modal": "^11.6.1",
99
- "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",
103
- "react-native-svg": "15.2.0",
107
+ "react-native-pager-view": "6.5.1",
108
+ "react-native-reanimated": "~3.16.1",
109
+ "react-native-safe-area-context": "4.12.0",
110
+ "react-native-screens": "~4.1.0",
111
+ "react-native-svg": "15.8.0",
104
112
  "react-native-tab-view": "^3.5.2",
105
113
  "react-native-tags": "2.2.1",
106
114
  "react-native-url-polyfill": "^2.0.0",
107
- "react-native-web": "~0.19.6",
115
+ "react-native-web": "~0.19.13",
108
116
  "react-native-web-maps": "~0.3.0",
117
+ "react-native-webview": "13.12.5",
109
118
  "react-redux": "^9.1.1",
110
119
  "redux-logger": "^3.0.6",
111
120
  "redux-observable": "^3.0.0-rc.2",
@@ -115,10 +124,21 @@
115
124
  "reselect": "^4.0.0",
116
125
  "rxjs": "^7.8.1",
117
126
  "sentry-expo": "~7.0.0",
118
- "subscriptions-transport-ws": "0.9.18",
127
+ "subscriptions-transport-ws": "^0.11.0",
119
128
  "text-encoding-polyfill": "^0.6.7",
120
129
  "ts-invariant": "^0.10.3"
121
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
+ },
122
142
  "peerDependencies": {
123
143
  "@apollo/client": ">=3.0.0",
124
144
  "react": ">=18",
@@ -131,5 +151,5 @@
131
151
  "typescript": {
132
152
  "definition": "lib/index.d.ts"
133
153
  },
134
- "gitHead": "cad447470edfd0617167402d2a362f120031a30f"
154
+ "gitHead": "c2cf7919f46791e092714b9db5e4d01280929437"
135
155
  }