fix(deps): update react monorepo

This commit is contained in:
2025-04-15 00:51:22 +00:00
parent 2b3b4bc38c
commit b10a629a72
2 changed files with 25 additions and 25 deletions

View File

@@ -9,12 +9,12 @@
"preview": "vite preview"
},
"dependencies": {
"react": "19.0.0",
"react-dom": "19.0.0"
"react": "19.1.0",
"react-dom": "19.1.0"
},
"devDependencies": {
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"@types/react": "19.1.2",
"@types/react-dom": "19.1.2",
"@vitejs/plugin-react": "2.2.0",
"typescript": "4.9.3",
"vite": "3.2.4"