remove vue-i18n

This commit is contained in:
2026-03-06 00:08:51 +07:00
parent dba9713d96
commit bbe15d5f3e
15 changed files with 2307 additions and 2289 deletions

View File

@@ -10,30 +10,33 @@
"tail": "wrangler tail"
},
"dependencies": {
"@pinia/colada": "^0.21.2",
"@unhead/vue": "^2.1.2",
"@vueuse/core": "^14.2.0",
"@pinia/colada": "^0.21.7",
"@unhead/vue": "^2.1.10",
"@vueuse/core": "^14.2.1",
"aws4fetch": "^1.0.20",
"clsx": "^2.1.1",
"hono": "^4.11.7",
"hono": "^4.12.5",
"i18next": "^25.8.14",
"i18next-browser-languagedetector": "^8.2.1",
"i18next-http-backend": "^3.0.2",
"i18next-vue": "^5.4.0",
"is-mobile": "^5.0.0",
"pinia": "^3.0.4",
"tailwind-merge": "^3.4.0",
"vue": "^3.5.27",
"vue-i18n": "^11.2.8",
"vue-router": "^5.0.2",
"tailwind-merge": "^3.5.0",
"vue": "^3.5.29",
"vue-router": "^5.0.3",
"zod": "^4.3.6"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.23.0",
"@types/node": "^25.2.0",
"@cloudflare/vite-plugin": "^1.26.0",
"@types/node": "^25.3.3",
"@vitejs/plugin-vue": "^6.0.4",
"@vitejs/plugin-vue-jsx": "^5.1.4",
"unocss": "^66.6.0",
"unocss": "^66.6.5",
"unplugin-auto-import": "^21.0.0",
"unplugin-vue-components": "^31.0.0",
"vite": "^8.0.0-beta.16",
"vite-ssr-components": "^0.5.2",
"wrangler": "^4.62.0"
"wrangler": "^4.70.0"
}
}