Bump react and @types/react in /client (#55)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-06-09 10:59:31 +03:00
committed by GitHub
parent f03cca1b35
commit a94bc4a0a7
2 changed files with 10 additions and 10 deletions

View File

@@ -30,13 +30,13 @@
"@emotion/styled": "^11.14.0",
"@mui/material": "^6.4.8",
"axios": "^1.8.4",
"react": "^19.0.0",
"react": "^19.1.0",
"react-dom": "^19.0.0",
"react-scripts": "5.0.1",
"zustand": "^5.0.3"
},
"devDependencies": {
"@types/react": "^19.0.10",
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"serve": "^14.2.4"
}