Skip to content

Commit c53318e

Browse files
committed
chore: update React and ReactDOM versions in package.json to 19.2.0 for compatibility
1 parent 4c9e0e4 commit c53318e

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
@@ -20,8 +20,8 @@
2020
"@mui/material": "^7.3.4",
2121
"@mui/x-data-grid": "^7.29.9",
2222
"date-fns": "^4.1.0",
23-
"react": "^18.3.1 || ^19.0.0",
24-
"react-dom": "^18.3.1 || ^19.0.0",
23+
"react": "^19.2.0",
24+
"react-dom": "^19.2.0",
2525
"react-router-dom": "^7.9.4"
2626
},
2727
"devDependencies": {

0 commit comments

Comments
 (0)