@trpc/next 10.0.0-proxy-alpha.57 → 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.
Files changed (2) hide show
  1. package/README.md +4 -5
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -7,8 +7,7 @@
7
7
  </p>
8
8
 
9
9
  <p align="center">
10
- <!-- TODO: replace with new version GIF -->
11
- <img src="https://storage.googleapis.com/trpc/trpcgif.gif" alt="Demo" />
10
+ <img src="https://assets.trpc.io/www/v10/preview-dark.gif" alt="Demo" />
12
11
  </p>
13
12
 
14
13
  # `@trpc/next`
@@ -23,13 +22,13 @@ Full documentation for `@trpc/next` can be found [here](https://trpc.io/docs/nex
23
22
 
24
23
  ```bash
25
24
  # npm
26
- npm install @trpc/next @trpc/react react-query
25
+ npm install @trpc/next@next @trpc/react@next @tanstack/react-query
27
26
 
28
27
  # Yarn
29
- yarn add @trpc/next @trpc/react react-query
28
+ yarn add @trpc/next@next @trpc/react@next @tanstack-react-query
30
29
 
31
30
  # pnpm
32
- pnpm add @trpc/next @trpc/react react-query
31
+ pnpm add @trpc/next@next @trpc/react@next @tanstack/react-query
33
32
  ```
34
33
 
35
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.57",
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.57",
40
- "@trpc/react": "10.0.0-proxy-alpha.57",
41
- "@trpc/server": "10.0.0-proxy-alpha.57",
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.57",
52
- "@trpc/react": "10.0.0-proxy-alpha.57",
53
- "@trpc/server": "10.0.0-proxy-alpha.57",
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": "e664229c3ffcfb1d6bccb890cbddebf3630fdd45"
64
+ "gitHead": "59424cddb6ac66a0ffafb66bf9e98d3cbfec09cf"
65
65
  }