Skip to content

Commit 7218a9b

Browse files
Merge pull request #455 from melfore/react-19
Allow installation on react 19 projects
2 parents e9579cd + 4a75a14 commit 7218a9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@
9090
"@mui/system": "7.x",
9191
"@mui/x-date-pickers": "8.x",
9292
"luxon": ">= 3.4.4 < 4",
93-
"react": ">= 18 < 19",
94-
"react-dom": ">= 18 < 19",
93+
"react": ">= 18 < 20",
94+
"react-dom": ">= 18 < 20",
9595
"react-virtuoso": "^4.10.1",
9696
"react-window": ">= 1.8.0 < 1.9.0"
9797
},

0 commit comments

Comments
 (0)