@depup/react-native 0.84.1-depup.2 → 0.84.1-depup.3

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.
Files changed (3) hide show
  1. package/README.md +9 -2
  2. package/changes.json +30 -2
  3. package/package.json +38 -10
package/README.md CHANGED
@@ -14,15 +14,22 @@ npm install @depup/react-native
14
14
  | Field | Value |
15
15
  |-------|-------|
16
16
  | Original | [react-native](https://www.npmjs.com/package/react-native) @ 0.84.1 |
17
- | Processed | 2026-03-21 |
17
+ | Processed | 2026-04-07 |
18
18
  | Smoke test | failed |
19
- | Deps updated | 19 |
19
+ | Deps updated | 26 |
20
20
 
21
21
  ## Dependency Changes
22
22
 
23
23
  | Dependency | From | To |
24
24
  |------------|------|-----|
25
25
  | @jest/create-cache-key-function | ^29.7.0 | ^30.3.0 |
26
+ | @react-native/assets-registry | 0.84.1 | ^0.85.0 |
27
+ | @react-native/codegen | 0.84.1 | ^0.85.0 |
28
+ | @react-native/community-cli-plugin | 0.84.1 | ^0.85.0 |
29
+ | @react-native/gradle-plugin | 0.84.1 | ^0.85.0 |
30
+ | @react-native/js-polyfills | 0.84.1 | ^0.85.0 |
31
+ | @react-native/normalize-colors | 0.84.1 | ^0.85.0 |
32
+ | @react-native/virtualized-lists | 0.84.1 | ^0.85.0 |
26
33
  | anser | ^1.4.9 | ^2.3.5 |
27
34
  | ansi-regex | ^5.0.0 | ^6.2.2 |
28
35
  | babel-jest | ^29.7.0 | ^30.3.0 |
package/changes.json CHANGED
@@ -4,6 +4,34 @@
4
4
  "from": "^29.7.0",
5
5
  "to": "^30.3.0"
6
6
  },
7
+ "@react-native/assets-registry": {
8
+ "from": "0.84.1",
9
+ "to": "^0.85.0"
10
+ },
11
+ "@react-native/codegen": {
12
+ "from": "0.84.1",
13
+ "to": "^0.85.0"
14
+ },
15
+ "@react-native/community-cli-plugin": {
16
+ "from": "0.84.1",
17
+ "to": "^0.85.0"
18
+ },
19
+ "@react-native/gradle-plugin": {
20
+ "from": "0.84.1",
21
+ "to": "^0.85.0"
22
+ },
23
+ "@react-native/js-polyfills": {
24
+ "from": "0.84.1",
25
+ "to": "^0.85.0"
26
+ },
27
+ "@react-native/normalize-colors": {
28
+ "from": "0.84.1",
29
+ "to": "^0.85.0"
30
+ },
31
+ "@react-native/virtualized-lists": {
32
+ "from": "0.84.1",
33
+ "to": "^0.85.0"
34
+ },
7
35
  "anser": {
8
36
  "from": "^1.4.9",
9
37
  "to": "^2.3.5"
@@ -77,6 +105,6 @@
77
105
  "to": "^18.0.0"
78
106
  }
79
107
  },
80
- "timestamp": "2026-03-21T20:10:49.293Z",
81
- "totalUpdated": 19
108
+ "timestamp": "2026-04-07T16:32:17.687Z",
109
+ "totalUpdated": 26
82
110
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/react-native",
3
- "version": "0.84.1-depup.2",
3
+ "version": "0.84.1-depup.3",
4
4
  "description": "A framework for building native apps using React (with updated dependencies)",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -165,13 +165,13 @@
165
165
  },
166
166
  "dependencies": {
167
167
  "@jest/create-cache-key-function": "^30.3.0",
168
- "@react-native/assets-registry": "0.84.1",
169
- "@react-native/codegen": "0.84.1",
170
- "@react-native/community-cli-plugin": "0.84.1",
171
- "@react-native/gradle-plugin": "0.84.1",
172
- "@react-native/js-polyfills": "0.84.1",
173
- "@react-native/normalize-colors": "0.84.1",
174
- "@react-native/virtualized-lists": "0.84.1",
168
+ "@react-native/assets-registry": "^0.85.0",
169
+ "@react-native/codegen": "^0.85.0",
170
+ "@react-native/community-cli-plugin": "^0.85.0",
171
+ "@react-native/gradle-plugin": "^0.85.0",
172
+ "@react-native/js-polyfills": "^0.85.0",
173
+ "@react-native/normalize-colors": "^0.85.0",
174
+ "@react-native/virtualized-lists": "^0.85.0",
175
175
  "abort-controller": "^3.0.0",
176
176
  "anser": "^2.3.5",
177
177
  "ansi-regex": "^6.2.2",
@@ -238,6 +238,34 @@
238
238
  "from": "^29.7.0",
239
239
  "to": "^30.3.0"
240
240
  },
241
+ "@react-native/assets-registry": {
242
+ "from": "0.84.1",
243
+ "to": "^0.85.0"
244
+ },
245
+ "@react-native/codegen": {
246
+ "from": "0.84.1",
247
+ "to": "^0.85.0"
248
+ },
249
+ "@react-native/community-cli-plugin": {
250
+ "from": "0.84.1",
251
+ "to": "^0.85.0"
252
+ },
253
+ "@react-native/gradle-plugin": {
254
+ "from": "0.84.1",
255
+ "to": "^0.85.0"
256
+ },
257
+ "@react-native/js-polyfills": {
258
+ "from": "0.84.1",
259
+ "to": "^0.85.0"
260
+ },
261
+ "@react-native/normalize-colors": {
262
+ "from": "0.84.1",
263
+ "to": "^0.85.0"
264
+ },
265
+ "@react-native/virtualized-lists": {
266
+ "from": "0.84.1",
267
+ "to": "^0.85.0"
268
+ },
241
269
  "anser": {
242
270
  "from": "^1.4.9",
243
271
  "to": "^2.3.5"
@@ -311,10 +339,10 @@
311
339
  "to": "^18.0.0"
312
340
  }
313
341
  },
314
- "depsUpdated": 19,
342
+ "depsUpdated": 26,
315
343
  "originalPackage": "react-native",
316
344
  "originalVersion": "0.84.1",
317
- "processedAt": "2026-03-21T20:11:00.854Z",
345
+ "processedAt": "2026-04-07T16:32:34.212Z",
318
346
  "smokeTest": "failed"
319
347
  }
320
348
  }