@depup/react-native 0.85.0-depup.0 → 0.85.0-depup.1
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/README.md +4 -3
- package/changes.json +7 -3
- package/package.json +10 -6
package/README.md
CHANGED
|
@@ -14,9 +14,9 @@ npm install @depup/react-native
|
|
|
14
14
|
| Field | Value |
|
|
15
15
|
|-------|-------|
|
|
16
16
|
| Original | [react-native](https://www.npmjs.com/package/react-native) @ 0.85.0 |
|
|
17
|
-
| Processed | 2026-04-
|
|
17
|
+
| Processed | 2026-04-09 |
|
|
18
18
|
| Smoke test | failed |
|
|
19
|
-
| Deps updated |
|
|
19
|
+
| Deps updated | 17 |
|
|
20
20
|
|
|
21
21
|
## Dependency Changes
|
|
22
22
|
|
|
@@ -24,7 +24,7 @@ npm install @depup/react-native
|
|
|
24
24
|
|------------|------|-----|
|
|
25
25
|
| anser | ^1.4.9 | ^2.3.5 |
|
|
26
26
|
| ansi-regex | ^5.0.0 | ^6.2.2 |
|
|
27
|
-
| babel-plugin-syntax-hermes-parser | 0.33.3 | ^0.
|
|
27
|
+
| babel-plugin-syntax-hermes-parser | 0.33.3 | ^0.35.0 |
|
|
28
28
|
| commander | ^12.0.0 | ^14.0.3 |
|
|
29
29
|
| memoize-one | ^5.0.0 | ^6.0.0 |
|
|
30
30
|
| metro-runtime | ^0.84.0 | ^0.84.2 |
|
|
@@ -35,6 +35,7 @@ npm install @depup/react-native
|
|
|
35
35
|
| regenerator-runtime | ^0.13.2 | ^0.14.1 |
|
|
36
36
|
| semver | ^7.1.3 | ^7.7.4 |
|
|
37
37
|
| stacktrace-parser | ^0.1.10 | ^0.1.11 |
|
|
38
|
+
| tinyglobby | ^0.2.15 | ^0.2.16 |
|
|
38
39
|
| whatwg-fetch | ^3.0.0 | ^3.6.20 |
|
|
39
40
|
| ws | ^7.5.10 | ^8.20.0 |
|
|
40
41
|
| yargs | ^17.6.2 | ^18.0.0 |
|
package/changes.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
},
|
|
11
11
|
"babel-plugin-syntax-hermes-parser": {
|
|
12
12
|
"from": "0.33.3",
|
|
13
|
-
"to": "^0.
|
|
13
|
+
"to": "^0.35.0"
|
|
14
14
|
},
|
|
15
15
|
"commander": {
|
|
16
16
|
"from": "^12.0.0",
|
|
@@ -52,6 +52,10 @@
|
|
|
52
52
|
"from": "^0.1.10",
|
|
53
53
|
"to": "^0.1.11"
|
|
54
54
|
},
|
|
55
|
+
"tinyglobby": {
|
|
56
|
+
"from": "^0.2.15",
|
|
57
|
+
"to": "^0.2.16"
|
|
58
|
+
},
|
|
55
59
|
"whatwg-fetch": {
|
|
56
60
|
"from": "^3.0.0",
|
|
57
61
|
"to": "^3.6.20"
|
|
@@ -65,6 +69,6 @@
|
|
|
65
69
|
"to": "^18.0.0"
|
|
66
70
|
}
|
|
67
71
|
},
|
|
68
|
-
"timestamp": "2026-04-
|
|
69
|
-
"totalUpdated":
|
|
72
|
+
"timestamp": "2026-04-09T08:40:19.463Z",
|
|
73
|
+
"totalUpdated": 17
|
|
70
74
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depup/react-native",
|
|
3
|
-
"version": "0.85.0-depup.
|
|
3
|
+
"version": "0.85.0-depup.1",
|
|
4
4
|
"description": "A framework for building native apps using React (with updated dependencies)",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
"abort-controller": "^3.0.0",
|
|
178
178
|
"anser": "^2.3.5",
|
|
179
179
|
"ansi-regex": "^6.2.2",
|
|
180
|
-
"babel-plugin-syntax-hermes-parser": "^0.
|
|
180
|
+
"babel-plugin-syntax-hermes-parser": "^0.35.0",
|
|
181
181
|
"base64-js": "^1.5.1",
|
|
182
182
|
"commander": "^14.0.3",
|
|
183
183
|
"flow-enums-runtime": "^0.0.6",
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
"scheduler": "0.27.0",
|
|
196
196
|
"semver": "^7.7.4",
|
|
197
197
|
"stacktrace-parser": "^0.1.11",
|
|
198
|
-
"tinyglobby": "^0.2.
|
|
198
|
+
"tinyglobby": "^0.2.16",
|
|
199
199
|
"whatwg-fetch": "^3.6.20",
|
|
200
200
|
"ws": "^8.20.0",
|
|
201
201
|
"yargs": "^18.0.0"
|
|
@@ -244,7 +244,7 @@
|
|
|
244
244
|
},
|
|
245
245
|
"babel-plugin-syntax-hermes-parser": {
|
|
246
246
|
"from": "0.33.3",
|
|
247
|
-
"to": "^0.
|
|
247
|
+
"to": "^0.35.0"
|
|
248
248
|
},
|
|
249
249
|
"commander": {
|
|
250
250
|
"from": "^12.0.0",
|
|
@@ -286,6 +286,10 @@
|
|
|
286
286
|
"from": "^0.1.10",
|
|
287
287
|
"to": "^0.1.11"
|
|
288
288
|
},
|
|
289
|
+
"tinyglobby": {
|
|
290
|
+
"from": "^0.2.15",
|
|
291
|
+
"to": "^0.2.16"
|
|
292
|
+
},
|
|
289
293
|
"whatwg-fetch": {
|
|
290
294
|
"from": "^3.0.0",
|
|
291
295
|
"to": "^3.6.20"
|
|
@@ -299,10 +303,10 @@
|
|
|
299
303
|
"to": "^18.0.0"
|
|
300
304
|
}
|
|
301
305
|
},
|
|
302
|
-
"depsUpdated":
|
|
306
|
+
"depsUpdated": 17,
|
|
303
307
|
"originalPackage": "react-native",
|
|
304
308
|
"originalVersion": "0.85.0",
|
|
305
|
-
"processedAt": "2026-04-
|
|
309
|
+
"processedAt": "2026-04-09T08:40:31.525Z",
|
|
306
310
|
"smokeTest": "failed"
|
|
307
311
|
}
|
|
308
312
|
}
|