fix: update package.json dependencies and refactor share composables for improved functionality

This commit is contained in:
keven1024
2025-06-03 14:30:41 +08:00
parent 3eee404868
commit edf0fe471d
8 changed files with 25 additions and 25 deletions

View File

@@ -13,6 +13,7 @@
"@nuxt/image": "1.10.0",
"@nuxtjs/i18n": "9.5.5",
"@pinia/nuxt": "^0.11.0",
"pinia": "^3.0.2",
"@tailwindcss/postcss": "^4.1.3",
"@tailwindcss/vite": "^4.1.3",
"@tanstack/vue-query": "^5.76.0",
@@ -42,7 +43,9 @@
"lucide-vue-next": "^0.487.0",
"markdown-it": "^14.1.0",
"motion-v": "1.0.0-beta.2",
"nuxt": "^3.16.0",
"nuxt": "^3.17.4",
"vue": "^3.5.16",
"vue-router": "^4.5.1",
"nuxt-lucide-icons": "1.0.5",
"reka-ui": "^2.2.0",
"shadcn-nuxt": "2.0.1",
@@ -52,20 +55,14 @@
"tiptap-markdown": "^0.8.10",
"tw-animate-css": "^1.2.5",
"vaul-vue": "^0.4.1",
"vue": "latest",
"vue-router": "latest",
"vue-sonner": "^1.3.2"
},
"packageManager": "pnpm@9.11.0+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b",
"devDependencies": {
"@nuxtjs/tailwindcss": "^6.13.2",
"@serwist/build": "^9.0.12",
"@serwist/nuxt": "^9.0.12",
"@serwist/vite": "^9.0.12",
"@tailwindcss/typography": "^0.5.16",
"@types/markdown-it": "^14.1.2",
"@vueuse/core": "^13.0.0",
"@vueuse/nuxt": "^13.0.0",
"serwist": "^9.0.12"
"@vueuse/nuxt": "^13.0.0"
}
}