diff --git a/console/web/package.json b/console/web/package.json index 5240f79..e9bf42e 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.1.4", + "react": "19.2.3", + "react-dom": "19.2.3" }, "devDependencies": { - "@types/node": "^20.11.30", - "@types/react": "^18.3.3", - "@types/react-dom": "^18.3.0", + "@types/node": "^25.0.10", + "@types/react": "^19.2.9", + "@types/react-dom": "^19.2.3", "typescript": "^5.6.3" } } \ No newline at end of file