This commit is contained in:
wobsoriano
2022-11-08 08:59:32 -08:00
parent 1fc4d9d0d0
commit 67f95756ab
6 changed files with 596 additions and 1186 deletions

View File

@@ -37,10 +37,10 @@
},
"peerDependencies": {
"@trpc/client": "^10.0.0-proxy-beta.21",
"@trpc/server": "^10.0.0-proxy-beta.21",
"nuxt": "^3.0.0-rc.13"
"@trpc/server": "^10.0.0-proxy-beta.21"
},
"dependencies": {
"nuxt": "^3.0.0-rc.13",
"h3": "^0.8.6",
"nanoid": "^4.0.0",
"ohash": "^0.1.5",
@@ -53,7 +53,6 @@
"bumpp": "^8.2.1",
"concurrently": "^7.5.0",
"eslint": "^8.25.0",
"nuxt": "3.0.0-rc.13",
"tsup": "6.4.0",
"typescript": "^4.7.4"
}