Skip to content

Commit cbda65c

Browse files
committed
feat(core): adds React 19 support
1 parent c30fa78 commit cbda65c

File tree

2 files changed

+98
-64
lines changed

2 files changed

+98
-64
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"dependencies": {
1515
"@emotion/react": "^11.14.0",
1616
"@emotion/styled": "^11.14.0",
17-
"@mui/icons-material": "^6.4.4",
18-
"@mui/material": "^6.4.4",
19-
"@mui/x-data-grid": "^7.27.0",
17+
"@mui/icons-material": "^6.4.8",
18+
"@mui/material": "^6.4.8",
19+
"@mui/x-data-grid": "^7.28.1",
2020
"date-fns": "^4.1.0",
21-
"react": "^18.3.1",
22-
"react-dom": "^18.3.1",
23-
"react-router-dom": "^7.1.5"
21+
"react": "^18.3.1 || ^19.0.0",
22+
"react-dom": "^18.3.1 || ^19.0.0",
23+
"react-router-dom": "^7.4.0"
2424
},
2525
"devDependencies": {
2626
"@babel/core": "^7.14.5",

0 commit comments

Comments
 (0)