@trpc/server 11.0.0-rc.576 → 11.0.0-rc.577

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trpc/server",
3
- "version": "11.0.0-rc.576+deed81c1b",
3
+ "version": "11.0.0-rc.577+6b5a608eb",
4
4
  "description": "The tRPC server library",
5
5
  "author": "KATT",
6
6
  "license": "MIT",
@@ -117,7 +117,7 @@
117
117
  },
118
118
  "devDependencies": {
119
119
  "@fastify/websocket": "^10.0.1",
120
- "@tanstack/react-query": "^5.54.1",
120
+ "@tanstack/react-query": "^5.59.15",
121
121
  "@types/aws-lambda": "^8.10.137",
122
122
  "@types/express": "^4.17.17",
123
123
  "@types/hash-sum": "^1.0.0",
@@ -149,5 +149,5 @@
149
149
  "funding": [
150
150
  "https://trpc.io/sponsor"
151
151
  ],
152
- "gitHead": "deed81c1b24b29bb028075af56cef3b3329e2a8e"
152
+ "gitHead": "6b5a608eb6a383f3644c1bf6a7551e5da18721cb"
153
153
  }