chore: ⬆️ Upgrade dependencies

This commit is contained in:
Jesse Wierzbinski 2025-05-01 01:59:53 +02:00
parent 128ca0c225
commit 11bf67fbc9
No known key found for this signature in database
4 changed files with 3958 additions and 2163 deletions

1296
bun.lock

File diff suppressed because it is too large Load diff

View file

@ -17,7 +17,7 @@ in
pnpmDeps = pnpm.fetchDeps { pnpmDeps = pnpm.fetchDeps {
inherit (finalAttrs) pname version src; inherit (finalAttrs) pname version src;
hash = "sha256-WYZDL8ankh/S2DrQMU9PRA0z8uWS7QO/nPp/i61mrVY="; hash = "sha256-qLEz/cR1Tw58tqM1CrZ9Phz/IK+reOXjGfKdwCiySJs=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [

View file

@ -35,22 +35,22 @@
"@nuxt/fonts": "^0.11.2", "@nuxt/fonts": "^0.11.2",
"@nuxtjs/color-mode": "3.5.2", "@nuxtjs/color-mode": "3.5.2",
"@tailwindcss/typography": "^0.5.16", "@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.4", "@tailwindcss/vite": "^4.1.5",
"@tanstack/vue-table": "^8.21.3", "@tanstack/vue-table": "^8.21.3",
"@tiptap/extension-highlight": "^2.11.7", "@tiptap/extension-highlight": "^2.11.9",
"@tiptap/extension-image": "^2.11.7", "@tiptap/extension-image": "^2.11.9",
"@tiptap/extension-link": "^2.11.7", "@tiptap/extension-link": "^2.11.9",
"@tiptap/extension-mention": "^2.11.7", "@tiptap/extension-mention": "^2.11.9",
"@tiptap/extension-placeholder": "^2.11.7", "@tiptap/extension-placeholder": "^2.11.9",
"@tiptap/extension-subscript": "^2.11.7", "@tiptap/extension-subscript": "^2.11.9",
"@tiptap/extension-superscript": "^2.11.7", "@tiptap/extension-superscript": "^2.11.9",
"@tiptap/extension-task-item": "^2.11.7", "@tiptap/extension-task-item": "^2.11.9",
"@tiptap/extension-task-list": "^2.11.7", "@tiptap/extension-task-list": "^2.11.9",
"@tiptap/extension-underline": "^2.11.7", "@tiptap/extension-underline": "^2.11.9",
"@tiptap/pm": "^2.11.7", "@tiptap/pm": "^2.11.9",
"@tiptap/starter-kit": "^2.11.7", "@tiptap/starter-kit": "^2.11.9",
"@tiptap/suggestion": "^2.11.7", "@tiptap/suggestion": "^2.11.9",
"@tiptap/vue-3": "^2.11.7", "@tiptap/vue-3": "^2.11.9",
"@vee-validate/zod": "^4.15.0", "@vee-validate/zod": "^4.15.0",
"@versia/client": "0.1.5", "@versia/client": "0.1.5",
"@videojs-player/vue": "^1.0.0", "@videojs-player/vue": "^1.0.0",
@ -66,12 +66,12 @@
"magic-regexp": "^0.10.0", "magic-regexp": "^0.10.0",
"mitt": "^3.0.1", "mitt": "^3.0.1",
"nanoid": "^5.1.5", "nanoid": "^5.1.5",
"nuxt": "^3.16.2", "nuxt": "^3.17.1",
"nuxt-security": "^2.2.0", "nuxt-security": "^2.2.0",
"reka-ui": "^2.2.0", "reka-ui": "^2.2.0",
"shadcn-nuxt": "2.1.0", "shadcn-nuxt": "2.1.0",
"tailwind-merge": "^3.2.0", "tailwind-merge": "^3.2.0",
"tailwindcss": "^4.1.4", "tailwindcss": "^4.1.5",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"tw-animate-css": "^1.2.8", "tw-animate-css": "^1.2.8",
"vaul-vue": "^0.4.1", "vaul-vue": "^0.4.1",

File diff suppressed because it is too large Load diff