diff --git a/console/web/package.json b/console/web/package.json index 5240f79..ce502d9 100644 --- a/console/web/package.json +++ b/console/web/package.json @@ -10,14 +10,14 @@ "lint": "next lint" }, "dependencies": { - "next": "14.2.10", - "react": "18.3.1", - "react-dom": "18.3.1" + "next": "16.2.1", + "react": "19.2.4", + "react-dom": "19.2.4" }, "devDependencies": { - "@types/node": "^20.11.30", - "@types/react": "^18.3.3", - "@types/react-dom": "^18.3.0", - "typescript": "^5.6.3" + "@types/node": "^25.5.0", + "@types/react": "^19.2.14", + "@types/react-dom": "^19.2.3", + "typescript": "^6.0.2" } } \ No newline at end of file