Skip to content

Commit aab8da4

Browse files
committed
Version bump 9.22.4 -> 9.22.5
1 parent d9617ad commit aab8da4

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
- Fix issue with unused import being emitted ([mewhhaha](https://github.com/mewhhaha) - [#1635](https://github.com/bvaughn/react-virtualized/pull/1635))
1010
- Fix grid roles for accessbility ([asnewman](https://github.com/asnewman) - [#1624](https://github.com/bvaughn/react-virtualized/pull/1624))
1111

12+
##### 9.22.5
13+
14+
- React 19 support added; special thanks to ([artur-ptaszek-mck](https://github.com/artur-ptaszek-mck) and ([adubrouski](https://github.com/adubrouski)
15+
1216
##### 9.22.4
1317

1418
- README changes

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "React components for efficiently rendering large, scrollable lists and tabular data",
44
"author": "Brian Vaughn <brian.david.vaughn@gmail.com>",
55
"user": "bvaughn",
6-
"version": "9.22.4",
6+
"version": "9.22.5",
77
"homepage": "https://github.com/bvaughn/react-virtualized",
88
"main": "dist/commonjs/index.js",
99
"module": "dist/es/index.js",
@@ -74,9 +74,9 @@
7474
"@babel/core": "^7.7.2",
7575
"@babel/plugin-external-helpers": "^7.2.0",
7676
"@babel/plugin-proposal-class-properties": "^7.7.0",
77+
"@babel/plugin-transform-flow-comments": "^7.12.13",
7778
"@babel/plugin-transform-modules-commonjs": "^7.7.0",
7879
"@babel/plugin-transform-runtime": "^7.6.2",
79-
"@babel/plugin-transform-flow-comments": "^7.12.13",
8080
"@babel/polyfill": "^7.7.0",
8181
"@babel/preset-env": "^7.7.1",
8282
"@babel/preset-flow": "^7.0.0",
@@ -125,7 +125,7 @@
125125
"react-router": "^5.2.0",
126126
"react-router-dom": "^5.2.0",
127127
"react-test-renderer": "^17.0.1",
128-
"rimraf": "^3.0.0",
128+
"rimraf": "^6.0.1",
129129
"rollup": "^1.26.5",
130130
"rollup-plugin-babel": "^4.3.3",
131131
"rollup-plugin-commonjs": "^10.1.0",

0 commit comments

Comments
 (0)