chore: bump nuxt to ^3.21.11 to match main

The pinned nuxt ^3.14.159 never resolved a fuse.js version satisfying
@vueuse/integrations' optional peer dependency (fuse.js ^7), used by
Docus's search component. A clean install would crash rendering any
page. Matching main's nuxt version pulls in @nuxt/cli's own fuse.js
^7.4.2, which npm hoists and that satisfies the peer.

Co-Authored-By: Claude Sonnet 5 <[email protected]>
This commit is contained in:
Djeex
2026-08-11 23:21:38 +02:00
co-authored by Claude Sonnet 5
parent 921780d0d2
commit 9c257a9d00
2 changed files with 8998 additions and 2751 deletions
+1 -1
View File
@@ -17,6 +17,6 @@
"@nuxtjs/plausible": "^1.0.3",
"@types/node": "^22.9.0",
"eslint": "^9.14.0",
"nuxt": "^3.14.159"
"nuxt": "^3.21.11"
}
}