feat(deps): bump nuxt to 3.0.0-rc.13

This commit is contained in:
wobsoriano
2022-11-04 07:34:47 -07:00
parent bb5e02383e
commit ffb692a168
3 changed files with 774 additions and 377 deletions

View File

@@ -5,7 +5,7 @@ export default defineNuxtModule({
name: 'trpc-nuxt', name: 'trpc-nuxt',
configKey: 'trpc', configKey: 'trpc',
compatibility: { compatibility: {
nuxt: '^3.0.0-rc.12', nuxt: '^3.0.0-rc.13',
}, },
}, },
async setup(_moduleOptions, nuxt) { async setup(_moduleOptions, nuxt) {

View File

@@ -37,7 +37,7 @@
"peerDependencies": { "peerDependencies": {
"@trpc/client": "^10.0.0-proxy-beta.21", "@trpc/client": "^10.0.0-proxy-beta.21",
"@trpc/server": "^10.0.0-proxy-beta.21", "@trpc/server": "^10.0.0-proxy-beta.21",
"nuxt": "^3.0.0-rc.12" "nuxt": "^3.0.0-rc.13"
}, },
"dependencies": { "dependencies": {
"h3": "^0.8.6", "h3": "^0.8.6",
@@ -52,7 +52,7 @@
"bumpp": "^8.2.1", "bumpp": "^8.2.1",
"concurrently": "^7.5.0", "concurrently": "^7.5.0",
"eslint": "^8.25.0", "eslint": "^8.25.0",
"nuxt": "3.0.0-rc.12", "nuxt": "3.0.0-rc.13",
"tsup": "6.3.0", "tsup": "6.3.0",
"typescript": "^4.7.4" "typescript": "^4.7.4"
}, },

1145
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff