Update react monorepo
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2025-11-13 02:28:17 +00:00
parent 6406ec5e41
commit d353dee9c0
2 changed files with 25 additions and 25 deletions

View File

@@ -12,13 +12,13 @@
"@mui/lab": "5.0.0-alpha.177",
"@mui/material": "7.3.5",
"next": "latest",
"react": "19.1.0",
"react-dom": "19.1.0"
"react": "19.2.0",
"react-dom": "19.2.0"
},
"devDependencies": {
"@types/node": "22.16.3",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"@types/react": "19.2.4",
"@types/react-dom": "19.2.3",
"prettier": "3.6.2",
"typescript": "5.8.3"
}