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.
This commit is contained in:
Djeex
2026-08-11 23:21:38 +02:00
parent e6c18a3a7a
commit 2dfe9e6652
2 changed files with 8998 additions and 2751 deletions
+8997 -2750
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -17,6 +17,6 @@
"@nuxtjs/plausible": "^1.0.3", "@nuxtjs/plausible": "^1.0.3",
"@types/node": "^22.9.0", "@types/node": "^22.9.0",
"eslint": "^9.14.0", "eslint": "^9.14.0",
"nuxt": "^3.14.159" "nuxt": "^3.21.11"
} }
} }