@trpc/react-query 11.0.0-rc.844 → 11.0.1-canary.14
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 +4 -4
- 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
|
|
27
|
+
npm install @trpc/react-query @tanstack/react-query
|
|
28
28
|
|
|
29
29
|
# Yarn
|
|
30
|
-
yarn add @trpc/react-query
|
|
30
|
+
yarn add @trpc/react-query @tanstack/react-query
|
|
31
31
|
|
|
32
32
|
# pnpm
|
|
33
|
-
pnpm add @trpc/react-query
|
|
33
|
+
pnpm add @trpc/react-query @tanstack/react-query
|
|
34
34
|
|
|
35
35
|
# Bun
|
|
36
|
-
bun add @trpc/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.
|
|
3
|
+
"version": "11.0.1-canary.14+249b40d25",
|
|
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.
|
|
71
|
-
"@trpc/server": "11.0.
|
|
70
|
+
"@trpc/client": "11.0.1-canary.14+249b40d25",
|
|
71
|
+
"@trpc/server": "11.0.1-canary.14+249b40d25",
|
|
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.
|
|
85
|
-
"@trpc/server": "11.0.
|
|
84
|
+
"@trpc/client": "11.0.1-canary.14+249b40d25",
|
|
85
|
+
"@trpc/server": "11.0.1-canary.14+249b40d25",
|
|
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": "
|
|
107
|
+
"gitHead": "249b40d256a7d551cc9f43871599629f713080ef"
|
|
108
108
|
}
|