react-dom version

This commit is contained in:
unknown
2025-01-07 20:19:14 +07:00
parent cabc5be6a3
commit f3734ff4fd
3 changed files with 59 additions and 133 deletions

View File

@ -8,7 +8,6 @@
"@mui/icons-material": "^6.2.1",
"@mui/material": "^6.2.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"ajv": "^8.17.1",
"ajv-keywords": "^5.1.0",
@ -17,7 +16,7 @@
"react-chartjs-2": "^5.2.0",
"react-circular-progressbar": "^2.1.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.0.2",
"react-router-dom": "^7.1.1",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
},
@ -46,6 +45,8 @@
]
},
"devDependencies": {
"@babel/plugin-transform-private-property-in-object": "^7.25.9"
"@babel/plugin-transform-private-property-in-object": "^7.25.9",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.1.0"
}
}