Skip to content

Commit 81656f2

Browse files
committed
Merge branch 'master' into feat/trpc-v11
2 parents 1de9ffe + fa020c0 commit 81656f2

File tree

3 files changed

+2011
-2234
lines changed

3 files changed

+2011
-2234
lines changed

docs/content/1.getting-started/1.index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ npm install @falcondev-oss/trpc-vue-query
3030
```ts [main.ts]
3131
import { createTRPCVueQueryClient } from '@falcondev-oss/trpc-vue-query'
3232
import { VueQueryPlugin, useQueryClient } from '@tanstack/vue-query'
33+
import { httpBatchLink } from '@trpc/client'
34+
import type { AppRouter } from '../your_server/trpc'
3335

3436
import type { AppRouter } from '../your_server/trpc'
3537

docs/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"postinstall": "nuxt prepare"
1111
},
1212
"dependencies": {
13-
"@iconify-json/heroicons": "^1.2.0",
14-
"@iconify-json/simple-icons": "^1.2.3",
15-
"@nuxt/content": "^2.13.2",
16-
"@nuxt/fonts": "^0.8.0",
17-
"@nuxt/ui-pro": "^1.4.2",
18-
"nuxt": "^3.13.2"
13+
"@iconify-json/heroicons": "^1.2.1",
14+
"@iconify-json/simple-icons": "^1.2.12",
15+
"@nuxt/content": "^2.13.4",
16+
"@nuxt/fonts": "^0.10.2",
17+
"@nuxt/ui-pro": "^1.5.0",
18+
"nuxt": "^3.14.1592"
1919
},
2020
"devDependencies": {
2121
"@nuxthq/studio": "^2.1.1"

0 commit comments

Comments
 (0)