From 5ea30731418a606a43dbfe13a26556ad5136259f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EF=A3=BF=20Bagus=20Rizky=20=F0=9F=A6=8A?= Date: Thu, 4 Jun 2026 07:32:31 +0700 Subject: [PATCH] feat:fix docker compose build error --- dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/package.json b/dashboard/package.json index ff9fe9cb..74132696 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -26,7 +26,7 @@ "@types/node": "^25.9.0", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^5.1.4", + "@vitejs/plugin-react": "^6.0.2", "eslint": "^10.4.0", "eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-refresh": "^0.5.1",