@depup/expo__cli 57.0.10-depup.0 → 57.0.10-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,18 +14,19 @@ npm install @depup/expo__cli
|
|
|
14
14
|
| Field | Value |
|
|
15
15
|
|-------|-------|
|
|
16
16
|
| Original | [@expo/cli](https://www.npmjs.com/package/@expo/cli) @ 57.0.10 |
|
|
17
|
-
| Processed | 2026-07-
|
|
17
|
+
| Processed | 2026-07-26 |
|
|
18
18
|
| Smoke test | failed |
|
|
19
|
-
| Deps updated |
|
|
19
|
+
| Deps updated | 25 |
|
|
20
20
|
|
|
21
21
|
## Dependency Changes
|
|
22
22
|
|
|
23
23
|
| Dependency | From | To |
|
|
24
24
|
|------------|------|-----|
|
|
25
|
+
| @react-native/dev-middleware | 0.86.0 | ^0.86.1 |
|
|
25
26
|
| agent-cli-detector | ^0.1.2 | ^0.1.4 |
|
|
26
27
|
| bplist-creator | 0.1.0 | ^0.1.1 |
|
|
27
28
|
| bplist-parser | ^0.3.1 | ^0.3.2 |
|
|
28
|
-
| chalk | ^4.0.0 | ^
|
|
29
|
+
| chalk | ^4.0.0 | ^6.0.0 |
|
|
29
30
|
| ci-info | ^3.3.0 | ^4.4.0 |
|
|
30
31
|
| compression | ^1.7.4 | ^1.8.1 |
|
|
31
32
|
| debug | ^4.3.4 | ^4.4.3 |
|
package/changes.json
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"bumped": {
|
|
3
|
+
"@react-native/dev-middleware": {
|
|
4
|
+
"from": "0.86.0",
|
|
5
|
+
"to": "^0.86.1"
|
|
6
|
+
},
|
|
3
7
|
"agent-cli-detector": {
|
|
4
8
|
"from": "^0.1.2",
|
|
5
9
|
"to": "^0.1.4"
|
|
@@ -14,7 +18,7 @@
|
|
|
14
18
|
},
|
|
15
19
|
"chalk": {
|
|
16
20
|
"from": "^4.0.0",
|
|
17
|
-
"to": "^
|
|
21
|
+
"to": "^6.0.0"
|
|
18
22
|
},
|
|
19
23
|
"ci-info": {
|
|
20
24
|
"from": "^3.3.0",
|
|
@@ -97,6 +101,6 @@
|
|
|
97
101
|
"to": "^4.4.3"
|
|
98
102
|
}
|
|
99
103
|
},
|
|
100
|
-
"timestamp": "2026-07-
|
|
101
|
-
"totalUpdated":
|
|
104
|
+
"timestamp": "2026-07-26T16:22:09.288Z",
|
|
105
|
+
"totalUpdated": 25
|
|
102
106
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depup/expo__cli",
|
|
3
|
-
"version": "57.0.10-depup.
|
|
3
|
+
"version": "57.0.10-depup.1",
|
|
4
4
|
"description": "The Expo CLI (with updated dependencies)",
|
|
5
5
|
"main": "main.js",
|
|
6
6
|
"bin": {
|
|
@@ -67,13 +67,13 @@
|
|
|
67
67
|
"@expo/spawn-async": "^1.8.0",
|
|
68
68
|
"@expo/ws-tunnel": "^2.0.0",
|
|
69
69
|
"@expo/xcpretty": "^4.4.4",
|
|
70
|
-
"@react-native/dev-middleware": "0.86.
|
|
70
|
+
"@react-native/dev-middleware": "^0.86.1",
|
|
71
71
|
"accepts": "^1.3.8",
|
|
72
72
|
"agent-cli-detector": "^0.1.4",
|
|
73
73
|
"arg": "^5.0.2",
|
|
74
74
|
"bplist-creator": "^0.1.1",
|
|
75
75
|
"bplist-parser": "^0.3.2",
|
|
76
|
-
"chalk": "^
|
|
76
|
+
"chalk": "^6.0.0",
|
|
77
77
|
"ci-info": "^4.4.0",
|
|
78
78
|
"compression": "^1.8.1",
|
|
79
79
|
"connect": "^3.7.0",
|
|
@@ -183,6 +183,10 @@
|
|
|
183
183
|
},
|
|
184
184
|
"depup": {
|
|
185
185
|
"changes": {
|
|
186
|
+
"@react-native/dev-middleware": {
|
|
187
|
+
"from": "0.86.0",
|
|
188
|
+
"to": "^0.86.1"
|
|
189
|
+
},
|
|
186
190
|
"agent-cli-detector": {
|
|
187
191
|
"from": "^0.1.2",
|
|
188
192
|
"to": "^0.1.4"
|
|
@@ -197,7 +201,7 @@
|
|
|
197
201
|
},
|
|
198
202
|
"chalk": {
|
|
199
203
|
"from": "^4.0.0",
|
|
200
|
-
"to": "^
|
|
204
|
+
"to": "^6.0.0"
|
|
201
205
|
},
|
|
202
206
|
"ci-info": {
|
|
203
207
|
"from": "^3.3.0",
|
|
@@ -280,10 +284,10 @@
|
|
|
280
284
|
"to": "^4.4.3"
|
|
281
285
|
}
|
|
282
286
|
},
|
|
283
|
-
"depsUpdated":
|
|
287
|
+
"depsUpdated": 25,
|
|
284
288
|
"originalPackage": "@expo/cli",
|
|
285
289
|
"originalVersion": "57.0.10",
|
|
286
|
-
"processedAt": "2026-07-
|
|
290
|
+
"processedAt": "2026-07-26T16:23:32.647Z",
|
|
287
291
|
"smokeTest": "failed"
|
|
288
292
|
}
|
|
289
293
|
}
|