mirror of
https://github.com/versia-pub/frontend.git
synced 2025-12-06 08:28:20 +01:00
chore: ⬆️ Upgrade dependencies
This commit is contained in:
parent
2e2572bd51
commit
e933e7e8c0
|
|
@ -12,17 +12,11 @@ const props = withDefaults(
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<Primitive
|
<Primitive :as="props.as" :as-child="props.asChild" :class="cn(
|
||||||
:as="props.as"
|
|
||||||
:as-child="props.asChild"
|
|
||||||
:class="
|
|
||||||
cn(
|
|
||||||
'rounded-lg border bg-card/20 backdrop-blur-xl text-card-foreground shadow-sm',
|
'rounded-lg border bg-card/20 backdrop-blur-xl text-card-foreground shadow-sm',
|
||||||
props.class,
|
props.class,
|
||||||
)
|
)
|
||||||
"
|
" data-component="card">
|
||||||
data-component="card"
|
<slot />
|
||||||
>
|
</Primitive>
|
||||||
<slot />
|
|
||||||
</Primitive>
|
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
52
package.json
52
package.json
|
|
@ -32,38 +32,38 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@nuxt/fonts": "^0.10.3",
|
"@nuxt/fonts": "^0.10.3",
|
||||||
"@nuxtjs/color-mode": "3.5.2",
|
"@nuxtjs/color-mode": "3.5.2",
|
||||||
"@tailwindcss/typography": "^0.5.15",
|
"@tailwindcss/typography": "^0.5.16",
|
||||||
"@tiptap/extension-highlight": "^2.10.4",
|
"@tiptap/extension-highlight": "^2.11.2",
|
||||||
"@tiptap/extension-image": "^2.10.4",
|
"@tiptap/extension-image": "^2.11.2",
|
||||||
"@tiptap/extension-link": "^2.10.4",
|
"@tiptap/extension-link": "^2.11.2",
|
||||||
"@tiptap/extension-mention": "^2.10.4",
|
"@tiptap/extension-mention": "^2.11.2",
|
||||||
"@tiptap/extension-placeholder": "^2.10.4",
|
"@tiptap/extension-placeholder": "^2.11.2",
|
||||||
"@tiptap/extension-subscript": "^2.10.4",
|
"@tiptap/extension-subscript": "^2.11.2",
|
||||||
"@tiptap/extension-superscript": "^2.10.4",
|
"@tiptap/extension-superscript": "^2.11.2",
|
||||||
"@tiptap/extension-task-item": "^2.10.4",
|
"@tiptap/extension-task-item": "^2.11.2",
|
||||||
"@tiptap/extension-task-list": "^2.10.4",
|
"@tiptap/extension-task-list": "^2.11.2",
|
||||||
"@tiptap/extension-underline": "^2.10.4",
|
"@tiptap/extension-underline": "^2.11.2",
|
||||||
"@tiptap/pm": "^2.10.4",
|
"@tiptap/pm": "^2.11.2",
|
||||||
"@tiptap/starter-kit": "^2.10.4",
|
"@tiptap/starter-kit": "^2.11.2",
|
||||||
"@tiptap/suggestion": "^2.10.4",
|
"@tiptap/suggestion": "^2.11.2",
|
||||||
"@tiptap/vue-3": "^2.10.4",
|
"@tiptap/vue-3": "^2.11.2",
|
||||||
"@vee-validate/zod": "^4.15.0",
|
"@vee-validate/zod": "^4.15.0",
|
||||||
"@versia/client": "0.1.4",
|
"@versia/client": "0.1.5",
|
||||||
"@vite-pwa/nuxt": "^0.10.6",
|
"@vite-pwa/nuxt": "^0.10.6",
|
||||||
"@vueuse/core": "^12.2.0",
|
"@vueuse/core": "^12.4.0",
|
||||||
"@vueuse/nuxt": "^12.2.0",
|
"@vueuse/nuxt": "^12.4.0",
|
||||||
"class-variance-authority": "^0.7.1",
|
"class-variance-authority": "^0.7.1",
|
||||||
"clsx": "^2.1.1",
|
"clsx": "^2.1.1",
|
||||||
"embla-carousel-vue": "^8.5.1",
|
"embla-carousel-vue": "^8.5.2",
|
||||||
"fuzzysort": "^3.1.0",
|
"fuzzysort": "^3.1.0",
|
||||||
"html-to-text": "^9.0.5",
|
"html-to-text": "^9.0.5",
|
||||||
"lucide-vue-next": "^0.469.0",
|
"lucide-vue-next": "^0.471.0",
|
||||||
"magic-regexp": "^0.8.0",
|
"magic-regexp": "^0.8.0",
|
||||||
"mitt": "^3.0.1",
|
"mitt": "^3.0.1",
|
||||||
"nanoid": "^5.0.9",
|
"nanoid": "^5.0.9",
|
||||||
"nuxt": "^3.15.0",
|
"nuxt": "^3.15.2",
|
||||||
"nuxt-security": "^2.1.5",
|
"nuxt-security": "^2.1.5",
|
||||||
"radix-vue": "^1.9.11",
|
"radix-vue": "^1.9.12",
|
||||||
"shadcn-nuxt": "0.11.3",
|
"shadcn-nuxt": "0.11.3",
|
||||||
"tailwind-merge": "^2.6.0",
|
"tailwind-merge": "^2.6.0",
|
||||||
"tailwindcss-animate": "^1.0.7",
|
"tailwindcss-animate": "^1.0.7",
|
||||||
|
|
@ -81,12 +81,12 @@
|
||||||
"@iconify-json/noto": "^1.2.2",
|
"@iconify-json/noto": "^1.2.2",
|
||||||
"@iconify-json/twemoji": "^1.2.2",
|
"@iconify-json/twemoji": "^1.2.2",
|
||||||
"@iconify/utils": "^2.2.1",
|
"@iconify/utils": "^2.2.1",
|
||||||
"@nuxtjs/tailwindcss": "^6.12.2",
|
"@nuxtjs/tailwindcss": "^6.13.1",
|
||||||
"@tailwindcss/forms": "^0.5.9",
|
"@tailwindcss/forms": "^0.5.10",
|
||||||
"@types/html-to-text": "^9.0.4",
|
"@types/html-to-text": "^9.0.4",
|
||||||
"typescript": "^5.7.2",
|
"typescript": "^5.7.3",
|
||||||
"vue-tsc": "^2.2.0",
|
"vue-tsc": "^2.2.0",
|
||||||
"@inlang/paraglide-js": "1.11.3"
|
"@inlang/paraglide-js": "1.11.8"
|
||||||
},
|
},
|
||||||
"trustedDependencies": [
|
"trustedDependencies": [
|
||||||
"@biomejs/biome",
|
"@biomejs/biome",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue