upgrade third party dependencies

This commit is contained in:
MaysWind
2025-08-04 22:44:41 +08:00
parent 3b29303237
commit 263113a67f
6 changed files with 909 additions and 917 deletions
+3 -1
View File
@@ -1,4 +1,4 @@
import { createApp } from 'vue';
import { createApp, ref } from 'vue';
import { createPinia } from 'pinia';
import { type I18n, type Composer, createI18n } from 'vue-i18n';
@@ -71,6 +71,7 @@ import draggable from 'vuedraggable';
import router from '@/router/desktop.ts';
import { DecimalSeparator } from '@/core/numeral.ts';
import { getI18nOptions } from '@/locales/helpers.ts';
import PinCodeInput from '@/components/common/PinCodeInput.vue';
@@ -435,6 +436,7 @@ const vuetify = createVuetify({
adapter: ((i18nGlobal: Composer) => {
const instance: LocaleInstance = {
name: 'ezBookkeeping i18n',
decimalSeparator: ref<string>(DecimalSeparator.Default.symbol), // should never use vuetify to format numbers
messages: i18nGlobal.messages,
current: i18nGlobal.locale,
fallback: i18nGlobal.locale, // no need to let vuetify know what fallback locale is