Update react monorepo to v19

This commit is contained in:
2025-03-28 22:09:09 +00:00
parent 2c42522b5b
commit d75c54e45a
2 changed files with 25 additions and 65 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"
},
"devDependencies": {
"@types/node": "18.16.9",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@types/react": "19.0.12",
"@types/react-dom": "19.0.4",
"autoprefixer": "10.4.14",
"postcss": "8.4.23",
"tailwindcss": "3.3.2",