Update dependency react-dom to v19

This commit is contained in:
Renovate Bot 2024-12-11 11:03:25 +00:00 committed by renovate
parent efc840fbdd
commit 658be3cba2
2 changed files with 16 additions and 19 deletions

View file

@ -10,13 +10,13 @@
"dependencies": {
"@testing-library/dom": "^10.1.0",
"@types/node": "^22.0.0",
"@types/react-dom": "^18.0.0",
"@types/react-dom": "^19.0.0",
"@types/styled-components": "^5.1.9",
"browserslist": "^4.21.11",
"http-server": "^14.1.0",
"npm-run-all": "^4.1.5",
"react": "^19.0.0",
"react-dom": "^18.0.0",
"react-dom": "^19.0.0",
"react-scripts": "^5.0.0",
"styled-components": "^6.0.8",
"typescript": "^5.2.2"