@oxyhq/services 7.0.0 → 8.0.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 +12 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxyhq/services",
3
- "version": "7.0.0",
3
+ "version": "8.0.0",
4
4
  "description": "OxyHQ Expo/React Native SDK — UI components, screens, and native features",
5
5
  "main": "lib/commonjs/index.js",
6
6
  "module": "lib/module/index.js",
@@ -108,10 +108,6 @@
108
108
  "dependencies": {
109
109
  "@lottiefiles/dotlottie-react": "^0.13.5",
110
110
  "@react-native-async-storage/async-storage": "2.2.0",
111
- "@tanstack/query-async-storage-persister": "^5.90",
112
- "@tanstack/query-sync-storage-persister": "^5.90",
113
- "@tanstack/react-query": "^5.100",
114
- "@tanstack/react-query-persist-client": "^5.90",
115
111
  "@types/react": "*",
116
112
  "copyfiles": "^2.4.1",
117
113
  "expo-blur": "~56.0.3",
@@ -138,6 +134,10 @@
138
134
  "@react-native-community/netinfo": "^11.4.1",
139
135
  "@react-native/babel-preset": "^0.77.0",
140
136
  "@release-it/conventional-changelog": "^10.0.2",
137
+ "@tanstack/query-async-storage-persister": "^5.100",
138
+ "@tanstack/query-sync-storage-persister": "^5.100",
139
+ "@tanstack/react-query": "^5.100",
140
+ "@tanstack/react-query-persist-client": "^5.100",
141
141
  "@testing-library/jest-dom": "^6.4.2",
142
142
  "@types/color": "^4.2.0",
143
143
  "@types/jest": "^29.5.14",
@@ -163,6 +163,10 @@
163
163
  "@oxyhq/core": "^2.0.0",
164
164
  "@react-native-community/netinfo": "^11.4.1",
165
165
  "@react-navigation/native": "^7.1.8",
166
+ "@tanstack/query-async-storage-persister": "^5.100",
167
+ "@tanstack/query-sync-storage-persister": "^5.100",
168
+ "@tanstack/react-query": "^5.100",
169
+ "@tanstack/react-query-persist-client": "^5.100",
166
170
  "@types/react": "*",
167
171
  "@types/react-native": "*",
168
172
  "expo": ">=56.0.0",
@@ -216,6 +220,9 @@
216
220
  },
217
221
  "expo-image-manipulator": {
218
222
  "optional": true
223
+ },
224
+ "@tanstack/query-sync-storage-persister": {
225
+ "optional": true
219
226
  }
220
227
  },
221
228
  "react-native-builder-bob": {