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:
Generated
+8997
-2750
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user