@trpc/react-query 11.4.3-canary.3 → 11.4.4-canary.10

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 (1) hide show
  1. package/package.json +9 -8
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@trpc/react-query",
3
3
  "type": "module",
4
- "version": "11.4.3-canary.3+2bba173fc",
4
+ "version": "11.4.4-canary.10+b7b8d3ac9",
5
5
  "description": "The tRPC React library",
6
6
  "author": "KATT",
7
7
  "license": "MIT",
@@ -20,7 +20,8 @@
20
20
  "build": "tsdown",
21
21
  "dev": "tsdown --watch",
22
22
  "lint": "eslint --cache src",
23
- "ts-watch": "tsc --watch"
23
+ "ts-watch": "tsc --watch",
24
+ "typecheck": "tsc --noEmit"
24
25
  },
25
26
  "exports": {
26
27
  "./package.json": "./package.json",
@@ -87,8 +88,8 @@
87
88
  },
88
89
  "peerDependencies": {
89
90
  "@tanstack/react-query": "^5.80.3",
90
- "@trpc/client": "11.4.3-canary.3+2bba173fc",
91
- "@trpc/server": "11.4.3-canary.3+2bba173fc",
91
+ "@trpc/client": "11.4.4-canary.10+b7b8d3ac9",
92
+ "@trpc/server": "11.4.4-canary.10+b7b8d3ac9",
92
93
  "react": ">=18.2.0",
93
94
  "react-dom": ">=18.2.0",
94
95
  "typescript": ">=5.7.2"
@@ -101,8 +102,8 @@
101
102
  "@testing-library/jest-dom": "^6.0.0",
102
103
  "@testing-library/react": "^16.1.0",
103
104
  "@testing-library/user-event": "^14.4.3",
104
- "@trpc/client": "11.4.3-canary.3+2bba173fc",
105
- "@trpc/server": "11.4.3-canary.3+2bba173fc",
105
+ "@trpc/client": "11.4.4-canary.10+b7b8d3ac9",
106
+ "@trpc/server": "11.4.4-canary.10+b7b8d3ac9",
106
107
  "@types/express": "^5.0.0",
107
108
  "@types/node": "^22.13.5",
108
109
  "@types/react": "^19.1.0",
@@ -113,7 +114,7 @@
113
114
  "react-dom": "^19.1.0",
114
115
  "tsdown": "0.12.7",
115
116
  "tslib": "^2.8.1",
116
- "typescript": "^5.8.2",
117
+ "typescript": "^5.9.2",
117
118
  "zod": "^3.25.51",
118
119
  "zod-form-data": "^2.0.1"
119
120
  },
@@ -123,5 +124,5 @@
123
124
  "funding": [
124
125
  "https://trpc.io/sponsor"
125
126
  ],
126
- "gitHead": "2bba173fc16ac36f68b2e9d007b7f03c0c18da15"
127
+ "gitHead": "b7b8d3ac97d342a98d73f3649c1dca428fdca245"
127
128
  }