one 1.9.12 → 1.9.13
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 +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "one",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.13",
|
|
4
4
|
"license": "BSD-3-Clause",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"setup.mjs",
|
|
@@ -154,17 +154,17 @@
|
|
|
154
154
|
"@react-navigation/routers": "~7.5.1",
|
|
155
155
|
"@swc/core": "^1.14.0",
|
|
156
156
|
"@ungap/structured-clone": "^1.2.0",
|
|
157
|
-
"@vxrn/color-scheme": "1.9.
|
|
158
|
-
"@vxrn/compiler": "1.9.
|
|
159
|
-
"@vxrn/resolve": "1.9.
|
|
160
|
-
"@vxrn/tslib-lite": "1.9.
|
|
161
|
-
"@vxrn/use-isomorphic-layout-effect": "1.9.
|
|
162
|
-
"@vxrn/vite-plugin-metro": "1.9.
|
|
157
|
+
"@vxrn/color-scheme": "1.9.13",
|
|
158
|
+
"@vxrn/compiler": "1.9.13",
|
|
159
|
+
"@vxrn/resolve": "1.9.13",
|
|
160
|
+
"@vxrn/tslib-lite": "1.9.13",
|
|
161
|
+
"@vxrn/use-isomorphic-layout-effect": "1.9.13",
|
|
162
|
+
"@vxrn/vite-plugin-metro": "1.9.13",
|
|
163
163
|
"babel-dead-code-elimination": "1.0.10",
|
|
164
164
|
"babel-plugin-module-resolver": "^5.0.2",
|
|
165
165
|
"citty": "^0.1.6",
|
|
166
166
|
"core-js": "^3.38.1",
|
|
167
|
-
"create-vxrn": "1.9.
|
|
167
|
+
"create-vxrn": "1.9.13",
|
|
168
168
|
"escape-string-regexp": "^5.0.0",
|
|
169
169
|
"expo-linking": "~8.0.8",
|
|
170
170
|
"expo-modules-core": "~3.0.24",
|
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
"use-latest-callback": "^0.2.3",
|
|
190
190
|
"vite": "^7.1.12",
|
|
191
191
|
"vite-tsconfig-paths": "^6.0.5",
|
|
192
|
-
"vxrn": "1.9.
|
|
192
|
+
"vxrn": "1.9.13",
|
|
193
193
|
"ws": "^8.18.0",
|
|
194
194
|
"xxhashjs": "^0.2.2"
|
|
195
195
|
},
|