From b59828635ebaff2cae5b35930c0c2db952347e8c Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Mon, 13 Jul 2026 13:25:16 -0400 Subject: [PATCH] =?UTF-8?q?chore(deps):=20pinia=202=E2=86=923=20+=20vue-ro?= =?UTF-8?q?uter=204=E2=86=925=20(batch=204=20phase=20A,=20#1449)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Both are Vue-3-compatible majors with no code impact for FC: - vue-router 5: no breaking changes when not using file-based routing (FC uses a plain createRouter in router.js). - pinia 3: drops Vue 2 + deprecated APIs; FC uses string-first setup-syntax defineStore + no custom pinia plugins, so nothing to change. Phase A of the Vuetify-4 UI framework migration (milestone #158); Vuetify 4 lands in phase B. Co-Authored-By: Claude Opus 4.8 (1M context) --- frontend/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 3c394f1..70cc082 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -14,8 +14,8 @@ }, "dependencies": { "vue": "^3.4.0", - "vue-router": "^4.3.0", - "pinia": "^2.1.0", + "vue-router": "^5.0.0", + "pinia": "^3.0.0", "vuetify": "^3.5.0", "@mdi/font": "^7.4.0" },