chore: ⬆️ Upgrade dependencies
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 0s
Deploy to GitHub Pages / build (push) Failing after 0s
Deploy to GitHub Pages / deploy (push) Has been skipped
Docker / build (push) Failing after 0s
Mirror to Codeberg / Mirror (push) Failing after 0s

This commit is contained in:
Jesse Wierzbinski 2025-05-23 18:54:05 +02:00
parent 5e0cd4e68f
commit 0a157d06f6
No known key found for this signature in database
5 changed files with 1756 additions and 2597 deletions

737
bun.lock

File diff suppressed because it is too large Load diff

View file

@ -1,5 +1,6 @@
<script lang="ts" setup> <script lang="ts" setup>
import { Toaster as Sonner, type ToasterProps } from "vue-sonner"; import { Toaster as Sonner, type ToasterProps } from "vue-sonner";
import "vue-sonner/style.css";
const props = defineProps<ToasterProps>(); const props = defineProps<ToasterProps>();
</script> </script>

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-n8/vns1MGdzWuVSgLuJnuMVL7Xirhw7lNrXsdXQgmys="; hash = "sha256-AE5U2EGKKAmOYDp+uKrRSSpAVrGhUKHFabYNVrcTcbc=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [

View file

@ -1,111 +1,112 @@
{ {
"name": "@versia/frontend", "name": "@versia/frontend",
"version": "0.8.0-alpha", "version": "0.8.0-alpha",
"private": true, "private": true,
"description": "Beautiful, powerful and responsive web client for Versia Server.", "description": "Beautiful, powerful and responsive web client for Versia Server.",
"type": "module", "type": "module",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"author": { "author": {
"email": "contact@cpluspatch.com", "email": "contact@cpluspatch.com",
"name": "CPlusPatch", "name": "CPlusPatch",
"url": "https://cpluspatch.com" "url": "https://cpluspatch.com"
}, },
"maintainers": [ "maintainers": [
{ {
"email": "contact@cpluspatch.com", "email": "contact@cpluspatch.com",
"name": "CPlusPatch", "name": "CPlusPatch",
"url": "https://cpluspatch.com" "url": "https://cpluspatch.com"
} }
], ],
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/versia-pub/frontend.git" "url": "git+https://github.com/versia-pub/frontend.git"
}, },
"scripts": { "scripts": {
"build": "paraglide-js compile --project ./project.inlang --outdir ./paraglide && nuxt build", "build": "paraglide-js compile --project ./project.inlang --outdir ./paraglide && nuxt build",
"dev": "bun nuxt dev --host versia-fe.localhost", "dev": "bun nuxt dev --host versia-fe.localhost",
"generate": "nuxt generate", "generate": "nuxt generate",
"emojis:generate": "bun run utils/emojis.ts", "emojis:generate": "bun run utils/emojis.ts",
"rebuild-i18n": "paraglide-js compile --project ./project.inlang --outdir ./paraglide", "rebuild-i18n": "paraglide-js compile --project ./project.inlang --outdir ./paraglide",
"postinstall": "paraglide-js compile --project ./project.inlang --outdir ./paraglide && nuxt prepare", "postinstall": "paraglide-js compile --project ./project.inlang --outdir ./paraglide && nuxt prepare",
"lint": "bunx @biomejs/biome check .", "lint": "bunx @biomejs/biome check .",
"check": "bunx tsc -p ." "check": "bunx tsc -p ."
}, },
"dependencies": { "dependencies": {
"@nuxt/fonts": "^0.11.2", "@nuxt/fonts": "^0.11.4",
"@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.5", "@tailwindcss/vite": "^4.1.7",
"@tanstack/vue-table": "^8.21.3", "@tanstack/vue-table": "^8.21.3",
"@tiptap/extension-highlight": "^2.12.0", "@tiptap/extension-highlight": "^2.12.0",
"@tiptap/extension-image": "^2.12.0", "@tiptap/extension-image": "^2.12.0",
"@tiptap/extension-link": "^2.12.0", "@tiptap/extension-link": "^2.12.0",
"@tiptap/extension-mention": "^2.12.0", "@tiptap/extension-mention": "^2.12.0",
"@tiptap/extension-placeholder": "^2.12.0", "@tiptap/extension-placeholder": "^2.12.0",
"@tiptap/extension-subscript": "^2.12.0", "@tiptap/extension-subscript": "^2.12.0",
"@tiptap/extension-superscript": "^2.12.0", "@tiptap/extension-superscript": "^2.12.0",
"@tiptap/extension-task-item": "^2.12.0", "@tiptap/extension-task-item": "^2.12.0",
"@tiptap/extension-task-list": "^2.12.0", "@tiptap/extension-task-list": "^2.12.0",
"@tiptap/extension-underline": "^2.12.0", "@tiptap/extension-underline": "^2.12.0",
"@tiptap/pm": "^2.12.0", "@tiptap/pm": "^2.12.0",
"@tiptap/starter-kit": "^2.12.0", "@tiptap/starter-kit": "^2.12.0",
"@tiptap/suggestion": "^2.12.0", "@tiptap/suggestion": "^2.12.0",
"@tiptap/vue-3": "^2.12.0", "@tiptap/vue-3": "^2.12.0",
"@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",
"@vite-pwa/nuxt": "^1.0.0", "@vite-pwa/nuxt": "^1.0.1",
"@vueuse/core": "^13.1.0", "@vueuse/core": "^13.2.0",
"@vueuse/nuxt": "^13.1.0", "@vueuse/nuxt": "^13.2.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.6.0", "embla-carousel-vue": "^8.6.0",
"fuzzysort": "^3.1.0", "fuzzysort": "^3.1.0",
"html-to-text": "^9.0.5", "html-to-text": "^9.0.5",
"lucide-vue-next": "^0.508.0", "lucide-vue-next": "^0.511.0",
"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.17.2", "nuxt": "^3.17.4",
"nuxt-security": "^2.2.0", "nuxt-security": "^2.2.0",
"reka-ui": "^2.2.1", "reka-ui": "^2.2.1",
"shadcn-nuxt": "2.1.0", "shadcn-nuxt": "2.1.0",
"tailwind-merge": "^3.2.0", "tailwind-merge": "^3.3.0",
"tailwindcss": "^4.1.5", "tailwindcss": "^4.1.7",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"tw-animate-css": "^1.2.9", "tw-animate-css": "^1.3.0",
"vaul-vue": "^0.4.1", "vaul-vue": "^0.4.1",
"vee-validate": "^4.15.0", "vee-validate": "^4.15.0",
"virtua": "^0.41.0", "virtua": "^0.41.2",
"vue": "^3.5.13", "vue": "^3.5.14",
"vue-draggable-plus": "^0.6.0", "vue-draggable-plus": "^0.6.0",
"vue-router": "^4.5.1", "vue-router": "^4.5.1",
"vue-sonner": "^1.3.2", "vue-sonner": "^2.0.0",
"zod": "^3.24.4" "zod": "^3.25.23"
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "^1.9.4", "@biomejs/biome": "^1.9.4",
"@iconify-json/fluent-emoji": "^1.2.3", "@iconify-json/fluent-emoji": "^1.2.3",
"@iconify-json/fluent-emoji-flat": "^1.2.3", "@iconify-json/fluent-emoji-flat": "^1.2.3",
"@iconify-json/noto": "^1.2.3", "@iconify-json/noto": "^1.2.3",
"@iconify-json/twemoji": "^1.2.2", "@iconify-json/twemoji": "^1.2.2",
"@iconify/utils": "^2.3.0", "@iconify/utils": "^2.3.0",
"@inlang/paraglide-js": "2.0.12", "@inlang/paraglide-js": "2.0.13",
"@inlang/plugin-m-function-matcher": "^2.0.10", "@inlang/plugin-m-function-matcher": "^2.0.10",
"@inlang/plugin-message-format": "^4.0.0", "@inlang/plugin-message-format": "^4.0.0",
"@tailwindcss/forms": "^0.5.10", "@tailwindcss/forms": "^0.5.10",
"@types/html-to-text": "^9.0.4", "@types/html-to-text": "^9.0.4",
"typescript": "^5.8.3", "typescript": "^5.8.3",
"vue-tsc": "^2.2.10" "vue-tsc": "^2.2.10"
}, },
"trustedDependencies": [ "trustedDependencies": [
"@biomejs/biome", "@biomejs/biome",
"@fortawesome/fontawesome-common-types", "@fortawesome/fontawesome-common-types",
"@fortawesome/free-regular-svg-icons", "@fortawesome/free-regular-svg-icons",
"@fortawesome/free-solid-svg-icons", "@fortawesome/free-solid-svg-icons",
"@parcel/watcher", "@parcel/watcher",
"esbuild", "@tailwindcss/oxide",
"json-editor-vue", "esbuild",
"vue-demi" "json-editor-vue",
] "vue-demi"
]
} }

File diff suppressed because it is too large Load diff