diff --git a/apps/dashboard/package.json b/apps/dashboard/package.json index 64a0e49..bf998ea 100644 --- a/apps/dashboard/package.json +++ b/apps/dashboard/package.json @@ -10,9 +10,9 @@ }, "dependencies": { "maplibre-gl": "^5.24.0", - "next": "16.2.4", - "react": "19.2.5", - "react-dom": "19.2.5" + "next": "16.2.7", + "react": "19.2.7", + "react-dom": "19.2.7" }, "devDependencies": { "@tailwindcss/postcss": "^4", @@ -20,7 +20,7 @@ "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", - "eslint-config-next": "16.2.4", + "eslint-config-next": "16.2.7", "tailwindcss": "^4", "typescript": "^5" }