From 823656f83f50f4a7b19f15788b6b66e9820f97ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Apr 2025 02:22:11 +0000 Subject: [PATCH] chore(deps): update dependency pinia to v3 --- dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/package.json b/dashboard/package.json index dabfce4f..88aa02e7 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -12,7 +12,7 @@ "axios": "^1.9.0", "chart.js": "^4.4.9", "date-fns": "^4.1.0", - "pinia": "^2.3.1", + "pinia": "^3.0.2", "vue": "^3.5.13", "vue-chartjs": "^5.3.2", "vue-router": "^4.5.0"