one 1.14.0 → 1.14.2
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 +18 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "one",
|
|
3
|
-
"version": "1.14.
|
|
3
|
+
"version": "1.14.2",
|
|
4
4
|
"license": "BSD-3-Clause",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"setup.mjs",
|
|
@@ -165,17 +165,17 @@
|
|
|
165
165
|
"@react-navigation/routers": "~7.5.3",
|
|
166
166
|
"@swc/core": "^1.14.0",
|
|
167
167
|
"@ungap/structured-clone": "^1.2.0",
|
|
168
|
-
"@vxrn/color-scheme": "1.14.
|
|
169
|
-
"@vxrn/compiler": "1.14.
|
|
170
|
-
"@vxrn/resolve": "1.14.
|
|
171
|
-
"@vxrn/tslib-lite": "1.14.
|
|
172
|
-
"@vxrn/use-isomorphic-layout-effect": "1.14.
|
|
173
|
-
"@vxrn/vite-plugin-metro": "1.14.
|
|
168
|
+
"@vxrn/color-scheme": "1.14.2",
|
|
169
|
+
"@vxrn/compiler": "1.14.2",
|
|
170
|
+
"@vxrn/resolve": "1.14.2",
|
|
171
|
+
"@vxrn/tslib-lite": "1.14.2",
|
|
172
|
+
"@vxrn/use-isomorphic-layout-effect": "1.14.2",
|
|
173
|
+
"@vxrn/vite-plugin-metro": "1.14.2",
|
|
174
174
|
"babel-dead-code-elimination": "1.0.10",
|
|
175
175
|
"babel-plugin-module-resolver": "^5.0.2",
|
|
176
176
|
"citty": "^0.1.6",
|
|
177
177
|
"core-js": "^3.38.1",
|
|
178
|
-
"create-vxrn": "1.14.
|
|
178
|
+
"create-vxrn": "1.14.2",
|
|
179
179
|
"escape-string-regexp": "^5.0.0",
|
|
180
180
|
"expo-linking": "~55.0.7",
|
|
181
181
|
"expo-modules-core": "~55.0.16",
|
|
@@ -192,11 +192,10 @@
|
|
|
192
192
|
"picocolors": "^1.0.0",
|
|
193
193
|
"react-compiler-runtime": "^19.0.0-beta-201e55d-20241215",
|
|
194
194
|
"react-native-css-interop": "^0.2.1",
|
|
195
|
-
"react-native-worklets": "~0.7.4",
|
|
196
195
|
"ts-pattern": "^5.6.2",
|
|
197
196
|
"use-latest-callback": "^0.2.3",
|
|
198
197
|
"vite": "^8.0.0",
|
|
199
|
-
"vxrn": "1.14.
|
|
198
|
+
"vxrn": "1.14.2",
|
|
200
199
|
"ws": "^8.18.0",
|
|
201
200
|
"xxhashjs": "^0.2.2"
|
|
202
201
|
},
|
|
@@ -206,10 +205,11 @@
|
|
|
206
205
|
"react": "^19.2.0",
|
|
207
206
|
"react-dom": "^19.2.0",
|
|
208
207
|
"react-native": "0.83.2",
|
|
209
|
-
"react-native-gesture-handler": "
|
|
210
|
-
"react-native-reanimated": "
|
|
211
|
-
"react-native-safe-area-context": "
|
|
212
|
-
"react-native-screens": "
|
|
208
|
+
"react-native-gesture-handler": ">=2.0.0",
|
|
209
|
+
"react-native-reanimated": ">=4.0.0",
|
|
210
|
+
"react-native-safe-area-context": ">=5.0.0",
|
|
211
|
+
"react-native-screens": ">=4.0.0",
|
|
212
|
+
"react-native-worklets": ">=0.7.0",
|
|
213
213
|
"sharp": "^0.34.5"
|
|
214
214
|
},
|
|
215
215
|
"peerDependenciesMeta": {
|
|
@@ -225,6 +225,9 @@
|
|
|
225
225
|
"react-native-reanimated": {
|
|
226
226
|
"optional": true
|
|
227
227
|
},
|
|
228
|
+
"react-native-worklets": {
|
|
229
|
+
"optional": true
|
|
230
|
+
},
|
|
228
231
|
"sharp": {
|
|
229
232
|
"optional": true
|
|
230
233
|
}
|
|
@@ -238,6 +241,7 @@
|
|
|
238
241
|
"react-native-reanimated": "~4.2.1",
|
|
239
242
|
"react-native-safe-area-context": "~5.6.2",
|
|
240
243
|
"react-native-screens": "~4.23.0",
|
|
244
|
+
"react-native-worklets": "~0.7.4",
|
|
241
245
|
"@types/node": "^24.10.0",
|
|
242
246
|
"@types/react-dom": "^19.2.2",
|
|
243
247
|
"@types/xxhashjs": "^0.2.4",
|