Update vue-i18n dependency to version 9.9.1 in package.json

This commit is contained in:
mohamad 2025-06-02 00:25:21 +02:00
parent 6924a016c8
commit af6324ddef

View File

@ -29,7 +29,7 @@
"motion": "^12.15.0", "motion": "^12.15.0",
"pinia": "^3.0.2", "pinia": "^3.0.2",
"vue": "^3.5.13", "vue": "^3.5.13",
"vue-i18n": "^12.0.0-alpha.2", "vue-i18n": "^9.9.1",
"vue-router": "^4.5.1", "vue-router": "^4.5.1",
"workbox-background-sync": "^7.3.0" "workbox-background-sync": "^7.3.0"
}, },
@ -74,4 +74,4 @@
"workbox-routing": "^7.3.0", "workbox-routing": "^7.3.0",
"workbox-strategies": "^7.3.0" "workbox-strategies": "^7.3.0"
} }
} }