We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 778bdbc commit 862a1bbCopy full SHA for 862a1bb
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-datasheet-grid",
3
- "version": "4.11.5",
+ "version": "4.11.6",
4
"description": "An Excel-like React component to create beautiful spreadsheets.",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
@@ -58,7 +58,7 @@
58
"dist/**/*"
59
],
60
"peerDependencies": {
61
- "react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
+ "react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
62
},
63
"dependencies": {
64
"@tanstack/react-virtual": "^3.0.0-beta.18",
0 commit comments