@depup/react-native-web 0.21.2-depup.0 → 0.21.2-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 CHANGED
@@ -14,7 +14,7 @@ npm install @depup/react-native-web
14
14
  | Field | Value |
15
15
  |-------|-------|
16
16
  | Original | [react-native-web](https://www.npmjs.com/package/react-native-web) @ 0.21.2 |
17
- | Processed | 2026-03-17 |
17
+ | Processed | 2026-04-07 |
18
18
  | Smoke test | failed |
19
19
  | Deps updated | 4 |
20
20
 
@@ -23,7 +23,7 @@ npm install @depup/react-native-web
23
23
  | Dependency | From | To |
24
24
  |------------|------|-----|
25
25
  | @babel/runtime | ^7.18.6 | ^7.29.2 |
26
- | @react-native/normalize-colors | ^0.74.1 | ^0.84.1 |
26
+ | @react-native/normalize-colors | ^0.74.1 | ^0.85.0 |
27
27
  | fbjs | ^3.0.4 | ^3.0.5 |
28
28
  | styleq | ^0.1.3 | ^0.2.1 |
29
29
 
package/changes.json CHANGED
@@ -6,7 +6,7 @@
6
6
  },
7
7
  "@react-native/normalize-colors": {
8
8
  "from": "^0.74.1",
9
- "to": "^0.84.1"
9
+ "to": "^0.85.0"
10
10
  },
11
11
  "fbjs": {
12
12
  "from": "^3.0.4",
@@ -17,6 +17,6 @@
17
17
  "to": "^0.2.1"
18
18
  }
19
19
  },
20
- "timestamp": "2026-03-17T22:55:21.449Z",
20
+ "timestamp": "2026-04-07T16:32:46.975Z",
21
21
  "totalUpdated": 4
22
22
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@depup/react-native-web",
3
- "version": "0.21.2-depup.0",
4
- "description": "[DepUp] React Native for Web",
3
+ "version": "0.21.2-depup.1",
4
+ "description": "React Native for Web (with updated dependencies)",
5
5
  "module": "dist/index.js",
6
6
  "main": "dist/cjs/index.js",
7
7
  "sideEffects": false,
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "dependencies": {
24
24
  "@babel/runtime": "^7.29.2",
25
- "@react-native/normalize-colors": "^0.84.1",
25
+ "@react-native/normalize-colors": "^0.85.0",
26
26
  "fbjs": "^3.0.5",
27
27
  "inline-style-prefixer": "^7.0.1",
28
28
  "memoize-one": "^6.0.0",
@@ -44,10 +44,12 @@
44
44
  "react"
45
45
  ],
46
46
  "keywords": [
47
- "depup",
48
- "dependency-bumped",
49
- "updated-deps",
50
47
  "react-native-web",
48
+ "depup",
49
+ "updated-dependencies",
50
+ "security",
51
+ "latest",
52
+ "patched",
51
53
  "react",
52
54
  "react-component",
53
55
  "react-native",
@@ -61,7 +63,7 @@
61
63
  },
62
64
  "@react-native/normalize-colors": {
63
65
  "from": "^0.74.1",
64
- "to": "^0.84.1"
66
+ "to": "^0.85.0"
65
67
  },
66
68
  "fbjs": {
67
69
  "from": "^3.0.4",
@@ -75,7 +77,7 @@
75
77
  "depsUpdated": 4,
76
78
  "originalPackage": "react-native-web",
77
79
  "originalVersion": "0.21.2",
78
- "processedAt": "2026-03-17T22:55:24.790Z",
80
+ "processedAt": "2026-04-07T16:32:49.553Z",
79
81
  "smokeTest": "failed"
80
82
  }
81
83
  }