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

This commit is contained in:
Jesse Wierzbinski 2025-07-16 07:48:39 +02:00
parent 8debe97f63
commit 7f7cf20311
386 changed files with 2376 additions and 2332 deletions

View file

@ -25,10 +25,11 @@
"build": "paraglide-js compile --project ./project.inlang --outdir ./paraglide && nuxt build",
"dev": "bun nuxt dev --host versia-fe.localhost",
"generate": "nuxt generate",
"emojis:generate": "bun run utils/emojis.ts",
"emojis:generate": "bun run app/utils/emojis.ts",
"rebuild-i18n": "paraglide-js compile --project ./project.inlang --outdir ./paraglide",
"postinstall": "paraglide-js compile --project ./project.inlang --outdir ./paraglide && nuxt prepare",
"lint": "bunx @biomejs/biome check .",
"typecheck": "nuxt prepare && vue-tsc -b --noEmit",
"check": "bunx tsc -p ."
},
"dependencies": {
@ -69,7 +70,7 @@
"magic-regexp": "^0.10.0",
"mitt": "^3.0.1",
"nanoid": "^5.1.5",
"nuxt": "^3.17.6",
"nuxt": "^4.0.0",
"nuxt-security": "^2.2.0",
"reka-ui": "^2.3.2",
"shadcn-nuxt": "2.2.0",