⬆️ Upgrade React and related dependencies (#1843)

This commit is contained in:
Alejandra
2025-09-07 22:45:22 +02:00
committed by GitHub
parent fe028c5ff9
commit 53dd6ea4b2
2 changed files with 90 additions and 164 deletions

View File

@@ -19,10 +19,10 @@
"axios": "1.9.0",
"form-data": "4.0.4",
"next-themes": "^0.4.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-error-boundary": "^5.0.0",
"react-hook-form": "7.49.3",
"react-hook-form": "7.62.0",
"react-icons": "^5.5.0"
},
"devDependencies": {
@@ -32,8 +32,8 @@
"@tanstack/router-devtools": "1.19.1",
"@tanstack/router-vite-plugin": "1.19.0",
"@types/node": "^22.15.3",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react-swc": "^3.9.0",
"dotenv": "^16.4.5",
"typescript": "^5.2.2",