Update react monorepo to v19

This commit is contained in:
renovate[bot]
2025-12-26 04:01:49 +00:00
committed by GitHub
parent ad0847fd3b
commit f4e90fe3ae

View File

@@ -10,13 +10,13 @@
},
"dependencies": {
"next": "^16.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/node": "^24.0.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"typescript": "^5.3.0"
}
}