@common-stack/mobile-stack-react 6.0.6-alpha.106 → 6.0.6-alpha.107
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 +4 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@common-stack/mobile-stack-react",
|
|
3
|
-
"version": "6.0.6-alpha.
|
|
3
|
+
"version": "6.0.6-alpha.107",
|
|
4
4
|
"description": "Client Module for mobile app",
|
|
5
5
|
"homepage": "https://github.com/cdmbase/fullstack-pro#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -44,8 +44,7 @@
|
|
|
44
44
|
"@react-navigation/drawer": "^7.0.0",
|
|
45
45
|
"@react-navigation/native": "^7.0.0",
|
|
46
46
|
"@react-navigation/native-stack": "^7.0.0",
|
|
47
|
-
"@react-navigation/stack": "
|
|
48
|
-
"@reduxjs/toolkit": "^2.2.6",
|
|
47
|
+
"@react-navigation/stack": "^7.0.0",
|
|
49
48
|
"apollo-link-debounce": "^3.0.0",
|
|
50
49
|
"apollo-link-logger": "^2.0.0",
|
|
51
50
|
"apollo-server-errors": "^3.3.1",
|
|
@@ -86,7 +85,6 @@
|
|
|
86
85
|
"minilog": "^3.1.0",
|
|
87
86
|
"prop-types": "^15.8.1",
|
|
88
87
|
"query-string": "^9.0.0",
|
|
89
|
-
"ramda": "^0.26.1",
|
|
90
88
|
"react": "18.3.1",
|
|
91
89
|
"react-dom": "18.3.1",
|
|
92
90
|
"react-helmet": "^6.1.0",
|
|
@@ -120,7 +118,7 @@
|
|
|
120
118
|
"reselect": "^4.0.0",
|
|
121
119
|
"rxjs": "^7.8.1",
|
|
122
120
|
"sentry-expo": "~7.0.0",
|
|
123
|
-
"subscriptions-transport-ws": "0.
|
|
121
|
+
"subscriptions-transport-ws": "^0.11.0",
|
|
124
122
|
"text-encoding-polyfill": "^0.6.7",
|
|
125
123
|
"ts-invariant": "^0.10.3"
|
|
126
124
|
},
|
|
@@ -150,5 +148,5 @@
|
|
|
150
148
|
"typescript": {
|
|
151
149
|
"definition": "lib/index.d.ts"
|
|
152
150
|
},
|
|
153
|
-
"gitHead": "
|
|
151
|
+
"gitHead": "5ad488efd8879fed819fcbe92118455a984fd135"
|
|
154
152
|
}
|