docs: patch vueuse/head

This commit is contained in:
wobsoriano
2022-11-12 16:26:43 -08:00
parent 876ed1d8d2
commit 4532add2a7
5 changed files with 550 additions and 779 deletions

View File

@@ -40,13 +40,14 @@
"@trpc/server": "^10.0.0-proxy-beta.21"
},
"dependencies": {
"nuxt": "^3.0.0-rc.13",
"h3": "^0.8.6",
"nanoid": "^4.0.0",
"nuxt": "^3.0.0-rc.13",
"ohash": "^0.1.5",
"ufo": "^0.8.6"
},
"devDependencies": {
"@nuxt/kit": "3.0.0-rc.13",
"@nuxtjs/eslint-config-typescript": "^11.0.0",
"@trpc/client": "10.0.0-rc.7",
"@trpc/server": "10.0.0-rc.7",
@@ -55,5 +56,10 @@
"eslint": "^8.25.0",
"tsup": "6.4.0",
"typescript": "^4.7.4"
},
"pnpm": {
"patchedDependencies": {
"nuxt@3.0.0-rc.13": "patches/nuxt@3.0.0-rc.13.patch"
}
}
}