fix(deps): update react monorepo to v19

This commit is contained in:
2025-07-25 03:22:42 +00:00
parent 52d88952b2
commit 5f61f9585f

View File

@@ -9,15 +9,15 @@
"lint": "next lint"
},
"dependencies": {
"react": "^18",
"react-dom": "^18",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"next": "14.1.4"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^22.0.0",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"autoprefixer": "^10.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.0",