chore: ⬆️ Upgrade dependencies

This commit is contained in:
Jesse Wierzbinski 2025-07-10 03:14:49 +02:00
parent cefdd47204
commit e1e4709d19
No known key found for this signature in database
6 changed files with 1541 additions and 1183 deletions

View file

@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/2.0.5/schema.json",
"$schema": "https://biomejs.dev/schemas/2.1.1/schema.json",
"assist": { "actions": { "source": { "organizeImports": "on" } } },
"linter": {
"enabled": true,

626
bun.lock

File diff suppressed because it is too large Load diff

View file

@ -20,11 +20,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1744536153,
"narHash": "sha256-awS2zRgF4uTwrOKwwiJcByDzDOdo3Q1rPZbiHQg/N38=",
"lastModified": 1751949589,
"narHash": "sha256-mgFxAPLWw0Kq+C8P3dRrZrOYEQXOtKuYVlo9xvPntt8=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "18dd725c29603f582cf1900e0d25f9f1063dbf11",
"rev": "9b008d60392981ad674e04016d25619281550a9d",
"type": "github"
},
"original": {

View file

@ -17,7 +17,7 @@ in
pnpmDeps = pnpm.fetchDeps {
inherit (finalAttrs) pname version src;
hash = "sha256-vNx9MNsMqllLxRxC93slvzHza6cHtPKgWxbvTy6QH4M=";
hash = "sha256-or+GR3zZGOqcC/6h2pHlhK2SGyysIAnghik8gpJhAlk=";
};
nativeBuildInputs = [

View file

@ -37,26 +37,26 @@
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.11",
"@tanstack/vue-table": "^8.21.3",
"@tiptap/extension-highlight": "^2.22.3",
"@tiptap/extension-image": "^2.22.3",
"@tiptap/extension-link": "^2.22.3",
"@tiptap/extension-mention": "^2.22.3",
"@tiptap/extension-placeholder": "^2.22.3",
"@tiptap/extension-subscript": "^2.22.3",
"@tiptap/extension-superscript": "^2.22.3",
"@tiptap/extension-task-item": "^2.22.3",
"@tiptap/extension-task-list": "^2.22.3",
"@tiptap/extension-underline": "^2.22.3",
"@tiptap/pm": "^2.22.3",
"@tiptap/starter-kit": "^2.22.3",
"@tiptap/suggestion": "^2.22.3",
"@tiptap/vue-3": "^2.22.3",
"@tiptap/extension-highlight": "^2.25.0",
"@tiptap/extension-image": "^2.25.0",
"@tiptap/extension-link": "^2.25.0",
"@tiptap/extension-mention": "^2.25.0",
"@tiptap/extension-placeholder": "^2.25.0",
"@tiptap/extension-subscript": "^2.25.0",
"@tiptap/extension-superscript": "^2.25.0",
"@tiptap/extension-task-item": "^2.25.0",
"@tiptap/extension-task-list": "^2.25.0",
"@tiptap/extension-underline": "^2.25.0",
"@tiptap/pm": "^2.25.0",
"@tiptap/starter-kit": "^2.25.0",
"@tiptap/suggestion": "^2.25.0",
"@tiptap/vue-3": "^2.25.0",
"@vee-validate/zod": "^4.15.1",
"@versia/client": "0.2.0-alpha.4",
"@videojs-player/vue": "^1.0.0",
"@vite-pwa/nuxt": "^1.0.4",
"@vueuse/core": "^13.4.0",
"@vueuse/nuxt": "^13.4.0",
"@vueuse/core": "^13.5.0",
"@vueuse/nuxt": "^13.5.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"embla-carousel-vue": "^8.6.0",
@ -64,18 +64,18 @@
"emojibase-data": "^16.0.3",
"fuzzysort": "^3.1.0",
"html-to-text": "^9.0.5",
"lucide-vue-next": "^0.523.0",
"lucide-vue-next": "^0.525.0",
"magic-regexp": "^0.10.0",
"mitt": "^3.0.1",
"nanoid": "^5.1.5",
"nuxt": "^3.17.5",
"nuxt": "^3.17.6",
"nuxt-security": "^2.2.0",
"reka-ui": "^2.3.1",
"reka-ui": "^2.3.2",
"shadcn-nuxt": "2.2.0",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.11",
"tailwindcss-animate": "^1.0.7",
"tw-animate-css": "^1.3.4",
"tw-animate-css": "^1.3.5",
"vaul-vue": "^0.4.1",
"vee-validate": "^4.15.1",
"virtua": "^0.41.5",
@ -86,19 +86,19 @@
"zod": "^3.25.67"
},
"devDependencies": {
"@biomejs/biome": "^2.0.5",
"@biomejs/biome": "^2.1.1",
"@iconify-json/fluent-emoji": "^1.2.3",
"@iconify-json/fluent-emoji-flat": "^1.2.3",
"@iconify-json/noto": "^1.2.3",
"@iconify-json/twemoji": "^1.2.2",
"@iconify/utils": "^2.3.0",
"@inlang/paraglide-js": "2.1.0",
"@inlang/paraglide-js": "2.2.0",
"@inlang/plugin-m-function-matcher": "^2.1.0",
"@inlang/plugin-message-format": "^4.0.0",
"@tailwindcss/forms": "^0.5.10",
"@types/html-to-text": "^9.0.4",
"typescript": "^5.8.3",
"vue-tsc": "^2.2.10"
"vue-tsc": "^3.0.1"
},
"trustedDependencies": [
"@biomejs/biome",

File diff suppressed because it is too large Load diff