@trpc/react-query 11.0.0-rc.844 → 11.0.1-canary.6

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 -4
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -24,16 +24,16 @@ Full documentation for `@trpc/react-query` can be found [here](https://trpc.io/d
24
24
 
25
25
  ```bash
26
26
  # npm
27
- npm install @trpc/react-query@next @tanstack/react-query
27
+ npm install @trpc/react-query @tanstack/react-query
28
28
 
29
29
  # Yarn
30
- yarn add @trpc/react-query@next @tanstack/react-query
30
+ yarn add @trpc/react-query @tanstack/react-query
31
31
 
32
32
  # pnpm
33
- pnpm add @trpc/react-query@next @tanstack/react-query
33
+ pnpm add @trpc/react-query @tanstack/react-query
34
34
 
35
35
  # Bun
36
- bun add @trpc/react-query@next @tanstack/react-query
36
+ bun add @trpc/react-query @tanstack/react-query
37
37
  ```
38
38
 
39
39
  ## Basic Example
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trpc/react-query",
3
- "version": "11.0.0-rc.844+0244dee81",
3
+ "version": "11.0.1-canary.6+e3bc61c2f",
4
4
  "description": "The tRPC React library",
5
5
  "author": "KATT",
6
6
  "license": "MIT",
@@ -67,8 +67,8 @@
67
67
  },
68
68
  "peerDependencies": {
69
69
  "@tanstack/react-query": "^5.67.1",
70
- "@trpc/client": "11.0.0-rc.844+0244dee81",
71
- "@trpc/server": "11.0.0-rc.844+0244dee81",
70
+ "@trpc/client": "11.0.1-canary.6+e3bc61c2f",
71
+ "@trpc/server": "11.0.1-canary.6+e3bc61c2f",
72
72
  "react": ">=18.2.0",
73
73
  "react-dom": ">=18.2.0",
74
74
  "typescript": ">=5.7.2"
@@ -81,8 +81,8 @@
81
81
  "@testing-library/jest-dom": "^6.0.0",
82
82
  "@testing-library/react": "^16.1.0",
83
83
  "@testing-library/user-event": "^14.4.3",
84
- "@trpc/client": "11.0.0-rc.844+0244dee81",
85
- "@trpc/server": "11.0.0-rc.844+0244dee81",
84
+ "@trpc/client": "11.0.1-canary.6+e3bc61c2f",
85
+ "@trpc/server": "11.0.1-canary.6+e3bc61c2f",
86
86
  "@types/express": "^5.0.0",
87
87
  "@types/node": "^22.13.5",
88
88
  "@types/react": "^19.0.0",
@@ -104,5 +104,5 @@
104
104
  "funding": [
105
105
  "https://trpc.io/sponsor"
106
106
  ],
107
- "gitHead": "0244dee8108e808281041838d6c326dacb030bf2"
107
+ "gitHead": "e3bc61c2ff4b2c60111cf1ace42807dddc77135b"
108
108
  }