@trpc/next 10.0.0-proxy-alpha.59 → 10.0.0-proxy-alpha.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -22,13 +22,13 @@ Full documentation for `@trpc/next` can be found [here](https://trpc.io/docs/nex
|
|
|
22
22
|
|
|
23
23
|
```bash
|
|
24
24
|
# npm
|
|
25
|
-
npm install @trpc/next @trpc/react react-query
|
|
25
|
+
npm install @trpc/next@next @trpc/react@next @tanstack/react-query
|
|
26
26
|
|
|
27
27
|
# Yarn
|
|
28
|
-
yarn add @trpc/next @trpc/react react-query
|
|
28
|
+
yarn add @trpc/next@next @trpc/react@next @tanstack-react-query
|
|
29
29
|
|
|
30
30
|
# pnpm
|
|
31
|
-
pnpm add @trpc/next @trpc/react react-query
|
|
31
|
+
pnpm add @trpc/next@next @trpc/react@next @tanstack/react-query
|
|
32
32
|
```
|
|
33
33
|
|
|
34
34
|
## Basic Example
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trpc/next",
|
|
3
|
-
"version": "10.0.0-proxy-alpha.
|
|
3
|
+
"version": "10.0.0-proxy-alpha.60",
|
|
4
4
|
"description": "tRPC Next lib",
|
|
5
5
|
"author": "KATT",
|
|
6
6
|
"license": "MIT",
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"@tanstack/react-query": "^4.0.10",
|
|
39
|
-
"@trpc/client": "10.0.0-proxy-alpha.
|
|
40
|
-
"@trpc/react": "10.0.0-proxy-alpha.
|
|
41
|
-
"@trpc/server": "10.0.0-proxy-alpha.
|
|
39
|
+
"@trpc/client": "10.0.0-proxy-alpha.60",
|
|
40
|
+
"@trpc/react": "10.0.0-proxy-alpha.60",
|
|
41
|
+
"@trpc/server": "10.0.0-proxy-alpha.60",
|
|
42
42
|
"next": "*",
|
|
43
43
|
"react": ">=16.8.0",
|
|
44
44
|
"react-dom": ">=16.8.0"
|
|
@@ -48,9 +48,9 @@
|
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@tanstack/react-query": "^4.0.10",
|
|
51
|
-
"@trpc/client": "10.0.0-proxy-alpha.
|
|
52
|
-
"@trpc/react": "10.0.0-proxy-alpha.
|
|
53
|
-
"@trpc/server": "10.0.0-proxy-alpha.
|
|
51
|
+
"@trpc/client": "10.0.0-proxy-alpha.60",
|
|
52
|
+
"@trpc/react": "10.0.0-proxy-alpha.60",
|
|
53
|
+
"@trpc/server": "10.0.0-proxy-alpha.60",
|
|
54
54
|
"@types/express": "^4.17.12",
|
|
55
55
|
"express": "^4.17.1",
|
|
56
56
|
"next": "^12.1.6",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"publishConfig": {
|
|
62
62
|
"access": "public"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "59424cddb6ac66a0ffafb66bf9e98d3cbfec09cf"
|
|
65
65
|
}
|