From 32f63e840be6bc7b5230125b99979643ca2adedd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 19:35:50 +0000 Subject: [PATCH] Update dependency pinia to v4 --- hyperforge/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyperforge/frontend/package.json b/hyperforge/frontend/package.json index 61cd36f..65d28c9 100644 --- a/hyperforge/frontend/package.json +++ b/hyperforge/frontend/package.json @@ -13,7 +13,7 @@ "@vue-flow/controls": "^1.1.2", "@vue-flow/core": "^1.41.8", "@vue-flow/minimap": "^1.5.0", - "pinia": "^3.0.0", + "pinia": "^4.0.0", "uuid": "^9.0.0", "vue": "^3.4.0", "vue-router": "^5.0.0"