fix(deps): pin @vueuse/shared to 10.3.0 to fix Vite build

@unhead/vue@0.5.1 imports resolveUnref from @vueuse/shared, which was
removed in @vueuse/shared@14.x. Pin to 10.3.0 to match @vueuse/core
and restore Vite build compatibility.
This commit is contained in:
Sparsh 2026-06-18 23:16:24 -05:00
parent 83ae567c21
commit 923ed2880c

View file

@ -155,5 +155,10 @@
"vitest": "^0.34.0",
"workbox-window": "^7.0.0",
"zx": "^7.2.1"
},
"pnpm": {
"overrides": {
"@vueuse/shared": "10.3.0"
}
}
}