one 1.1.534 → 1.1.536
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 +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "one",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.536",
|
|
4
4
|
"license": "BSD-3-Clause",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"setup.mjs",
|
|
@@ -111,16 +111,17 @@
|
|
|
111
111
|
"@react-navigation/routers": "~7.3.2",
|
|
112
112
|
"@swc/core": "^1.10.4",
|
|
113
113
|
"@ungap/structured-clone": "^1.2.0",
|
|
114
|
-
"@vxrn/compiler": "1.1.
|
|
115
|
-
"@vxrn/resolve": "1.1.
|
|
116
|
-
"@vxrn/tslib-lite": "1.1.
|
|
117
|
-
"@vxrn/universal-color-scheme": "1.1.
|
|
118
|
-
"@vxrn/use-isomorphic-layout-effect": "1.1.
|
|
114
|
+
"@vxrn/compiler": "1.1.536",
|
|
115
|
+
"@vxrn/resolve": "1.1.536",
|
|
116
|
+
"@vxrn/tslib-lite": "1.1.536",
|
|
117
|
+
"@vxrn/universal-color-scheme": "1.1.536",
|
|
118
|
+
"@vxrn/use-isomorphic-layout-effect": "1.1.536",
|
|
119
|
+
"@vxrn/vite-plugin-metro": "1.1.536",
|
|
119
120
|
"babel-dead-code-elimination": "^1.0.9",
|
|
120
121
|
"babel-plugin-module-resolver": "^5",
|
|
121
122
|
"citty": "^0.1.6",
|
|
122
123
|
"core-js": "^3.38.1",
|
|
123
|
-
"create-vxrn": "1.1.
|
|
124
|
+
"create-vxrn": "1.1.536",
|
|
124
125
|
"escape-string-regexp": "^5.0.0",
|
|
125
126
|
"expo-linking": "~6.3.1",
|
|
126
127
|
"expo-modules-core": "~2.5.0",
|
|
@@ -142,10 +143,10 @@
|
|
|
142
143
|
"ts-pattern": "^5.6.2",
|
|
143
144
|
"tsconfig-paths": "^4",
|
|
144
145
|
"use-latest-callback": "^0.2.3",
|
|
145
|
-
"vite": "^7.
|
|
146
|
+
"vite": "^7.1.12",
|
|
146
147
|
"vite-plugin-barrel": "^0.4.1",
|
|
147
|
-
"vite-tsconfig-paths": "^5.
|
|
148
|
-
"vxrn": "1.1.
|
|
148
|
+
"vite-tsconfig-paths": "^5.1.4",
|
|
149
|
+
"vxrn": "1.1.536",
|
|
149
150
|
"ws": "^8.18.0",
|
|
150
151
|
"xxhashjs": "^0.2.2"
|
|
151
152
|
},
|
|
@@ -153,7 +154,7 @@
|
|
|
153
154
|
"@react-navigation/native": "~7.1.0",
|
|
154
155
|
"react-native": "*",
|
|
155
156
|
"react-native-safe-area-context": "5.4.0",
|
|
156
|
-
"react-native-screens": "4.
|
|
157
|
+
"react-native-screens": "4.18.0"
|
|
157
158
|
},
|
|
158
159
|
"peerDependenciesMeta": {
|
|
159
160
|
"react-native": {
|
|
@@ -167,13 +168,12 @@
|
|
|
167
168
|
"@types/node": "^22.1.0",
|
|
168
169
|
"@types/react-dom": "^18.2.25",
|
|
169
170
|
"@types/xxhashjs": "^0.2.4",
|
|
170
|
-
"@vxrn/vite-plugin-metro": "1.1.534",
|
|
171
171
|
"depcheck": "^1.4.7",
|
|
172
172
|
"immer": "^10.1.1",
|
|
173
173
|
"react-native": "~0.79.2",
|
|
174
174
|
"rollup": "^4.29.1",
|
|
175
175
|
"typescript": "^5.7.3",
|
|
176
|
-
"vitest": "^
|
|
176
|
+
"vitest": "^4.0.4"
|
|
177
177
|
},
|
|
178
178
|
"publishConfig": {
|
|
179
179
|
"access": "public"
|