Compare commits

...

6 Commits

Author SHA1 Message Date
Robert Soriano
07693009f8 release v0.2.2 2022-06-16 06:49:32 -07:00
Robert Soriano
dceade155c chore(deps): bump nuxt to 3.0.0-rc.4 2022-06-16 06:48:56 -07:00
Robert Soriano
4012249f09 chore(deps): bump h3 to 0.7.9 2022-06-16 06:48:20 -07:00
Robert Soriano
38eda2c4d6 chore(deps): bump @trpc/client to 9.25.2 2022-06-16 06:47:39 -07:00
Robert Soriano
9468af75f4 chore(deps): bump @trpc/server to 9.25.2 2022-06-16 06:47:18 -07:00
Robert Soriano
ea24a67a6d chore(deps): bump @nuxt/kit to 3.0.0-rc.4 2022-06-16 06:46:35 -07:00
2 changed files with 1166 additions and 921 deletions

View File

@@ -1,7 +1,7 @@
{ {
"name": "trpc-nuxt", "name": "trpc-nuxt",
"type": "module", "type": "module",
"version": "0.2.1", "version": "0.2.2",
"packageManager": "pnpm@7.1.1", "packageManager": "pnpm@7.1.1",
"license": "MIT", "license": "MIT",
"main": "./dist/module.cjs", "main": "./dist/module.cjs",
@@ -32,14 +32,14 @@
"prepare": "nuxi prepare playground" "prepare": "nuxi prepare playground"
}, },
"dependencies": { "dependencies": {
"@nuxt/kit": "^3.0.0-rc.3", "@nuxt/kit": "^3.0.0-rc.4",
"@trpc/client": "^9.23.3", "@trpc/client": "^9.25.2",
"@trpc/server": "^9.23.2", "@trpc/server": "^9.25.2",
"@vueuse/core": "^8.5.0", "@vueuse/core": "^8.6.0",
"@vueuse/nuxt": "^8.5.0", "@vueuse/nuxt": "^8.6.0",
"dedent": "^0.7.0", "dedent": "^0.7.0",
"defu": "^6.0.0", "defu": "^6.0.0",
"h3": "^0.7.8", "h3": "^0.7.9",
"pathe": "^0.3.0", "pathe": "^0.3.0",
"ufo": "^0.8.4" "ufo": "^0.8.4"
}, },
@@ -49,10 +49,9 @@
"@nuxt/module-builder": "latest", "@nuxt/module-builder": "latest",
"bumpp": "^7.1.1", "bumpp": "^7.1.1",
"eslint": "^8.14.0", "eslint": "^8.14.0",
"nuxt": "^3.0.0-rc.3", "nuxt": "3.0.0-rc.4",
"ohash": "^0.1.0", "ohash": "^0.1.0",
"pnpm": "^7.1.1", "pnpm": "^7.1.1",
"superjson": "^1.9.1",
"trpc-nuxt": "workspace:*", "trpc-nuxt": "workspace:*",
"zod": "^3.16.0" "zod": "^3.16.0"
}, },

2070
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff