fix: deduplicate unstorage version

This commit is contained in:
Daniel Roe 2023-08-08 11:30:38 +01:00
parent 7079564ffe
commit 4ebc8b6798
2 changed files with 104 additions and 71 deletions

View file

@ -131,6 +131,9 @@
"vue-tsc": "^1.8.8"
},
"pnpm": {
"overrides": {
"unstorage": "^1.9.0"
},
"patchedDependencies": {
"nuxt-security@0.13.1": "patches/nuxt-security@0.13.1.patch"
}