Update react monorepo to v19

This commit is contained in:
2025-05-28 00:05:33 +00:00
parent 2c42522b5b
commit fdb1f2cbeb
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.1.6",
"@types/react-dom": "19.1.5",
"autoprefixer": "10.4.14",
"postcss": "8.4.23",
"tailwindcss": "3.3.2",