From effaef7d08919180a745d60826657f0e4e2ea096 Mon Sep 17 00:00:00 2001 From: mohamad Date: Mon, 2 Jun 2025 00:25:21 +0200 Subject: [PATCH] Update vue-i18n dependency to version 9.9.1 in package.json --- fe/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fe/package.json b/fe/package.json index 1a6b9d6..7b222f3 100644 --- a/fe/package.json +++ b/fe/package.json @@ -29,7 +29,7 @@ "motion": "^12.15.0", "pinia": "^3.0.2", "vue": "^3.5.13", - "vue-i18n": "^12.0.0-alpha.2", + "vue-i18n": "^9.9.1", "vue-router": "^4.5.1", "workbox-background-sync": "^7.3.0" }, @@ -74,4 +74,4 @@ "workbox-routing": "^7.3.0", "workbox-strategies": "^7.3.0" } -} +} \ No newline at end of file