mirror of
https://github.com/CorentinTh/it-tools.git
synced 2026-08-30 05:46:27 +00:00
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:
parent
83ae567c21
commit
923ed2880c
1 changed files with 5 additions and 0 deletions
|
|
@ -155,5 +155,10 @@
|
|||
"vitest": "^0.34.0",
|
||||
"workbox-window": "^7.0.0",
|
||||
"zx": "^7.2.1"
|
||||
},
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
"@vueuse/shared": "10.3.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue