Update react monorepo to v19
Some checks failed
renovate/artifacts Artifact file update failure

This commit is contained in:
2025-06-12 01:04:37 +00:00
parent 0f50562ac2
commit fbb5ee849a
2 changed files with 20 additions and 49 deletions

View File

@@ -7,13 +7,13 @@
},
"dependencies": {
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"uuid": "9.0.1"
},
"devDependencies": {
"@types/node": "18.18.6",
"@types/react": "18.2.31",
"@types/react": "19.1.8",
"@types/uuid": "9.0.6",
"autoprefixer": "10.4.16",
"postcss": "8.4.31",