@depup/react-virtualized 9.22.6-depup.0 → 9.22.6-depup.52
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 +2 -2
- package/changes.json +2 -2
- package/package.json +10 -8
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ npm install @depup/react-virtualized
|
|
|
14
14
|
| Field | Value |
|
|
15
15
|
|-------|-------|
|
|
16
16
|
| Original | [react-virtualized](https://www.npmjs.com/package/react-virtualized) @ 9.22.6 |
|
|
17
|
-
| Processed | 2026-
|
|
17
|
+
| Processed | 2026-07-21 |
|
|
18
18
|
| Smoke test | failed |
|
|
19
19
|
| Deps updated | 4 |
|
|
20
20
|
|
|
@@ -22,7 +22,7 @@ npm install @depup/react-virtualized
|
|
|
22
22
|
|
|
23
23
|
| Dependency | From | To |
|
|
24
24
|
|------------|------|-----|
|
|
25
|
-
| @babel/runtime | ^7.7.2 | ^
|
|
25
|
+
| @babel/runtime | ^7.7.2 | ^8.0.0 |
|
|
26
26
|
| clsx | ^1.0.4 | ^2.1.1 |
|
|
27
27
|
| dom-helpers | ^5.1.3 | ^6.0.1 |
|
|
28
28
|
| prop-types | ^15.7.2 | ^15.8.1 |
|
package/changes.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"bumped": {
|
|
3
3
|
"@babel/runtime": {
|
|
4
4
|
"from": "^7.7.2",
|
|
5
|
-
"to": "^
|
|
5
|
+
"to": "^8.0.0"
|
|
6
6
|
},
|
|
7
7
|
"clsx": {
|
|
8
8
|
"from": "^1.0.4",
|
|
@@ -17,6 +17,6 @@
|
|
|
17
17
|
"to": "^15.8.1"
|
|
18
18
|
}
|
|
19
19
|
},
|
|
20
|
-
"timestamp": "2026-
|
|
20
|
+
"timestamp": "2026-07-21T16:23:19.115Z",
|
|
21
21
|
"totalUpdated": 4
|
|
22
22
|
}
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depup/react-virtualized",
|
|
3
|
-
"description": "
|
|
3
|
+
"description": "React components for efficiently rendering large, scrollable lists and tabular data (with updated dependencies)",
|
|
4
4
|
"author": "Brian Vaughn <brian.david.vaughn@gmail.com>",
|
|
5
5
|
"user": "bvaughn",
|
|
6
|
-
"version": "9.22.6-depup.
|
|
6
|
+
"version": "9.22.6-depup.52",
|
|
7
7
|
"homepage": "https://github.com/bvaughn/react-virtualized",
|
|
8
8
|
"main": "dist/commonjs/index.js",
|
|
9
9
|
"module": "dist/es/index.js",
|
|
@@ -51,10 +51,12 @@
|
|
|
51
51
|
"url": "https://github.com/bvaughn/react-virtualized.git"
|
|
52
52
|
},
|
|
53
53
|
"keywords": [
|
|
54
|
-
"depup",
|
|
55
|
-
"dependency-bumped",
|
|
56
|
-
"updated-deps",
|
|
57
54
|
"react-virtualized",
|
|
55
|
+
"depup",
|
|
56
|
+
"updated-dependencies",
|
|
57
|
+
"security",
|
|
58
|
+
"latest",
|
|
59
|
+
"patched",
|
|
58
60
|
"react",
|
|
59
61
|
"reactjs",
|
|
60
62
|
"react-component",
|
|
@@ -144,7 +146,7 @@
|
|
|
144
146
|
"webpack-dev-server": "^3.9.0"
|
|
145
147
|
},
|
|
146
148
|
"dependencies": {
|
|
147
|
-
"@babel/runtime": "^
|
|
149
|
+
"@babel/runtime": "^8.0.0",
|
|
148
150
|
"clsx": "^2.1.1",
|
|
149
151
|
"dom-helpers": "^6.0.1",
|
|
150
152
|
"loose-envify": "^1.4.0",
|
|
@@ -164,7 +166,7 @@
|
|
|
164
166
|
"changes": {
|
|
165
167
|
"@babel/runtime": {
|
|
166
168
|
"from": "^7.7.2",
|
|
167
|
-
"to": "^
|
|
169
|
+
"to": "^8.0.0"
|
|
168
170
|
},
|
|
169
171
|
"clsx": {
|
|
170
172
|
"from": "^1.0.4",
|
|
@@ -182,7 +184,7 @@
|
|
|
182
184
|
"depsUpdated": 4,
|
|
183
185
|
"originalPackage": "react-virtualized",
|
|
184
186
|
"originalVersion": "9.22.6",
|
|
185
|
-
"processedAt": "2026-
|
|
187
|
+
"processedAt": "2026-07-21T16:23:31.151Z",
|
|
186
188
|
"smokeTest": "failed"
|
|
187
189
|
}
|
|
188
190
|
}
|