@trpc/react-query 11.0.0-next-alpha.156 → 11.0.0-next-alpha.158

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 +5 -5
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 @tanstack/react-query@^4.0.0
27
+ npm install @trpc/react-query @tanstack/react-query@4
28
28
 
29
29
  # Yarn
30
- yarn add @trpc/react-query @tanstack/react-query@^4.0.0
30
+ yarn add @trpc/react-query @tanstack/react-query@4
31
31
 
32
32
  # pnpm
33
- pnpm add @trpc/react-query @tanstack/react-query@^4.0.0
33
+ pnpm add @trpc/react-query @tanstack/react-query@4
34
34
 
35
35
  # Bun
36
- bun add @trpc/react-query @tanstack/react-query@^4.0.0
36
+ bun add @trpc/react-query @tanstack/react-query@4
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-next-alpha.156+d1eaced0f",
3
+ "version": "11.0.0-next-alpha.158+880f891f9",
4
4
  "description": "The tRPC React library",
5
5
  "author": "KATT",
6
6
  "license": "MIT",
@@ -57,17 +57,17 @@
57
57
  }
58
58
  },
59
59
  "dependencies": {
60
- "@trpc/core": "11.0.0-next-alpha.156+d1eaced0f"
60
+ "@trpc/core": "11.0.0-next-alpha.158+880f891f9"
61
61
  },
62
62
  "peerDependencies": {
63
63
  "@tanstack/react-query": "^5.0.0",
64
- "@trpc/client": "11.0.0-next-alpha.156+d1eaced0f",
64
+ "@trpc/client": "11.0.0-next-alpha.158+880f891f9",
65
65
  "react": ">=18.2.0",
66
66
  "react-dom": ">=18.2.0"
67
67
  },
68
68
  "devDependencies": {
69
69
  "@tanstack/react-query": "^5.0.0",
70
- "@trpc/client": "11.0.0-next-alpha.156+d1eaced0f",
70
+ "@trpc/client": "11.0.0-next-alpha.158+880f891f9",
71
71
  "@types/express": "^4.17.17",
72
72
  "@types/node": "^20.10.0",
73
73
  "@types/react": "^18.2.33",
@@ -86,5 +86,5 @@
86
86
  "funding": [
87
87
  "https://trpc.io/sponsor"
88
88
  ],
89
- "gitHead": "d1eaced0f7c2a876739a2a0b568d887989230a4d"
89
+ "gitHead": "880f891f9c1a138765d4ae26fbb6f9fad5a7bdd2"
90
90
  }